From 4423983d83264846a986f5314b850b6ac99dad67 Mon Sep 17 00:00:00 2001 From: Allan Rae Date: Tue, 10 Oct 2000 01:35:51 +0000 Subject: [PATCH] Dekel's lyxrc.example patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1091 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ lib/lyxrc.example | 18 +++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f9bac4c9e..255f421434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-09 Dekel Tsur + + * lib/lyxrc.example: Few changes. + 2000-10-05 Angus Leeming * src/BufferView_pimpl.C (buffer): only need one the diff --git a/lib/lyxrc.example b/lib/lyxrc.example index 1ef1012ad2..0671b21f77 100644 --- a/lib/lyxrc.example +++ b/lib/lyxrc.example @@ -214,6 +214,11 @@ # 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 # -*-*-*-?-*-*-*-*-. # The default is: @@ -364,9 +369,19 @@ # "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. @@ -568,7 +583,8 @@ #\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. -- 2.39.2