-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tex-standalone{,-doc}: update to 1.3a
Bug fix update: --------------- Fixed compatibility issues with LuaTeX which arised after non-backward-compatible updates to LuaTeX. Config file: * Fixed log file warnings when used outside preamble by wrapping \PassOptionsToPackage call into preamble check. Package: * Added check if \sa at requestedpage is undefined or empty, which can happen with newer versions of LuaLaTeX. * Updated page handling to new graphics driver version. Also fixed the following reported bugs: (see https://bitbucket.org/martin_scharrer/standalone/issues) * Issue #22: Removed processing of AUX file with \globaldefs. * Issue #25: Changed how papersize special is added for dvips. * Issue #26: Adding '-units PixelsPerInch' to 'convert' call so that generated PNGs have correct units parameter. * Issue #30: Replaced jobname with subjobname in DVIPS precommand. * Issue #31: Added \makeatother before inputting .sta files so that the subpreamble-changed test works with files using \makeatletter. * Issue #40: Corrected order of border option in manual.
- Loading branch information
markd
committed
May 8, 2018
1 parent
882692f
commit 0dba69d
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2015/11/04 01:02:46 agc Exp $ | ||
$NetBSD: distinfo,v 1.4 2018/05/08 11:24:18 markd Exp $ | ||
|
||
SHA1 (tex-standalone-37875/standalone.doc.tar.xz) = 487d143b4ea24ba2cc1cf75afe770514c9625f4d | ||
RMD160 (tex-standalone-37875/standalone.doc.tar.xz) = 98f009ab34413dfcd3e1a7f7a4b30da81584929e | ||
SHA512 (tex-standalone-37875/standalone.doc.tar.xz) = 1397dd6ae243346a20e679d913d328d597688f1ad78c2de1b72df3710290eb357f7e120cdf015cb5fc13dc9a7f094c8dbe00c72d5119af0b07515fca66187eaa | ||
Size (tex-standalone-37875/standalone.doc.tar.xz) = 266880 bytes | ||
SHA1 (tex-standalone-47136/standalone.doc.tar.xz) = 280cf08b286800f2ea2c1a43c92f29839fde1482 | ||
RMD160 (tex-standalone-47136/standalone.doc.tar.xz) = fd2fed1eecbf07f8f5619a3426be92caf749f861 | ||
SHA512 (tex-standalone-47136/standalone.doc.tar.xz) = d7b86ac37855a9f2471ded0bd3cd370d4e7e247b0bf8a5ff63aa44e6ff8648fc1a696e813e25871ca5e02cb364f4abeced6bfc40d2f1679e0d5a894ace0872b6 | ||
Size (tex-standalone-47136/standalone.doc.tar.xz) = 270488 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2015/11/04 01:02:46 agc Exp $ | ||
$NetBSD: distinfo,v 1.4 2018/05/08 11:24:18 markd Exp $ | ||
|
||
SHA1 (tex-standalone-37875/standalone.tar.xz) = bbd8941f779ff5182ac4038990e41bb4aac98172 | ||
RMD160 (tex-standalone-37875/standalone.tar.xz) = 7d305fee59db03363b60d61ddf7d81a5a4153766 | ||
SHA512 (tex-standalone-37875/standalone.tar.xz) = 5eea6930975f9baf43b2d37401527cc390500167da769f29b7bd3130ee56b23cf28c1b43aa817e22976476bd04048ffe94d14321dfa0243c76b12f3069fddd92 | ||
Size (tex-standalone-37875/standalone.tar.xz) = 11416 bytes | ||
SHA1 (tex-standalone-47136/standalone.tar.xz) = aa13e6a0c10fb95b607c60ef3fb802e8724a4a68 | ||
RMD160 (tex-standalone-47136/standalone.tar.xz) = 93a964388861a09d9f47edbf35358558fb5218da | ||
SHA512 (tex-standalone-47136/standalone.tar.xz) = 599fc0934d53eab3cb97bfed16317ebdd6f31b70e0016c3ce8c413752290319940a8793b0458abd58a2a2151f8f7156628b0a083f42a1fde73e0e7c666abbfcb | ||
Size (tex-standalone-47136/standalone.tar.xz) = 11840 bytes |