Search
15 results for “letexml”
-
Students! We are handing out sponsored conference tickets, including accommodation, for XML Prague (June 4–6, 2026). Please apply informally by replying here or by sending an email to letexml at le-tex dot de. https://www.xmlprague.cz/ #xmlprague
-
@letexml
The paper to my talk can be downloaded here. Obviously, format is TeX (compile it!) and it was converted with xml2tex from #markupuk flavoured DocBook.
https://xporc.net/wp-content/uploads/2023/05/MarkupUK/Martin_Kraetke_Bridging-the-Gaps-Between-TeX-and-XML.tex -
@TeXhackse @LupinoArts @letexml Leider bin ich noch immer nicht dazu gekommen, mich bei #KOMAScript um die tagging-Geschichte zu kümmern. Ich muss jetzt erst einmal sehen, dass ich die restlichen thirdparty-Geschichten fertig bekomme, aus scrlayer-notecolumn ein eigenständiges Paket mache und die nächste KOMA-Script-Release fertig bekomme. Und dann stehen eigentlich noch diverse weitere Umbauarbeiten an und vermutlich die nächsten dringenden Anpassungen an neue Kernel-Änderungen ...
-
Mit @gimsieke / @letexml betreute Bachelorarbeit zum Thema #ONIX-Metadaten ist auf »Share_it« verfügbar.
Sollte mehr Studis zur vertieften Beschäftigung mit #XML & Co. motivieren. https://opendata.uni-halle.de/handle/1981185920/103595 -
Als nächster spricht @LupinoArts über das CoCoTeX (https://github.com/transpect/CoCoTeX) @letexml
Anforderungen von Verlagen insbesondere bei Überschriftn/Vrzeichnissen & Co sind immer wahnsinnit spezifisch. Damit arbeite ich ja auch ständig.
Und ich bin extrem dankbar für #KOMAScript @koma, dass insbesondere bei so spezifischen Anforderungen wahnsinnig viel erleichtert.
edit: github Link eingefügt.
-
Deadline nah – trotzdem da: Verlagsdienstleister-Antifa #le2101 #NieWiederIstJetzt #AntifaSticker
-
Congratulations, @ndw, on your new role as #Saxonica CEO! https://blog.saxonica.com/norm/2023/10/02-saxonica.html
-
Our Martin Kraetke (@xporc) presents “Bridging the Gaps Between XML and LaTeX” at #MarkupUK #MarkupUK2023.
More info about xerif (open source transpect XProc/XSLT pipelines for going from docx or XML to LaTeX, plus a LaTeX macro package) at https://le-tex.de/en/xerif.html -
You can still register for #MarkupUK (June 1–3) and attend in person or remotely: https://markupuk.org/
The remote option doesn’t comprise the tutorial day though (neither does it probably comprise the social dinner including the #Demojam).
Five of us will be traveling to London, of course by train, and @xporc will give a talk on Friday June 2, “Bridging the Gaps between XML and LaTeX.”
-
Curious surprise!
Grobid has started using LaTeXML for processing LaTeX inputs (I think just recently), as part of its TEI-based pipeline.
Details at:
https://grobid.readthedocs.io/en/latest/Principles/ -
[1/2] Die zweite Präsentation bleibt beim Thema Barrierefreiheit und Ulrike Fischer zeigt einige unterschiedlichen Varianten um #TeXLaTeX nach #HTML zu wandeln.
Ein Ansatz, den ich zum Beispiel für das frühere Backend der @datenschleuder umgesetzt hatte, um epub mitzuliefern.Es wird #tex4ht, #Pandoc, #LaTeXML, #lwarp und auch der Weg via #NGPDF (HTML aus den #TaggedPDF) gezeigt und verglichen.
-
Currently experimenting with adapting the @pandoc output from #Markdown to #HTML to work with the awesome #CSS built for #arxiv by @dginev. I could also use #pandoc to convert to #LaTeX and then use #LaTeXML through their https://github.com/dginev/ar5ivist tool for #arxiv but why the round-trip? The changes are yet incomplete as not all font things are adjusted and right now all footnotes are represented through the same symbol. Yet, I'm quite happy with the intermediate results :-)
This gives me reactive footnotes, either in the margins (almost #Tufte style) or through hovering, nicer link highlighting, quite acceptably justified text (I'm surprised how far the web has come). I didn't yet tweak the fonts further and I want to keep my code indented.
Left: Run through pandoc with custom HTML template & some #Lua filters
Right: Current state as seen on https://ljrk.codeberg.page/unixv6-alloc.html produced with a minimalist CSS stylesheet I stole from somewhere.