Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c7424e666 | ||
|
|
731702733c | ||
|
|
d74d52237e |
3 changed files with 16 additions and 21 deletions
18
latexmk.spec
18
latexmk.spec
|
|
@ -1,9 +1,9 @@
|
|||
Name: latexmk
|
||||
Version: 4.87
|
||||
Version: 4.88
|
||||
Release: %autorelease
|
||||
Summary: A make-like utility for LaTeX files
|
||||
|
||||
%global upstreamver %(sed 's/\\.//' <<< %{version})
|
||||
%global upstreamver %{gsub %version %. %{quote:}}
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://www.cantab.net/users/johncollins/latexmk/
|
||||
|
|
@ -14,17 +14,17 @@ Source2: latexmk-README.fedora
|
|||
BuildArch: noarch
|
||||
BuildRequires: perl-generators
|
||||
|
||||
Requires: tex-latex-bin, ghostscript, xdg-utils
|
||||
Requires: tex-latex-bin, ghostscript-tools-dvipdf, xdg-utils
|
||||
|
||||
%description
|
||||
Latexmk is a perl script for running LaTeX the correct number of times to
|
||||
resolve cross references, etc.; it also runs auxiliary programs (bibtex,
|
||||
makeindex if necessary, and dvips and/or a previewer as requested). It has
|
||||
a number of other useful capabilities, for example to start a previewer and
|
||||
then run latex whenever the source files are updated, so that the previewer
|
||||
gives an up-to-date view of the document. The script runs on both UNIX and
|
||||
MS-WINDOWS (95, ME, XP, etc). This script is a corrected and improved
|
||||
version of the original version of latexmk.
|
||||
makeindex if necessary, and dvips and/or a previewer as requested). It has a
|
||||
number of other useful capabilities, for example to start a previewer and then
|
||||
run latex whenever the source files are updated, so that the previewer gives
|
||||
an up-to-date view of the document. The script runs on both UNIX and
|
||||
MS-WINDOWS (95, ME, XP, etc). This script is a corrected and improved version
|
||||
of the original version of latexmk.
|
||||
|
||||
Before using a previewer, read the file README.fedora.
|
||||
|
||||
|
|
|
|||
17
latexmkrc
17
latexmkrc
|
|
@ -136,12 +136,10 @@
|
|||
# $dvi_mode = 0;
|
||||
|
||||
# The command to start a DVI previewer
|
||||
# $dvi_previewer = 'start xdvi %O %S';
|
||||
$dvi_previewer = 'xdg-open %O %S';
|
||||
# $dvi_previewer = 'xdg-open %S';
|
||||
|
||||
# The command to start a DVI previewer in landscape mode
|
||||
# $dvi_previewer_landscape = 'start xdvi -paper usr %O %S';
|
||||
$dvi_previewer_landscape = 'xdg-open %O %S';
|
||||
# $dvi_previewer_landscape = 'xdg-open %S';
|
||||
|
||||
# The command to run when the DVI viewer is set to be updated by a command
|
||||
# $dvi_update_command = '';
|
||||
|
|
@ -239,7 +237,7 @@ $dvi_update_method = 1;
|
|||
# $hilatex_silent_switch = '-interaction=batchmode';
|
||||
|
||||
# The command to invoke a HNT previewer
|
||||
$hnt_previewer = 'xdg-open %O %S';;
|
||||
# $hnt_previewer = 'xdg-open %S';
|
||||
|
||||
# The basename of generated files
|
||||
# $jobname = "";
|
||||
|
|
@ -333,8 +331,7 @@ $hnt_previewer = 'xdg-open %O %S';;
|
|||
# $pdf_mode = 0;
|
||||
|
||||
# The command to invoke a PDF previewer
|
||||
# $pdf_previewer = 'start acroread %O %S';
|
||||
$pdf_previewer = 'xdg-open %O %S';
|
||||
# $pdf_previewer = 'xdg-open %S';
|
||||
|
||||
# The command to run when the PDF viewer is set to be updated by a command
|
||||
# $pdf_update_command = '';
|
||||
|
|
@ -381,12 +378,10 @@ $pdf_previewer = 'xdg-open %O %S';
|
|||
# $ps_filter = '';
|
||||
|
||||
# The command to invoke a PostScript previewer
|
||||
# $ps_previewer = 'start gv %O %S';
|
||||
$ps_previewer = 'xdg-open %O %S';
|
||||
# $ps_previewer = 'xdg-open %S';
|
||||
|
||||
# The command to invoke a PostScript previewer in landscape mode
|
||||
# $ps_previewer_landscape = 'start gv -swap %O %S';
|
||||
$ps_previewer_landscape = 'xdg-open %O %S';
|
||||
# $ps_previewer_landscape = 'xdg-open %S';
|
||||
|
||||
# The command to run when the PostScript viewer is set to be updated by a
|
||||
# command
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (latexmk-487.zip) = 3caf7a18b7c26b24aeeea29ec8708e4b151067fe1b0f92f235c0da9dd94ec69d4d3fbe05ca21b73a512b9d9753c87e63b5d518d269e9b20a3847cec5d6a9c35e
|
||||
SHA512 (latexmk-488.zip) = fbf9b7a1b9e0ce00d6bff4db4355e3d542bfc8d49443b9bfb402599083ae4be62870c06dfcc2deb17baa39f6b462fc533ad53d8d58fa9152d0d1ebda2f98bc20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue