# # .latex2psrc, user default preferences for latex2ps 3.2 and higher # # Warning: do not use the symbol ^, as it is used internally by latex2ps # Define the default mode: # 0: latex, output is a dvi-file # 1: latex+dvips, output is a PostScript file # 2: latex+dvips+ps2pdf, output is a PDF file # 3: pdflatex, output is a PDF file mode=1 # Open the output file automatically after typesetting (yes/no) preview=no # Define the programs that should be used when the output file is opened # after typesetting. latex2ps will run where # is defined below. # In mode=0 a dvi file is produced, so will be the # given below: previewdvicmd=xdvi # In mode=1 a PostScript file is produced, so will be the # given below: previewpscmd=gv # In mode=2 and mode=3 a PDF file is produced, so will be the # given below: previewpdfcmd=acroread # Delete all auxiliary files (such as .aux, .log, .toc, ...) created in # the process (yes/no). Note that .bbl will only be deleted in case # that the option bib=yes is given (in the other case it is assumed that # any present .bbl file is provided by the user and not generated in the # process). A similar remark holds for the .ind file. delete=yes # Use this command to typeset your document. If you typeset often plain # TeX documents, then change the value below in tex. If you typeset # often AMS-TeX documents, then change the value in amstex, ... typeset=/usr/bin/latex # Use BibTeX with your documents (yes/no) bib=no # Give the BibTeX command below bibtex=/usr/bin/bibtex # Use MakeIndex with your documents (yes/no) index=no # Give the MakeIndex command below makeindex=/usr/bin/makeindex # Any options that you usually give to tex/latex can be given here. # E.g. if you often typeset your documents using "latex -fmt=amstex", # then you should set typesetargs="-fmt=amstex" # You can give multiple arguments as follows: # typesetargs="-foo=bar -foo2=bar2" typesetargs="" # Options given to bibtex bibtexargs= # Options given to makeindex makeindexargs= # Options given to dvips dvipsargs="" #dvipsargs="-ta4" # Options given to dvips (only in mode=2; only for options given to # dvips that are necessary when ps2pdf is run on the PS file) dvipspdfargs="-Ppdf -G0" # Options given to ps2pdf (in mode=2) ps2pdfargs="-dPDFSETTINGS=/prepress" # String used internally to replace spaces and beginning dots in # filenames latex2pstmp=_latex2pstmp_ # Force to continue the typesetting procedure when errors are # encountered (yes/no). When set to no, then the procedure will abort # after the first run of tex/latex forcecontinue=no # Compress the output file (dvi, ps, pdf) using gzip or bzip2 compress=no # Define the command used to compress the output file. latex2ps will # run , where is defined below. compresscmd=/bin/bzip2