2019-12-06 21:22:05 by Mark Davies | Files touched by this commit (372) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|
2019-01-28 12:27:57 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-memoir{,-doc}: update to 3.7h
-- The following packages are no longer embedded into the class
sources: array, delarray, dcolumn and tabularx.
These are all part of the _tools_ section of every LaTeX
installation, thus there is no reason to embed it anymore (let
alone keep track of when they are updated). Instead we require them
from the LaTeX installation.
Note that the class still makes its own defaults for some of the
default settings for these packages.
Historical note: When the class was first created updating LaTeX
was not an easy task, often done by hand. Also there was no manual
requirements, or if there were a manual it might not be easy to
find. So it made sense to have it all in one place and their
manuals added to the class manual. This usage information in the
manual will stay, but might no longer be 100% up to date, so users
are always referred to the package manuals.
We may remove more embedded packages in the future and replace them
with just require the distribution provided ones.
-- remembered to note \pagerefname when dealing with page notes.
-- fixed bug in inline toc entries in the manual when there are subitem
that are not typeset and hyperref is in use (\endlinechar=-1 around
the toc), also noted in the manual that this problem may occur and
how to deal with it.
One might argue that \endlinechar=-1 should be the default thenever
the ToC are being typeset.
-- Added \SingleSpacing* which does *not* add a \vskip at the
end. Also adjusted \SingleSpacing such that it does not emit a
\vskip when used in the preamble.
|
2018-05-12 03:03:12 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-memoir{,-doc}: update to 3.7g
changes unknown
|
2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194) |
Log message:
Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-09 11:43:37 by Mark Davies | Files touched by this commit (4) |
Log message:
Update tex-memoir{,-doc} to 3.7e
minor change in check for etex.sty.
|
2015-06-14 14:50:07 by Mark Davies | Files touched by this commit (209) |
Log message:
Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.
|
2015-04-23 14:17:14 by Mark Davies | Files touched by this commit (4) |
Log message:
Update tex-memoir{,-doc} to 3.7c
latest texlive version. changes unknown.
|
2011-05-15 00:11:09 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update tex-memoir{,-doc} to 3.6gpl6.0g.
Changes:
-- fixed typo in trimmarks
-- changed \chapter (and chapter like titles), \section's, \part
and \book such that a non-zero \parskip no longer interfer
with the title layout.
-- yet another fix for the reimplemented page notes. Now 'x x'
only result in one line break not several.
|
2011-01-23 00:24:17 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update tex-memoir to 3.6g.
Changes:
-- fixed a typo in the vplaces env
-- made \needspace work better with \section and friends
-- added \settypeoutlayoutunit such that users can choose in which
unit the layout list should be written to the log file.
-- removed the \footnoteA--C commands from the manual, they have
never existed
-- Added \OnehalfSpacing* and \DoubleSpacing* which will additionally
also make floats and page notes have the same spacing. Macros to
explicitly set these values have also been added
-- made it more clear who the maintainer is
|
2010-09-20 01:17:18 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update tex-memoir{,-doc} to 3.6fpl6.0g.
Changes:
-- a typo fix memoir in memoirs float handling got lost, this brings it
back in line
-- changed \parnopar to make its changes inside a group
-- some clearifications in the manual
- fixed typo introduced in v1.14
(special thanks to Ian D. Leroux and meho_r on ctt for reporting this)
-- added \precistocformat, default \noindent, thus the toc precis text
is no longer indented by default.
-- Fixed some typos in the manual and in the class
-- reorganized the manner by which we handle the memoir user
manual. This enables us to add reversion numbers and dates to the
start of each chapter of the manual. Please note that these
revision numbers do not appear if one attempts to compile
memman.tex as it relies on a modified (and thus private) version of
svn-multi and also relies on splitting memman.tex into separate
files.
-- If the 'article' class option is in effect we now use the plain
page style by default instead of headings.
-- Brought memoir sections back in line with hyperref. Now a hyperlink
to a section should end up above the section tilte, instead of below.
-- reversioned memoir to version 3.6. The version number was tending
towards the golden ration, but apparently this numeric value is
not widely known.
-- fixed \marginparmargin{left} in twoside mode
-- fixed a race condition in memhfixc
|