extend docu

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17938 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-04-24 09:43:30 +00:00
parent 0575b97869
commit 4cf3929c88

View File

@ -3,7 +3,8 @@
# This file is part of LyX, the document processor. # This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING. # 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. # 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 # These commands will be used by LyX for LaTeX export for all characters
# that are not representable in the chosen encoding. # 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: # syntax:
# ucs4 command preamble flags # 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: # Known flags:
# - combining This is a combining char that will get combined with a base char # - combining This is a combining char that will get combined with a base char
# - force Always output replacement command # - force Always output replacement command