11 Commits

Author SHA256 Message Date
142609047f Accepting request 1295842 from Publishing
- Add fix_overaccent_tests.patch

OBS-URL: https://build.opensuse.org/request/show/1295842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LaTeXML?expand=0&rev=4
2025-07-26 11:42:20 +00:00
635792a8e5 - Add fix_overaccent_tests.patch
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=10
2025-07-25 21:31:14 +00:00
b788a9d7c2 Accepting request 1151959 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1151959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LaTeXML?expand=0&rev=3
2024-02-27 21:47:48 +00:00
49d46e0fb3 Accepting request 1151958 from home:jaimeMF:branches:Publishing
- Update to version 0.8.8:
  * This release addresses a large variety of usability, fidelity, robustness,
    portability and output-quality issues.
  * breaking change: ltx:inline-para has been renamed
    ltx:inline-logical-block
  * Improved CSS, html, accessibility affecting
    * framing, position & rotation, color
    * figure/subfigure grouping
  * MathML (closer to MathML Core)
    * avoid gratuitous math mode (simple sub/superscripts); mathvariant
    * option to avoid InvisibleTimes, when not certain (--noinvisibletimes)
  * Improved emulation of TeX internals
    * affecting registers, \chardef, accents, intarray, tracing
  * More TeX-like "scanning" of tokens affecting
    * expansion, input,
    * alignments (\halign,tabular)
  * improved block mode processing
    * affecting \parbox, {minipage}, \centering, \raggedright/left
    * More consistent set of block elements:
      * ltx:block, ltx:logical-block, ltx:sectional-block,
      * along with their inline variants:
        * ltx:inline-block, ltx:inline-logical-block, ltx:inline-sectional-block
    * breaking change: ltx:inline-para has been renamed
      ltx:inline-logical-block
  * Improvements to processing alignments (\halign, tabular),
    * more TeX-like (processing templates, spacing)
  * Improved processing of images, graphics, svg generation
    * image post-processing
    * pgf, tikz, pgfplots, tikz-cd
  * initial support for Vietnamese, t5enc
  * improved Windows portability
  * improved schema documentation
  * Improvements to test cases.
  * New bindings: boxedminipage, cmap, ifdraft, marginnote, tikz-cd.
  * Improvements to bindings: aa, aas, algorithm2e, amsmath, amsthm,
    cleverref, comment, csquotes, elsarticle, enumitem, expl3, framed,
    hyperref, hyperxmp, IEEEtran, lineno, listing, longtable, mn2e, nicefrac,
    ntheorem, pdfpages, pgfmath, pgfplots, rotating, srcltx, sidecap,
    subcaption, subfiles, thmtools, tikz, url, xfrac, xypic.

OBS-URL: https://build.opensuse.org/request/show/1151958
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=8
2024-02-26 21:08:17 +00:00
6090e46bc8 Accepting request 1045412 from Publishing
- Update to version 0.8.7:
  * This release addresses a large variety of usability, fidelity, robustness,
    portability and output-quality issues.
  * MathML (mostly) conforms to MathML Core, with more consistent spacing
  * More TeX-like dimensions & computation; font metrics used for (approximate)
    sizing
  * Improvements to HTML5, ePub, JATS, CSS, frontmatter
  * Improvements to graphics and SVG
    * support for \includegraphics alt key
    * updated schema to SVG 1.1 2nd ed (roughly)
    * xy now supported, generating SVG
  * Windows & MacOS related improvements
  * Support for attributes in foreign namespaces; conversion to data-XXX
    attributes in html
  * Default to lang="en" unless told otherwise
  * title attributes now use UnicodeMath; also --unicodemath math format option
  * Enhancements to latexml.sty (see the code for details)
    * Package keywords
      - breakuntex, nobreakuntex: control linebreaks in tex attribute
      - dpi=number, magnify=number, upsample=number, zoomout=number: image
        conversion controls
      - tokenlimit=number, iflimit=number, absorblimit=number,
        pushbacklimit=number: limit execution
    * \LaTeXMLversion, \LaTeXMLrevision, \LaTeXMLfullversion: show the LaTeXML
      version
    * \lxRegisterNamespace{prefix}{uri} : register a namespace w/ prefix
    * \lxAddAnnotation{keyvals} : add annotation attributes to current node
    * \lxWithAnnotation{keyvals}{thing} : Typeset thing with annotation attributes
  * New bindings: amsaddr, atveryend, auxhook, babel, bbding, bezier,
    bigintcalc, bitset, bookmark, doi, ed, expl3, fancyvrb, feynmf, fixme,
    gettitlestring, ifetex, ifsym, iftex, ijcai, infwarerr, intcalc,
    kvdefinekeys, kvoptions, kvsetkeys, l3keys2e, ltxcmds, nomencl, overpic,
    pdftexcmds, refcount, subeqn, subeqnarray, tcolorbox, tikzbricks, upquote,
    xurl, xy, xypic  and beamer.cls
  * Improvements to bindings: algorithm2e, amsmath, amsthm, babel, csquotes,
    deluxetable, enumitem, glossaries, hyperref, longtable, lstings, mathtools,
    physics, revtex, svmult, thmtools.

OBS-URL: https://build.opensuse.org/request/show/1045412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LaTeXML?expand=0&rev=2
2022-12-27 10:54:53 +00:00
2803e61e9c Accepting request 1045411 from home:jaimeMF:branches:Publishing
Reenable tests

OBS-URL: https://build.opensuse.org/request/show/1045411
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=6
2022-12-26 20:24:44 +00:00
970dfcaef4 Accepting request 1045409 from home:jaimeMF:branches:Publishing
- Update to version 0.8.7:
  * This release addresses a large variety of usability, fidelity, robustness,
    portability and output-quality issues.
  * MathML (mostly) conforms to MathML Core, with more consistent spacing
  * More TeX-like dimensions & computation; font metrics used for (approximate)
    sizing
  * Improvements to HTML5, ePub, JATS, CSS, frontmatter
  * Improvements to graphics and SVG
    * support for \includegraphics alt key
    * updated schema to SVG 1.1 2nd ed (roughly)
    * xy now supported, generating SVG
  * Windows & MacOS related improvements
  * Support for attributes in foreign namespaces; conversion to data-XXX
    attributes in html
  * Default to lang="en" unless told otherwise
  * title attributes now use UnicodeMath; also --unicodemath math format option
  * Enhancements to latexml.sty (see the code for details)
    * Package keywords
      - breakuntex, nobreakuntex: control linebreaks in tex attribute
      - dpi=number, magnify=number, upsample=number, zoomout=number: image
        conversion controls
      - tokenlimit=number, iflimit=number, absorblimit=number,
        pushbacklimit=number: limit execution
    * \LaTeXMLversion, \LaTeXMLrevision, \LaTeXMLfullversion: show the LaTeXML
      version
    * \lxRegisterNamespace{prefix}{uri} : register a namespace w/ prefix
    * \lxAddAnnotation{keyvals} : add annotation attributes to current node
    * \lxWithAnnotation{keyvals}{thing} : Typeset thing with annotation attributes
  * New bindings: amsaddr, atveryend, auxhook, babel, bbding, bezier,
    bigintcalc, bitset, bookmark, doi, ed, expl3, fancyvrb, feynmf, fixme,
    gettitlestring, ifetex, ifsym, iftex, ijcai, infwarerr, intcalc,
    kvdefinekeys, kvoptions, kvsetkeys, l3keys2e, ltxcmds, nomencl, overpic,
    pdftexcmds, refcount, subeqn, subeqnarray, tcolorbox, tikzbricks, upquote,
    xurl, xy, xypic  and beamer.cls
  * Improvements to bindings: algorithm2e, amsmath, amsthm, babel, csquotes,
    deluxetable, enumitem, glossaries, hyperref, longtable, lstings, mathtools,
    physics, revtex, svmult, thmtools.

OBS-URL: https://build.opensuse.org/request/show/1045409
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=5
2022-12-26 20:12:44 +00:00
5de39447b4 Accepting request 988697 from Publishing
LaTeXML is a TeX & LaTeX to XML, HTML, MathML, ePub, JATS, ... converter.

OBS-URL: https://build.opensuse.org/request/show/988697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LaTeXML?expand=0&rev=1
2022-07-13 11:45:14 +00:00
4aecdcb461 - Recommend instead of requiring ImageMagick and texlive
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=3
2022-07-12 15:10:58 +00:00
98a8382c3d - Add depndency on perl(UUID::Tiny)
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=2
2022-07-12 15:09:15 +00:00
f85b844db1 Accepting request 983559 from home:jaimeMF
LaTeXML is a TeX and LaTeX to XML translator. I would like to use the Publishing project as host and submit it to Factory

OBS-URL: https://build.opensuse.org/request/show/983559
OBS-URL: https://build.opensuse.org/package/show/Publishing/LaTeXML?expand=0&rev=1
2022-06-27 09:44:09 +00:00