cb929f8
# This is the system-wide configuration file for latexmk version 4.11.
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
f9915bf
# Whether to read rc files automatically
f9915bf
# $auto_rc_use = 1;
f9915bf
f9915bf
# Directory for aux files (log, aux, etc.)
f9915bf
# $aux_dir = '';
f9915bf
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
cb929f8
# Directories where BibTeX should look for .bib files.
cb929f8
# $BIBINPUTS = $ENV('BIBINPUTS') || '.'
01b6260
77cd2c9
# The name of the biber executable
77cd2c9
# $biber = 'biber %O %B';
77cd2c9
77cd2c9
# The switch that puts biber in silent mode
77cd2c9
# $biber_silent_switch = '--onlylog';
77cd2c9
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
d835249
# Whether to run bibtex to update bbl files: 0 means never run bibtex, 1 means
d835249
# run bibtex only if the source files exist and the bbl files are out of date,
d835249
# 2 means run bibtex whenever the bbl files are out of date.
d835249
# $bibtex_use = 1;
d835249
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 clean latexmk's file database too
b022cd1
# $cleanup_fdb = 0;
b022cd1
77cd2c9
# Whether cleanup deletes files generated by custom dependencies
77cd2c9
# $cleanup_includes_cusdep_generated = 0
77cd2c9
cb929f8
# Whether cleanup deletes files generated by (pdf)latex, found from \openout
cb929f8
# lines in the log file.
cb929f8
# $cleanup_includes_generated = 0
cb929f8
b022cd1
# How much cleaning to do: 0 specifies normal operation (no cleaning),
cb929f8
# 1 specifies a full cleanup, and 2 specifies a cleanup that leaves DVI,
cb929f8
# PostScript, and PDF files.
b022cd1
# $cleanup_mode = 0;
b022cd1
cb929f8
# Whether to just cleanup, or also generate files
cb929f8
# $cleanup_only = 0;
cb929f8
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
0d2ec6b
# Whether lists of dependencies include phony targets
0d2ec6b
# $dependents_phony = 0;
0d2ec6b
0cb21a6
# File for dependency list output.  Default is stdout.
0cb21a6
# $deps_file = '-';
0cb21a6
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
cb929f8
# The command to run when the DVI viewer is set to be updated by a command
cb929f8
# $dvi_update_command = '';
cb929f8
cb929f8
# How to make the DVI viewer update its display when the DVI file changes.
cb929f8
# See the man page for a description of each method.
cb929f8
# $dvi_update_method = 2;
cb929f8
$dvi_update_method = 1;
cb929f8
cb929f8
# When DVI update method 2 is used, the number of the Unix signal to send
cb929f8
# $dvi_update_signal = $signo{USR1}
cb929f8
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';
Jerry James 9e941bc
Jerry James 9e941bc
# Command line switch for dvipdf to make it run in silent mode
Jerry James 9e941bc
# $dvipdf_silent_switch = '-q';
Jerry James 9e941bc
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
b022cd1
# Which treatment of default extension and filenames with multiple extensions
b022cd1
# is used.  The possibilities are:
cb929f8
#   - 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
0cb21a6
# $fdb_ver = 3;
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.
0cb21a6
# @generated_exts = ( 'aux', 'bcf', 'fls', '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
77cd2c9
# Default switches to pass to the LaTeX program
77cd2c9
# $latex_default_switches = '';
77cd2c9
01b6260
# The command line switch to make LaTeX run in silent mode
01b6260
# $latex_silent_switch = '-interaction=batchmode';
01b6260
cb929f8
# Whether to treat log files as binary (1) or text (0).  This is normally only
cb929f8
# necessary on Windows platforms with MikTeX, where some control characters are
cb929f8
# embedded in the log file.
cb929f8
# $log_file_binary = 0
cb929f8
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
0cb21a6
# Command to run make
0cb21a6
# $make = 'make';
0cb21a6
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
cb929f8
# Set to 1 to give special treatment to Ctrl-c and Ctrl-Break in -pvc mode on
cb929f8
# Windows.  This is unnecessary on Unix platforms.
e605c51
$MSWin_fudge_break = 0;
cb929f8
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
f9915bf
# Directory for output files
f9915bf
# $out_dir = '';
f9915bf
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 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
cb929f8
# The name of the LaTeX program that produces PDF files by default
cb929f8
# $pdflatex = 'pdflatex %O %S';
cb929f8
77cd2c9
# Default switches to pass to the pdflatex program
77cd2c9
# $pdflatex_default_switches = '';
77cd2c9
cb929f8
# The command line switch to make pdflatex run in silent mode
cb929f8
# $pdflatex_silent_switch = '-interaction=batchmode';
cb929f8
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
# The type of file to printout: 'dvi', 'none', 'pdf', or 'ps'
01b6260
# $print_type = 'ps';
01b6260
cb929f8
# If nonzero, print the document using lpr each time it is created
cb929f8
# $printout_mode = 0;
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
cb929f8
# Command to convert a PostScript file to a PDF file
cb929f8
# $ps2pdf = 'ps2pdf %O %S %D';
cb929f8
cb929f8
# Command used to list all the processes currently run by the user
77cd2c9
# $pscmd = "ps -f -u $ENV{USER}";
cb929f8
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
0cb21a6
# Whether to use the recorder option on (pdf)latex
0d2ec6b
# $recorder = 1;
0cb21a6
0cb21a6
# Whether to display lists of dependencies.
0cb21a6
# $rules_list = 0;
0cb21a6
b022cd1
# The character that separates paths in a list of paths
b022cd1
# $search_path_separator = ':';
b022cd1
77cd2c9
# Whether to display timing information
77cd2c9
# $show_time = 0;
77cd2c9
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
cb929f8
# Directories where BibTeX should look for .bib files.
cb929f8
# $TEXINPUTS = $ENV('TEXINPUTS') || '.'
cb929f8
01b6260
# The directory to store temporary files; omit the trailing '/'
b022cd1
# $tmpdir = $ENV{TMPDIR} || '/tmp';
dc7e8a9
0cb21a6
# Whether to use make to try to create missing files
0cb21a6
# $use_make_for_missing_files = 0;
0cb21a6
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';