./textproc/tex-lwarp, Converts LaTeX to HTML

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.911, Package name: tex-lwarp-0.911, Maintainer: pkgsrc-users

The package causes LaTeX to directly produce HTML5 output,
using external utility programs only for the final conversion
of text and images. Math may be represented by SVG files or
MathJax. Documents may be produced by LaTeX, LuaLaTeX, or
XeLaTeX. A texlua script removes the need for system utilities
such as make and gawk, and also supports xindy and latexmk.
Configuration is automatic at the first manual compile. Print
and HTML versions of each document may coexist, each with its
own set of auxiliary files. Support files are self-generated on
request. Assistance is provided for HTML import into EPUB
conversion software and word processors.


Required to run:
[print/poppler-utils] [print/kpathsea] [print/tex-luatex] [print/luatex] [graphics/tex-pdfcrop] [textproc/tex-xindy]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2023-04-09 14:43:41 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-lwarp{,-doc}: update to 0.911

Updated fvextra, minted.
Updated mismath, tcolorbox.
   2022-09-06 22:59:14 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-lwarp{,-doc}: update to 0.908

0.908
Fixed obscure reference bug, sometimes seen in citations.

0.907
Fix for SVG images with Windows.

0.906
Improvements for screen readers.
   2022-04-15 06:05:46 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-lwarp{,-doc}: update to 0.905

0.905
Fixed splitidx;  updated and improved acronym.

0.904a
Fix for missing file lwarp-common-mathjax-siunitx.

0.904
Added siunitx v3.
Updated caption, chemmacros, fbox, hyperref, multicol, siunitx-v2, wrapfig2.

0.903
Improved back refs.
Fixed verbatim*.
Updated cuted, flushend, mathalpha, minted, cases.
Improved siunitx with MathJax.
Added showlabels, wrapfig2.

0.902
Added beamerarticle.
Improved parnotes, sympytex.
Updated luatexko, xetexko, tagpdf.
Improved footnotes and paragraph tags.
Added \oe, etc. for MathJax.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-06-06 23:42:18 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-lwarp{,-doc}: update to 0.898

0.898
Produces fewer underfull \hbox warnings.
Improves wrapfig and keyfloat.

0.897
Added rollback for siunitx v2.
Improved fixme, float.
Added centerlastline, decorule, fancypar, froufrou, pbalance.
Verified works as-is with fnpct.

0.896
Many fixes and improvements.
Now prints theorem footnotes next to theorems.
Accessibility improvements.
Improved citation back references.
Updated chemfig, bigdelim, xetexko.
Added ccicons, classicthesis, orcidlink, enotez.
Verified support for doi, doipubmed.

0.895
Updated multirow, acro, fancyhdr, changes.
Improved epsfig, rotating.
Greatly improved MathJax emulation for siunitx.
Added MathJax emulation for isomath, mattens, maybemath, skmath, tensor.
Added epsf, impnattypo, isotope, lpic, luavlna, mdwmath, pinlabel, rlepsf,
 tikz-imagelabels, xevlna.
Verified to work as-is: tensind.
   2021-02-13 12:08:30 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-lwarp{,-doc}: update to 0.894

0.86
MathJax: Updated to v3.

Fixed forward references.

Improved equation numbering.

Added support for starred macros,
and starred macros for mathtools, nccmath, physics.

Improved filename generation.

Fixed labels in eqnarray and lateximage.

Fixed nccmath, xcolor.
   2020-05-10 05:56:45 by Mark Davies | Files touched by this commit (190) | Package updated
Log message:
texlive: update to 2020

General:
* The \input primitive in all TeX engines, including tex, now also accepts a
  group-delimited filename argument, as a system-dependent extension. The usage
  with a standard space/token-delimited filename is completely unchanged. The
  group-delimited argument was previously implemented in LuaTeX; now it is available
  in all engines. ASCII double quote characters (") are removed from the \ 
filename,
  but it is otherwise left unchanged after tokenization. This does not currently
  affect LaTeX’s \input command, as that is a macro redefinition of the standard
  \input primitive.
* New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support
  arbitrary configuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
  is intended to result in a common set of functionality available across
  all engines.

epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
 revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.

LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
 (used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
 \eTeXglueshrinkorder.

pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
 in the PDF output; it has no effect on any PDF content. \pdfximage and similar
 now search for image files in the same way as \openin.

pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.

XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.

Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.