From 4cf3929c88827dd6595ed5c080dfeea988bfc490 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 24 Apr 2007 09:43:30 +0000 Subject: [PATCH] extend docu git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17938 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/unicodesymbols | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 755b06c53a..e9129ca375 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -3,7 +3,8 @@ # This file is part of LyX, the document processor. # Licence details can be found in the file COPYING. # -# author Georg Baum; Uwe Stöhr +# author Georg Baum +# author Uwe Stöhr # # Full author contact details are available in file CREDITS. @@ -11,9 +12,16 @@ # These commands will be used by LyX for LaTeX export for all characters # that are not representable in the chosen encoding. +# If you change this file please keep the order and indentation! +# You can use development/tools/unicodesymbols.py to add stubs for more +# symbols. +# Do only add commands that give correct output, no hacks that look "similar". +# Commands that modify other parts of the text should not be added either. + # syntax: # ucs4 command preamble flags -# preamble can either be a known feature, or a LaTeX command. +# preamble can either be a feature known by the LaTeXFeatures class (e.g. +# tipa), or a LaTeX command (e.g. \\usepackage{bla}). # Known flags: # - combining This is a combining char that will get combined with a base char # - force Always output replacement command -- 2.39.2