###/* This file is part of
###* ======================================================
###*
###*           LyX, the High Level Word Processor
###*
###*           Copyright (C) 1995 Matthias Ettrich
###*
###*======================================================*/

# this is the LyX-rc file, customize it to your own wishes and copy it
# to $HOME/.lyxrc


#
# BIND SECTION #####################################################
#

# some people do not like a real backspace and delete key.
# Therefore you can map delete to backspace and use
# Ctrl-d to get the real delete function. Just uncomment the
# following line:
#\bind "Delete" "delete-backward"
# You can customize the whole keyboard with \bind if you like.
# See the documentation for details.

# Here is an example for some accents (the "~C-~S-~M-~W" just means
# not to care about the modifiers Control, Shift, Mod1 and Mod2):
# This is also the functions used by LyX for accented, these are  
# here in this ex. used through dead keys (this are some of the default
# internal LyX bindings).
#\bind "~C-~S-~M-~W-dead_acute"       "accent-acute"
#\bind "~C-~S-~M-~W-dead_breve"       "accent-breve"
#\bind "~C-~S-~M-~W-dead_caron"       "accent-caron"
#\bind "~C-~S-~M-~W-dead_cedilla"     "accent-cedilla"
#\bind "~C-~S-~M-~W-dead_abovering"   "accent-circle"
#\bind "~C-~S-~M-~W-dead_circumflex"  "accent-circumflex"
#\bind "~C-~S-~M-~W-dead_abovedot"    "accent-dot"
#\bind "~C-~S-~M-~W-dead_grave"       "accent-grave"
#\bind "~C-~S-~M-~W-dead_doubleacute" "accent-hungarian-umlaut"
#\bind "~C-~S-~M-~W-dead_macron"      "accent-macron"
#\bind "~C-~S-~M-~W-dead_special_caron" "accent-special-caron" # incorrect keysym
#\bind "~C-~S-~M-~W-dead_tilde"       "accent-tilde"
#\bind "~C-~S-~M-~W-dead_diaeresis"   "accent-umlaut"
#\bind "~C-~S-~M-~W-dead_underbar"    "accent-underbar" # incorrect keysym
#\bind "~C-~S-~M-~W-dead_underdot"    "accent-underdot" # incorrect keysym
#\bind "~C-~S-~M-~W-dead_tie"         "accent-tie"      # incorrect keysym
   
# I am not sure where to place some of the X keysyms:
# ogonek, iota, voiced_sound, semivoiced_sound

# See the isolyx- and lyxbind-documentation for details.
# read also keymap.lyx for another way of doing this.


#
# TOOLBAR SECTION ###########################################################
#

# Setup your favourite Toolbar here:
# only one command is allowed inside the begin_- end_toolbar:
# \add. \add has this format:
# \add <action> [<parameter>]
#
# ex.
#\add font-size small
#\add set-emph
#
# see in the documentation to see what actions (and parameters) that is
# supported. (PRESENT: only the default toolbar actions are well supported
# at the moment.)
#
# this is the default toolbar:
#\begin_toolbar
#\add tool-layouts
#\add set-emph
#\add set-noun
#\add set-free
#\add set-foot
#\add set-depth
#\add cut
#\add paste
#\add set-tex
#\add set-formula
#\add set-margin
#\add insert-figure
#\add insert-table
#\add melt
#\end_toolbar


#
# PRINTER SECTION ###########################################################
#

# the default printer. Must be configured with dvips.
\printer lp

# if you don't use dvips, you may specifiy your favorite here.
#\print_command dvips

# these specifiy the options to pass to the printer program 
# to select the named feature. These default to the options 
# of dvips. Look at the manpage for your favourite print program
# to find out which of these it supports and what the option to pass is. 
# Normally you don't need to change this unless you use something other
# than dvips. 
#\print_evenpage_flag -B
#\print_oddpage_flag -A
#\print_reverse_flag -r 
#\print_landscape_flag -t landscape

# option to pass to the print program to print on \printer
#\print_to_printer -P

# option to pass to the print program to print to a file
#\print_to_file -o

# extension of printer program output file. Usually .ps.
#\print_file_extension .ps

# extra options to pass to printing program after everything 
# else and before the filename of the DVI file to be printed
#\print_extra_options

# when set, this printer option automatically prints to a file 
# and then calls a separate print spooling program on that file
# with the given name and arguments.
# exception: it appends the flag for printing to a specific 
# printer \print_to_printer   an the printer name entered 
# in the print form
#\print_spool_cmd

#
# MISC SECTION ############################################################
#

# if you like further options to the previewer xdvi insert them here.
# You don't need to secify the papersize and orientation. This is done
# automatically from LyX.
# Example: the next line would make xdvi display with shrink 2:
#\xdvi_extra_options -s 2 

# if you want to pass extra flags to the LinuxDoc sgml scripts, insert them
# here. 
# Example : the next line activate iso-latin1 support
#\sgml_extra_options -l


#
# SCREEN & FONTS SECTION ##################################################
#

# the normal fontsize on the screen. Default is 14
#\normal_fontsize 14

# the screen fonts used to display the latex fonts
# \roman_font -*-utopia
# \sans_font -*-helvetica
# \typewriter_font -*-courier

# the norm for the above fonts
# \font_norm iso8859-1

# the font sizes used to calculate the scaling
# if the third value is exactly the \normal_fontsize
# value, these values will be taken.
# \fontsizes <tiny>, <small>, <large>, <larger>, <largest>, <huge>, <giant>

# this is the default (what LaTeX does:)
#\fontsizes  8 9 10 12 14 17 20 25

# this may be better for your X11R4 server
#\fontsizes 8 11 14 17 20 25 30 34

# Set to 0 when you don't want the current selection 
# automatically replaced by what you type.
#\auto_region_delete 1


#
# TEX SECTION  #############################################################
#

# the fontencoding used for the LaTeX2e fontenc package
# T1 is highly recommended for non-english languages
# Choose "default" if T1 doesn't work for you for some reason
\fontencoding T1
#\fontencoding default

# the inputencoding used for the LaTeX2e inputenc package
#\inputencoding latin1

# Enter your favorites LaTeX-commands in the preamble:
#\begin_preamble
#\end_preamble

# shall latex allow accent marks above _all_ chars? (true or false)
# default is false.
#\allow_accents false

# if you don't want to use postscript figures set this to `none'
# else set one of these drivers: dvips, dvitops, emtex, ln, oztex,
# or textures. Default is `none'.
#\epsfig none

# the default text class. You may use article, report or book
\textclass article

#the default fontsize for LaTeX. Possible values are 10, 11 and 12
\paperfontsize 10

#the default pagetyle (empty, headings, plain) Default is plain.
#\paperpagestyle headings

# you may choose either 1 or two:
#\papersides 1
#\papercolumns 1

# your baselinestretch 
#\baselinestretch 1.5

# your section numbering depth. Default is 3.
#\secnumdepth 3

#the orientation of the paper. landscape or portrait
#\paperorientation portrait

# the default papersize
# possible values are:
# a4paper, a4, a4wide, a4wide, widemarginsa4, usletter(default), 
# a5paper, b5paper, executivepaper, legalpaper 
#\papersize usletter

# the language is for the BABEL-system that comes with LaTeX2e
# default is no babel support (\language default)
#\language american
#\language german

# the default paragraph separation: indent or skip.
\paragraph_separation indent

# what kind of quotes do you want? 
# german, english or french
# attention:  german and french quotes may not be defined
# with all languages in the babel package.
\quotes_language english

#single or double quotes?
\quotes_times 2

# further options for the latex textclass. 
# If you set several options, separate them with komma.
#\options (whatever you need)

# Set this to have floating figures and tables placed where
# you want.
# default is no options (use latex defaults of tbp).
#\float_placement !htb

#
# LYX SECTION  ###########################################################
#

# this is the time interwall autosave is invoked (in seconds).
# 0 means no autosave, default is 120
#\autosave 120

# the file where the lastfiles should be stored. default is
# <your home dir>/.lyx_lastfiles
#\lastfiles <your home dir>/.lyx_lastfiles

# one path that LyX where LyX will find the style definition files
# default is (lyx_dir)/layouts
# \lyx_layout_lib /usr/X11/lib/X11/lyx/layouts

# the path that lyX will set when offering you to choose a template
# default is (lyx_dir)/templates
#\template_path /usr/local/lyx/templates

# the path that LyX will use to put temporary TeX outputs
# default is /tmp/<unique directory for each instance of LyX>
# containing <unique subdirectory for each buffer>
# if you set it, it will be /directory/<unique subdirectory for each buffer>
# (unless set to /tmp)
#\tempdir_path /tmp

# if you set this flag, LyX will always use a temporary directory 
# to put TeX outputs into. It is enabled by default.
# this directory is deleted when you quit LyX.
#\use_tempdir true
