Update format in lyxrc.dist

(cherry picked from commit 1dd0bf3253)
This commit is contained in:
Enrico Forestieri 2024-07-03 12:32:18 +02:00
parent 94004da71f
commit 3581286f12
5 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@
# This file is written by LyX, if you want to make your own # This file is written by LyX, if you want to make your own
# modifications you should do them from inside LyX and save # modifications you should do them from inside LyX and save
Format 24 Format 38
\bind_file "mac" \bind_file "mac"

View File

@ -10,7 +10,7 @@
# This file is written by LyX, if you want to make your own # This file is written by LyX, if you want to make your own
# modifications you should do them from inside LyX and save # modifications you should do them from inside LyX and save
Format 25 Format 38
\serverpipe "\\.\pipe\$$UserDir\lyxpipe" \serverpipe "\\.\pipe\$$UserDir\lyxpipe"

View File

@ -10,7 +10,7 @@
# The file lyxrc.dist gives initial global options for all LyX users. # The file lyxrc.dist gives initial global options for all LyX users.
# Almost all settings here can be overridden through the preferences in LyX. # Almost all settings here can be overridden through the preferences in LyX.
Format 22 Format 38
\screen_dpi 96 \screen_dpi 96
\screen_zoom 150 \screen_zoom 150
@ -19,4 +19,4 @@ Format 22
\screen_font_typewriter "Courier New" \screen_font_typewriter "Courier New"
\preview_scale_factor 1.0 \preview_scale_factor 1.0
\serverpipe "~/.lyx@version_suffix@/lyxpipe" \serverpipe "~/.lyx@version_suffix@/lyxpipe"
\path_prefix "/usr/local/bin:/usr/bin:/usr/X11R6/bin" \path_prefix "/usr/local/bin:/usr/bin"

View File

@ -10,7 +10,7 @@
# This file is written by LyX, if you want to make your own # This file is written by LyX, if you want to make your own
# modifications you should do them from inside LyX and save # modifications you should do them from inside LyX and save
Format 25 Format 38
\texinputs_prefix ".:@LYX_ABS_INSTALLED_DATADIR@tex" \texinputs_prefix ".:@LYX_ABS_INSTALLED_DATADIR@tex"
\serverpipe "$$UserDir/.lyxpipe" \serverpipe "$$UserDir/.lyxpipe"

View File

@ -19,6 +19,7 @@ What's new
* MISCELLANEOUS * MISCELLANEOUS
- Update format of lyxrc.dist templates
* TEX2LYX IMPROVEMENTS * TEX2LYX IMPROVEMENTS