lyx_mirror/development/MacOSX/lyxrc.dist.in
Stephan Witt c11c4fd767 Update default path prefix for Mac OS to include the texbin folder inside the TeX Library path and remove old powerpc path entries.
The upcoming Mac OS version 10.11 (El Capitan) will not allow TeX the installation of links inside the /usr directory anymore.
2015-07-16 21:59:15 +02:00

103 lines
2.1 KiB
Plaintext

### This file is part of
### ========================================================
### LyX, The Document Processor
###
### Copyright 1995 Matthias Ettrich
### Copyright 1995-2001 The LyX Team.
###
### ========================================================
# This file is written by LyX, if you want to make your own
# modifications you should do them from inside LyX and save
\bind_file "mac"
#
# MISC SECTION ######################################
#
\path_prefix "/Library/TeX/texbin:/usr/texbin:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin"
\serverpipe "~/Library/Application Support/LyX@version_suffix@/.lyxpipe"
\preview on
#
# SCREEN & FONTS SECTION ############################
#
\screen_font_roman "Times"
\screen_font_sans "Helvetica"
\screen_font_typewriter "Courier"
\open_buffers_in_tabs false
\mac_like_cursor_movement true
\scroll_wheel_zoom "off"
\mouse_middlebutton_paste false
#
# COLOR SECTION ###################################
#
\use_system_colors true
#
# PRINTER SECTION ###################################
#
#
# EXPORT SECTION ####################################
#
#
# TEX SECTION #######################################
#
#
# FILE SECTION ######################################
#
\template_path "~/Library/Application Support/LyX@version_suffix@/templates"
#
# PLAIN TEXT EXPORT SECTION ##############################
#
#
# SPELLCHECKER SECTION ##############################
#
\spellchecker "native"
#
# LANGUAGE SUPPORT SECTION ##########################
#
#
# 2nd MISC SUPPORT SECTION ##########################
#
#
# FORMATS SECTION ##########################
#
\format "fig" "fig" "FIG" "" "open -a X11; export DISPLAY=:0.0; xfig" "open -a X11; export DISPLAY=:0.0; xfig" "vector" "application/x-xfig"
#
# CONVERTERS SECTION ##########################
#
\converter "rtf" "latex" "rtf2latex2e $$i" ""
\converter "latex" "rtf" "latex2rtf $$i" ""
\converter "latex" "lyx" "$$s/../MacOS/tex2lyx -f $$i $$o" ""
#
# COPIERS SECTION ##########################
#