Commit graph

4400 commits

Author SHA1 Message Date
tron
ceaceedca7 Fix build with png-1.5. 2011-01-19 00:12:50 +00:00
minskim
6830702113 Update tex-ulem{,-doc} to 2010.
Changes:
- Use \immediate\write16 instead of \typeout.
2011-01-18 21:27:44 +00:00
minskim
e732ba68cd Update tex-answers{,-doc} to 2.13.
Changes:
- Make hyperlinks to solutions work correctly.
2011-01-18 21:21:37 +00:00
minskim
961fd98ace Update tex-natbib{,-doc} to 8.31b.
Changes:
- Compatibility fix: \bibAnnote and \bibAnnoteFile are provided only
  with merging, so they do not conflict with alternative definitions
  that are sometimes found in certain BibTeX styles.
2011-01-18 21:13:35 +00:00
minskim
926a7a9889 Update tex-setspace to TeX Live r21104. License change only. 2011-01-18 19:28:47 +00:00
jmmv
f45b8e1d49 Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/brasero
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to
properly recompile the GSettings database during install/deinstall.

Bump PKGREVISION for these packages.

(This lets evince work in my machine; it would crash on startup because
it would not find its schema.  I suspect this also fixes all the other
applications mentioned in this change.  And the inclusion of schemas.mk
also prevents these packages from causing side-effects on the system if
they happen to call glib-compile-schemas during their build.)
2011-01-18 10:08:43 +00:00
minskim
7e030b0be1 Update tex-geometry to 5.6.
Changes:
  * Package 'ifxetex' is loaded for robuster detection of XeTeX.
  * Fixed a bug where 'pass' option was not reset in \newgeometry.
  * Fixed a bug where paper width and height were swapped unnecessarily
    inside \newgeometry{} if 'landscape' is given as a class option.
  * Changed crop marks with elbow-shaped lines 17mm long and offset by 3mm.
  * Added 'showframe' and 'showcrop' as options shown in verbose mode.
  * Fixed typos and wrong figures, and revised expressions in the document.
  * Added missed things that had been fixed for v5.4 into changes.txt.
  * New paper size presets for ISO C-series: 'c0paper' to 'c6paper'.
  * Fixed a bug where overloading shipout in 'showframe' and/or 'showcrop'
    mode caused warnings when 'pdfpages' package is used.
  * Changed the shipout overloading process to use 'atbegshi' package.
    Options 'showframe' and 'showcrop' require the package.
  * Fixed a bug where restoring layoutwidth and layoutheight failed
    when \restoregeometry is called.
  * Fixed a bug that forced papersize to set the same length
    as the specified layoutsize.
  * Fixed a bug where page frame shown in 'showframe' mode was placed
    slightly wrong.
  * Fixed wrong 'h-part' calculation in verbose when bindingoffset
    or mag is specified.
  * Changed format and fixed values shown in verbose mode.
2011-01-17 23:42:37 +00:00
minskim
84ce6ddaee Update tex-needspace{,-doc} to 1.3c.
Changes:
- Patch to improve behaviour with commands like `\section` that use
  `\addvspace`.
2011-01-17 23:37:36 +00:00
minskim
5514f2608b Update tex-beamer{,-doc} to 3.10.
Changes:
- Add real support for section page and subsection page.
- Improved manual and translations.
- Many bug fixes.
2011-01-17 22:41:24 +00:00
drochner
e88df6004f update to 4.0.6
changes:
-improved foomatic-ppd-to-xml script
-XML files generated by foomatic-db-engine now have the same formatting
-fixes
2011-01-17 14:16:50 +00:00
drochner
d9c2dd7502 update to 4.0.6
changes:
-improved automatic input data format recognition
-bugfixes
2011-01-17 14:14:52 +00:00
wiz
b79bf3d3bb Fix build with png-1.5. 2011-01-17 10:36:54 +00:00
wiz
815d1b4faa Update to 0.65.0, set LICENSE, and fix build with png-1.5.
0.65.0:

I have just uploaded the archives for a new luatex release, 0.65.0.

This release mostly fixes a number of bugs, but it also deprecates
a number of existing lua and macro commands. Please read the News
section carefully if you are the current maintainer of a luatex
macro package.

News:

    * The Aleph and Omega version primitives are deprecated.
    * The Apple Snow Leopard Truetype font collections now work
      properly.
    * Libpng has been updated to 1.4.4, and zlib to 1.2.5.
    * New lua functions node.next() and node.prev().
    * The already deprecated for some time node.protrusion_skipable()
      function has been removed.
    * fontloader.apply_featurefile() and
      fontloader.apply_afmfile() now return nil,<errortable> on failure.
    * The various node list fields in the lua node interface have
      been renamed from 'list' to 'head', e.g. tex.box[0].head,
      and the 'list' name is deprecated. For now, the deprecation
      is silent, as 'list' will stay for quite some time. Please
      update your lua source as soon as possible, though.
    * The call node.type(<node>) now returns "node". The existing
      functionality is otherwise unchanged.
    * Luafilesystem has been updated to 1.5.0. NOTE: there is an
      incompatible change in the directory iterator method.
    * The restriction on linebreak_filter has been eased: at least one
      horizontal box should be returned, but that is not necessarily
      the last node any more.
    * Backward compatibility has been restored for \meaning\mathchar
    * node.first_character() has been renamed to node.first_glyph()
      to better match its actual functionality.
    * The \Umathaccent primitive now supports both/bottom keywords,
      and \Umathbotaccent / \Umathaccents are now deprecated.
    * The \Umathaccent primitive now also supports the fixed keyword,
      which supports non-growing math accents even if the font says
      there are extensible variants.
    * Ongoing work on the epdf library.


0.64.0:

I have just uploaded the archives for a new luatex release, 0.64.0.
This is a development release, but it also fixes a few rather
annoying bugs in 0.63.0.


News:

* New lua functions pdf.refobj(), pdf.maxobjnum() and pdf.objtype()
* New lua function node.is_node()
* The max_strings configuration variable's maximum value is
  raised to be identical to texlive's maximum (2097151), and
  same for param_size (32767).
* The embedded mplib is now 1.503.
* Minor cleanups in the output of fontloader.to_table():
  - removed out-of-range altuni's from the output
  - don't dump the extra encodings, just the actual font encoding
  - export the encoding's name also as 'enc_name' at one level up
  - no longer exporting unset macstyles, nor zero uniqueids
  - fix creationtime and modification time
* Ongoing work on the epdf library

Bugfixes:
* Fix a bug where an explicit hyphen prevented hyphenation for the
  whole rest of the paragraph
* Internal font copying forgot to copy the last font dimen
* os.selfdir() is now documented
* patch quad (\fontdimen6) in \letterspacefont to be compatible
  with pdftex
* Multi-page pdf inclusion was very slow in 0.63.0
* Some extra checks added to the handling of glue_spec node
  objects in lua code.
* Some node.prev pointers have been corrected (but this is not
  quite finished).
* A small fix to lpeg 0.9.
2011-01-17 10:33:43 +00:00
wiz
6ad869d29d Partial fix for building with png-1.5. (Need to find out how to
handle png->transformations.)
2011-01-16 15:07:16 +00:00
wiz
dcd9edcca7 Fix build with png-1.5. Patch from John Bowler in private mail. 2011-01-15 14:08:10 +00:00
wiz
9de3fb5ff7 Fix build with png-1.5. 2011-01-13 17:01:35 +00:00
drochner
560c4720ca minor cleanup 2011-01-13 16:55:24 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
minskim
6e2845f617 Add tex-fixme-doc. 2011-01-12 17:08:27 +00:00
minskim
96b66fe773 Import tex-fixme-doc-4.1 as print/tex-fixme-doc.
This is documentation for tex-fixme.
2011-01-12 17:07:49 +00:00
minskim
0b40a10002 Update tex-fixme to 4.1.
Switched to the version in TeX Live.  Many new features were added in 4.x,
including support for tex-pdfcomment.
2011-01-12 17:07:10 +00:00
minskim
41d5257111 Add tex-changebar{,-doc}. 2011-01-12 17:00:31 +00:00
minskim
be7f85d825 Import tex-changebar-doc-3.5c as print/tex-changebar-doc.
This is documentation for tex-changebar.
2011-01-12 16:59:39 +00:00
minskim
5fc449565f Import tex-changebar-3.5c as print/tex-changebar.
Identify areas of text to be marked with changebars with the \cbstart
and \cbend commands; the bars may be coloured. The package uses
'drivers' to place the bars; the available drivers can work with
dvitoln03, dvitops, dvips, the emTeX and TeXtures DVI drivers, and VTeX
and PDFTeX.
2011-01-12 16:59:31 +00:00
minskim
8959983b4c Add tex-pdfcomment{,-doc}. 2011-01-12 16:43:00 +00:00
minskim
0ed699ea49 Import tex-pdfcomment-doc-2.1 as print/tex-pdfcomment-doc.
This is documentation for tex-pdfcomment.
2011-01-12 16:42:10 +00:00
minskim
f31ed58d19 Import tex-pdfcomment-2.1 as print/tex-pdfcomment.
For a long time pdfLaTeX has offered the command \pdfannot for inserting
arbitrary PDF annotations. However, the command is presented in a form
where additional knowledge of the definition of the PDF format is
indispensable. This package is an answer to the - occasional - questions
in newsgroups, about how one could use the comment function of Adobe
Reader. At least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using \pdfannot to provide
comments in PDF files. Since version v1.1, pdfcomment.sty also supports:
LaTeX -> dvips -> ps2pdf, LaTeX - > dvipdfmx and XeLaTeX. Unfortunately,
support of PDF annotations by PDF viewers is sparse to nonexistent. The
reference viewer for the development of this package is Adobe Reader.
2011-01-12 16:42:01 +00:00
minskim
bc500c3019 Corret the version number of tex-marginnote{,-doc}. 2011-01-12 16:39:53 +00:00
minskim
d91c6037f1 Add tex-datetime{,-doc}. 2011-01-12 16:37:07 +00:00
minskim
d6b4866db5 Import tex-datetime-doc-2.58 as print/tex-datetime-doc.
This is documentation for tex-datetime.
2011-01-12 16:36:13 +00:00
minskim
4ec69ecf16 Import tex-datetime-2.58 as print/tex-datetime.
Provides various different formats for the text created by the command
\today, and also provides commands for displaying the current time (or
any given time), in 12-hour, 24-hour or text format. The package
overrides babel's date format, having its own library of date formats in
different languages. The package requires the fmtcount package.
2011-01-12 16:36:05 +00:00
minskim
f79a2c321b Add tex-fmtcount{,-doc}. 2011-01-12 16:32:04 +00:00
minskim
4f90a640a1 Import tex-fmtcount-doc-1.31 as print/tex-fmtcount-doc.
This is documentation for tex-fmtcount.
2011-01-12 16:31:02 +00:00
minskim
55a07dd0c5 Import tex-fmtcount-1.31 as print/tex-fmtcount.
The package fmtcount.sty provides commands that display the value of a
LaTeX counter in a variety of formats (ordinal, text, hexadecimal,
decimal, octal, binary etc). The package offers some multilingual
support; configurations for use in English (both British and American
usage), French, German, Portuguese and Spanish documents are provided.
This package was originally provided as part of the author's datetime
package, but is now distributed separately.
2011-01-12 16:30:54 +00:00
minskim
dac48583ac Update ko.TeX packages to 0.2.
This is the version that works with TeX Live 2010.
2011-01-12 15:18:11 +00:00
wiz
1c97c763ac Mention which files include this. 2011-01-12 10:38:50 +00:00
drochner
6ffea6fc21 reset PKGREV for base pkg update 2011-01-11 15:06:10 +00:00
drochner
50bd367fc4 update to 2.32.0
This switches to the gnome-2.32 release branch.
2011-01-11 12:47:55 +00:00
drochner
c3c5a6db28 add patch from upstream which fixes a colorspace problem in the
glib/cairo frontend (ie pdf generation), bump PKGREV
2011-01-11 12:17:15 +00:00
drochner
ffaa627510 bump PKGREV for dvi backend security patches -- which these only
apply to pkgs built with the non-default "dvi" option, a unique
PKGNAME helps to identify the version if needed
2011-01-10 21:24:10 +00:00
drochner
5e93853e5b add patches from upstream to fix security issues in the dvi-backend
(CVE-2010-2640, CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643)
The dvi backend is only built with the (non-default) "dvi" option.
2011-01-10 20:16:55 +00:00
adam
d98783e4a8 PLIST fix: some files are not installed on Mac OS X; pkglint clean-up 2011-01-03 05:58:49 +00:00
dmcmahill
94586c43d9 Update to latex-mk-2.1
--------------------------------
Release Notes for LaTeX-Mk-2.1
--------------------------------
- Fixed a bug in the quoting of lgrind related variables.  The
  result is that the clean target didn't quite work right.

- Improved quoting in the latex-mk script to better handle
  the case of a file name with spaces in it.

--------------------------------
Release Notes for LaTeX-Mk-2.0
--------------------------------
- Added support for the bibunits package

- Fix a bug when exporting xfig figures to pdf (they were exporting
  to postscript instead).

- No longer install the .dvi or .ps versions of the manual.

- Fix a bug where PDFLATEX_FLAGS wasn't being properly
2010-12-31 21:55:50 +00:00
minskim
8b668822c9 Regen distinfo for the previous update. Noted by tron@. 2010-12-26 01:02:38 +00:00
minskim
27cee320f3 Update tex-latex-bin{,-doc} to 2010.
Changes:
- Use the luatex hyphenation pattern for lualatex and dvilualatex.
2010-12-26 00:58:40 +00:00
minskim
5e575a25c1 Update distinfo of tex-latex.
This should have been committed with the previous change.  Noted by tron@.
2010-12-25 18:18:15 +00:00
mef
04d7ac202b (1) Bump AUCTeX version 11.84 to 11.86
(2) LICENSE= gnu-gpl-v3
Based on PR pkg/43966.

News in 11.86
=============

   * Parsing of LaTeX output was improved.  It is now less likely that
     AUCTeX opens a non-existent file upon calling `TeX-next-error'; a
     problem for example encountered when using MiKTeX 2.8.  In addition
     quoted file names as emitted by MiKTeX are now supported.

   * A new framework for the definition and selection of viewers was
     implemented.  If you have customizations regarding viewers you
     will have to redo them in this new framework or reenable the old
     one.  See the section on viewers in the manual for details.

   * Comprehensive editing support for PSTricks was added.

   * Support for various LaTeX packages was added, e.g. `tabularx',
     `CJK', and `hyperref'.

   * An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX,
     Omega) was added.

   * Support for SyncTeX was added.  This involves the command line
     options for LaTeX and the viewer.

   * Folding can now be customized to use macro arguments as replacement
     text.

   * `preview.sty' now works with XeTeX.

   * A lot of smaller and larger bugs have been squashed.

News in 11.85
=============

   * Font locking has been improved significantly.  It is now less
     prone to color bleeding which could lead to high resource usage.
     In addition it now includes information about LaTeX macro syntax
     and can indicate syntactically incorrect macros in LaTeX mode.

   * The license was updated to GPLv3.

   * Support for the nomencl, flashcards and comment LaTeX packages as
     well as the Icelandic language option of babel were added.

   * Support for folding of math macros was added.

   * Lots of minor bugs in features and documentation fixed.
2010-12-25 13:16:22 +00:00
minskim
43f710aa7f Add tex-marginnote{,-doc}. 2010-12-25 06:25:37 +00:00
minskim
c3adb5881f Import tex-marginnote-doc-v1.1f as print/tex-marginnote-doc.
This is documentation for tex-marginnote.
2010-12-25 06:14:20 +00:00
minskim
f7f72aea6e Import tex-marginnote-v1.1f as print/tex-marginnote.
This package provides the command \marginnote that may be used instead
of \marginpar at almost every place where \marginpar cannot be used,
e.g., inside floats, footnotes, or in frames made with the framed
package.
2010-12-25 06:14:09 +00:00