Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5acd784fc3 |
3 changed files with 5 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Name: latexmk
|
||||
Version: 4.86a
|
||||
Version: 4.87
|
||||
Release: %autorelease
|
||||
Summary: A make-like utility for LaTeX files
|
||||
|
||||
|
|
|
|||
15
latexmkrc
15
latexmkrc
|
|
@ -39,18 +39,6 @@
|
|||
# '^\(\\\\end occurred inside .*\)'
|
||||
# );
|
||||
|
||||
# If nonzero, DVI-to-postscript conversion adds a banner message on each page
|
||||
# $banner = 0;
|
||||
|
||||
# The darkness of the banner, a number between 0 (black) and 1 (white)
|
||||
# $banner_intensity = 0.95;
|
||||
|
||||
# The banner message to print across each page if $banner is nonzero
|
||||
# $banner_message = 'DRAFT';
|
||||
|
||||
# The size of the banner message (about 1100 divided by the message length)
|
||||
# $banner_scale = 220;
|
||||
|
||||
# The name of the biber executable
|
||||
# $biber = 'biber %O %S';
|
||||
|
||||
|
|
@ -440,6 +428,9 @@ $ps_update_method = 1;
|
|||
# Whether to use the recorder option on (pdf)latex
|
||||
# $recorder = 1;
|
||||
|
||||
# Whether to report mismatch of name of cwd between report by .fls and from perl
|
||||
# $report_cwd_mismatch = 0;
|
||||
|
||||
# Whether to display lists of dependencies.
|
||||
# $rules_list = 0;
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (latexmk-486a.zip) = 32a0302a35dc9c9d9b0f2f766fbc983ed98b25d20d4badcb15fd2f7cf0d8d246b545afc547fe100d757a5d7c8300cb3299c442ffda33cd9e56b0018a649c8c4e
|
||||
SHA512 (latexmk-487.zip) = 3caf7a18b7c26b24aeeea29ec8708e4b151067fe1b0f92f235c0da9dd94ec69d4d3fbe05ca21b73a512b9d9753c87e63b5d518d269e9b20a3847cec5d6a9c35e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue