]> git.lyx.org Git - features.git/commitdiff
Dekel's lyxrc.example patch
authorAllan Rae <rae@lyx.org>
Tue, 10 Oct 2000 01:35:51 +0000 (01:35 +0000)
committerAllan Rae <rae@lyx.org>
Tue, 10 Oct 2000 01:35:51 +0000 (01:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1091 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
lib/lyxrc.example

index 0f9bac4c9ecceca9618e7082733c81687e398f08..255f42143453fbf29444855707cfec5aca017a12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lib/lyxrc.example: Few changes.
+
 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
 
        * src/BufferView_pimpl.C (buffer): only need one the
index 1ef1012ad2cfeb6169fadf13b576515e7141f742..0671b21f7706a5cb95b3feb699903735be457a3b 100644 (file)
 # the same as what LaTeX calls latin1.
 #\screen_font_encoding iso8859-2
 
+# The norm for the menu/popups fonts. The default is an empty string, which
+# causes to use the screen fonts norm (defined by \screen_font_encoding).
+#\screen_font_encoding_menu iso8859-2
+
+
 # The font for popups. It is set to 
 #    <font_popup>-*-*-*-?-*-*-*-*-<font_encoding>.
 # The default  is:
 #  "index.html" or "$$BaseName.html"
 #   If "resultfile" is omitted, the name of this file is assumed to be
 #   "index.format"
+# - parselog=filtername : filtername is a name of a filter command that takes
+#   the converter error log (from stderr), and converts it to a fake latex .log
+#   file.
 # For example:
 # \converter tex html "latex2html -split 0 $$FName"
 #            "originaldir,needaux,resultdir"
+#
+# For literate programming, use something like
+# \converter nw tex "noweave -delay -index $$FName >$$OutName"
+#                  "parselog=listerrors g"
+# \converter nw Program "build-script $$FName"
+#                  "originaldir,parselog=listerrors g"
+
 
 # The \viewer command is used to define viewers for new file-formats,
 # or to change the already defined viewers.
 #\kbmap true
 #\kbmap_primary null
 #\kbmap_secondary hebrew
-#\latex_command elatex
+#\converter tex dvi elatex
+#\converter tex pdf pdfelatex
 #\font_encoding default
 
 # You also need to bind a key for switching between Hebrew and English.