2bad9e6
# This is the system-wide configuration file for latexmk version 4.01.
01b6260
# See the latexmk(1) man page for more information.
01b6260
#
01b6260
# The following options are given their default values.
01b6260
# Uncomment them and change the values if the defaults do not suit your needs.
01b6260
b022cd1
# When previewing, whether to make the viewer read from the generated file or
b022cd1
# from a temporary copy
b022cd1
# $always_view_file_via_temporary = 0;
b022cd1
01b6260
# If nonzero, DVI-to-postscript conversion adds a banner message on each page
01b6260
# $banner = 0;
01b6260
01b6260
# The darkness of the banner, a number between 0 (black) and 1 (white)
01b6260
# $banner_intensity = 0.95;
01b6260
01b6260
# The banner message to print across each page if $banner is nonzero
01b6260
# $banner_message = 'DRAFT';
01b6260
01b6260
# The size of the banner message (about 1100 divided by the message length)
b022cd1
# $banner_scale = 220;
01b6260
01b6260
# An array of directory names where BibTeX should look for .bib files.
01b6260
# @BIBINPUTS = $ENV('BIBINPUTS') converted to an array of strings
01b6260
01b6260
# The name of the BibTeX executable
b022cd1
# $bibtex = 'bibtex %O %B';
01b6260
01b6260
# The switch that puts BibTeX in silent mode
01b6260
# $bibtex_silent_switch = '-terse';
01b6260
01b6260
# Extra file extensions to remove when cleaning
01b6260
# $clean_ext = "";
01b6260
01b6260
# Extra file extensions to remove when doing a full clean
01b6260
# $clean_full_ext = "";
01b6260
b022cd1
# Whether to just cleanup, or also generate files
b022cd1
# $cleanup_only = 0;
b022cd1
b022cd1
# Whether to clean latexmk's file database too
b022cd1
# $cleanup_fdb = 0;
b022cd1
b022cd1
# How much cleaning to do: 0 specifies normal operation (no cleaning),
b022cd1
# 1 specifies a full cleanup, 2 specifies a cleanup that leaves DVI,
b022cd1
# PostScript, and PDF files, and 3 specifies a cleanup that also leaves dep
b022cd1
# and aux files.  You probably should not set this option.
b022cd1
# $cleanup_mode = 0;
b022cd1
01b6260
# A custom dependency list; see the man page for details
01b6260
# @cus_dep_list = ();
01b6260
b022cd1
# The default list of files to not be processed; see the man page for details
b022cd1
# @default_excluded_files = ( );
b022cd1
01b6260
# The default list of files to be processed; see the man page for details
01b6260
# @default_files = ('*.tex');
01b6260
b022cd1
# Whether to display lists of dependencies
b022cd1
# $dependents_list = 0;
b022cd1
b022cd1
# Whether to get diagnostic output from latexmk
b022cd1
# $diagnostics = 0;
b022cd1
b022cd1
# Whether to change to the directory of the source file
b022cd1
# $do_cd = 0;
b022cd1
01b6260
# The DVI file filter to be run on newly produced DVI files
01b6260
# $dvi_filter = '';
01b6260
b022cd1
# Always make a DVI file
b022cd1
# $dvi_mode = 0;
b022cd1
01b6260
# The command to start a DVI previewer
b022cd1
# $dvi_previewer = 'start xdvi %O %S';
b022cd1
$dvi_previewer = 'xdg-open %O %S';
01b6260
01b6260
# The command to start a DVI previewer in landscape mode
b022cd1
# $dvi_previewer_landscape = 'start xdvi -paper usr %O %S';
b022cd1
$dvi_previewer_landscape = 'xdg-open %O %S';
01b6260
01b6260
# The command to convert a DVI file into a PDF file.
01b6260
# See the warnings on the man page
b022cd1
# $dvipdf = 'dvipdf %O %S %D';
01b6260
# The command to convert a DVI file into a PostScript file
b022cd1
# $dvips = 'dvips %O -o %D %S';
01b6260
01b6260
# The command to convert a DVI file into a PostScript file in landscape mode
b022cd1
# $dvips_landscape = 'dvips -tlandscape %O -o %D %S';
01b6260
01b6260
# Command line switch for dvips when a PDF file is to be generated
01b6260
# $dvips_pdf_switch = '-P pdf';
01b6260
01b6260
# Command line switch for dvips to make it run in silent mode
01b6260
# $dvips_silent_switch = '-q';
01b6260
dc7e8a9
# The command to run when the DVI viewer is set to be updated by a command
dc7e8a9
# $dvi_update_command = '';
dc7e8a9
01b6260
# How to make the DVI viewer update its display when the DVI file changes.
01b6260
# See the man page for a description of each method.
01b6260
# $dvi_update_method = 2;
01b6260
$dvi_update_method = 1;
01b6260
01b6260
# When DVI update method 2 is used, the number of the Unix signal to send
b022cd1
# $dvi_update_signal = $signo{USR1}
b022cd1
b022cd1
# Which treatment of default extension and filenames with multiple extensions
b022cd1
# is used.  The possibilities are:
b022cd1
#   - miktex_old, for Miktex version 1.20d or earlier
b022cd1
#   - unix, for web2c 7.3.1 or later
b022cd1
# $extension_treatment = 'unix';
01b6260
dc7e8a9
# The extension of the file which latexmk generates to contain a database
dc7e8a9
# of information on source files.
b022cd1
# $fdb_ext = 'fdb_latexmk';
01b6260
b022cd1
# Version number for kind of fdb_file
b022cd1
# $fdb_ver = 2;
01b6260
01b6260
# If nonzero, force latexmk to include files that don't exist when generating
01b6260
# dependency files.
01b6260
# $force_include_mode = 0;
01b6260
b022cd1
# If nonzero, continue processing past minor LaTeX errors
b022cd1
# This option is made nonzero if the -pvc command line option is used.
b022cd1
# $force_mode = 0;
b022cd1
01b6260
# The list of extensions for files that are generated in one run and consumed
01b6260
# by later runs of one of the LaTeX tools.  The 'aux' and 'bbl' extensions are
b022cd1
# treated specially.
b022cd1
# @generated_exts = ( 'aux', 'bbl', 'idx', 'ind', 'lof', 'lot', 'out', 'toc' );
01b6260
b022cd1
# 1 = process files regardless of timestamps
b022cd1
# 2 = do a full cleanup first
01b6260
# $go_mode = 0;
01b6260
b022cd1
# The basename of generated files
b022cd1
# $jobname = "";
b022cd1
b022cd1
# The command to search for tex-related files
b022cd1
# $kpsewhich = 'kpsewhich %S';
01b6260
b022cd1
# If nonzero, run in landscape mode; otherwise in portrait mode
01b6260
# $landscape_mode = 0;
01b6260
01b6260
# The name of the LaTeX program
b022cd1
# $latex = 'latex %O %S';
01b6260
01b6260
# The command line switch to make LaTeX run in silent mode
01b6260
# $latex_silent_switch = '-interaction=batchmode';
01b6260
01b6260
# The program that prints PostScript files
b022cd1
# $lpr = 'lpr %O %S';
01b6260
01b6260
# The program that prints DVI files
01b6260
# $lpr_dvi = 'NONE $lpr_dvi variable is not configured to allow printing of dvi files';
01b6260
01b6260
# The program that prints PDF files
01b6260
# $lpr_pdf = 'NONE $lpr_pdf variable is not configured to allow printing of pdf files';
01b6260
01b6260
# The name of the makeindex program
b022cd1
# $makeindex = 'makeindex %O -o %D %S';
01b6260
01b6260
# The command line switch to make makeindex run in silent mode
01b6260
# $makeindex_silent_switch = '-q';
01b6260
b022cd1
# The maximum number of times latex will be invoked in an effort to fix up
b022cd1
# references.
b022cd1
# $max_repeat = 5;
b022cd1
01b6260
# This variable is used only when running in continuous-preview mode.  If zero,
01b6260
# check for a previously running previewer on the same file and update it.  If
01b6260
# nonzero, always start a new previewer.
01b6260
# $new_viewer_always = 0;
01b6260
b022cd1
# 0 = do not create a PDF file
b022cd1
# 1 = Create a PDF file with pdflatex
b022cd1
# 2 = Create a PDF file with ps2pdf
b022cd1
# 3 = Create a PDF file with dvipdf
01b6260
# $pdf_mode = 0;
01b6260
01b6260
# The name of the LaTeX program that produces PDF files by default
b022cd1
# $pdflatex = 'pdflatex %O %S';
01b6260
01b6260
# The command line switch to make pdflatex run in silent mode
01b6260
# $pdflatex_silent_switch = '-interaction=batchmode';
01b6260
01b6260
# The command to invoke a PDF previewer
b022cd1
# $pdf_previewer = 'start acroread %O %S';
b022cd1
$pdf_previewer = 'xdg-open %O %S';
01b6260
dc7e8a9
# The command to run when the PDF viewer is set to be updated by a command
dc7e8a9
# $pdf_update_command = '';
dc7e8a9
01b6260
# How to make the PDF viewer update its display when the PDF file changes.
01b6260
# See the man page for a description of each method.
01b6260
# $pdf_update_method = 1;
01b6260
01b6260
# When PDF update method 2 is used, the number of the Unix signal to send
b022cd1
# $pdf_update_signal = $signo{HUP}
01b6260
01b6260
# Where the pid is in the output of $pscmd; see the man page
01b6260
# $pid_position = 1;
01b6260
b022cd1
# Always make a PostScript file
01b6260
# $postscript_mode = 0;
01b6260
01b6260
# If nonzero, run a previewer to view the document and keep the DVI file up
01b6260
# to date
01b6260
# $preview_continuous_mode = 0;
01b6260
01b6260
# If nonzero, run a previewer to preview the document
01b6260
# $preview_mode = 0;
01b6260
01b6260
# If nonzero, print the document using lpr each time it is created
01b6260
# $printout_mode = 0;
01b6260
01b6260
# The type of file to printout: 'dvi', 'none', 'pdf', or 'ps'
01b6260
# $print_type = 'ps';
01b6260
01b6260
# Command used to list all the processes currently run by the user
b022cd1
# $pscmd = "ps --width 200 -f -u $ENV{USER}";
01b6260
01b6260
# Command to convert a PostScript file to a PDF file
b022cd1
# $ps2pdf = 'ps2pdf %O %S %D';
01b6260
01b6260
# Filter to run on newly created PostScript files
01b6260
# $ps_filter = '';
01b6260
01b6260
# The command to invoke a PostScript previewer
b022cd1
# $ps_previewer = 'start gv %O %S';
b022cd1
$ps_previewer = 'xdg-open %O %S';
01b6260
01b6260
# The command to invoke a PostScript previewer in landscape mode
b022cd1
# $ps_previewer_landscape = 'start gv -swap %O %S';
b022cd1
$ps_previewer_landscape = 'xdg-open %O %S';
dc7e8a9
dc7e8a9
# The command to run when the PostScript viewer is set to be updated by a
dc7e8a9
# command
dc7e8a9
# $ps_update_command = '';
01b6260
01b6260
# How to make the PostScript viewer update its display when the PostScript
01b6260
# file changes.  See the man page for a description of each method.
01b6260
# $ps_update_method = 0;
01b6260
$ps_update_method = 1;
01b6260
01b6260
# When PostScript update method 2 is used, the number of the Unix signal to
01b6260
# send
b022cd1
# $ps_update_signal = $signo{HUP}
b022cd1
b022cd1
# When previewing in -pvc mode, whether to make the viewer read from the
b022cd1
# generated file or from a temporary copy
b022cd1
# $pvc_view_file_via_temporary = 1;
b022cd1
b022cd1
# Quote filenames in external commands.  This is essential for filenames
b022cd1
# containing spaces.
b022cd1
# $quote_filenames = 1;
b022cd1
b022cd1
# The character that separates paths in a list of paths
b022cd1
# $search_path_separator = ':';
b022cd1
b022cd1
# Whether to suppress latex messages
b022cd1
# $silent = 0;
01b6260
01b6260
# The time to sleep in seconds between checking for source file changes when
01b6260
# running in continuous update mode
01b6260
# $sleep_time = 2;
01b6260
b022cd1
# Space-separated list of extra files to search for when no files are specified
b022cd1
# on the command line and the @default_files list is empty.  Wildcards are
b022cd1
# allowed.  These files are in addition to *.tex in the current directory.
b022cd1
# $texfile_search = "";
b022cd1
01b6260
# The directory to store temporary files; omit the trailing '/'
b022cd1
# $tmpdir = $ENV{TMPDIR} || '/tmp';
dc7e8a9
dc7e8a9
# Which kind of file is to be previewed if a previewer is used.  The possible
dc7e8a9
# values are 'default', 'dvi', 'ps', and 'pdf'.  The value of 'default' means
dc7e8a9
# that the PDF is viewed if it is generated, else PostScript is viewed if it is
dc7e8a9
# generated, else DVI is viewed.
dc7e8a9
# $view = 'default';