home.social

#texlatex — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #texlatex, aggregated by home.social.

  1. Hm cool.
    Es gibt für #texlatex ein Braille Paket.

    ctan.org/pkg/braille

    Damit kann ich Texte schreiben und es wird automatisch in Braille übersetzt. 😃

    Wenn ich jetzt keinen speziellen Braille Drucker habe, gibt es mit normalen Laserdruckern oder Nadeldruckern ggf. einen Trick, wie ich bspw. so drucken kann, dass sich ein Relief ergibt?
    Ich meine manche Druckerzeugnisse aus Laserdruckern hinterlassen ein leichtes Relief.
    Kann man das durch Mehrfachdruck an gleicher Stelle verstärken? 🤔

  2. Traditional TeX users’ favourite band is Computer Modern Talking. ☝️🤓

    #nonsense #TeXLaTeX

  3. I updated my phone/tablet-sized PDF version of Edward Gibbon’s ‘Decline and Fall of the Roman Empire’: archive.org/details/gibbon_dec

    Previously there were some rough edges: a few awkward spacings and line breaks, some pushing side-headings out of position. I think these are all resolved now, but I might have missed some among the 3858 pages. :-)

    LuaLaTeX source code: codeberg.org/ajcain/gibbon_dec

    The code uses the interfaces created by the LaTeX tagging project, so it is an accessible #TaggedPDF. The font is @mc_wiki’s beautiful Garamontio.

    #history #literature #RomanHistory #accessibility #a11y #TeXLaTeX #typography

  4. For newbies feeling hesitant or frustrated about #Emacs and its Lisp flavor. tl;dr #Foss #lifelonglearning victories!

    In 2010 or so I watched an interview with the immortal Carsten Dominik, creator of Org mode. He made an offhand remark to the effect of "I just love coding in Emacs Lisp, it's just how I think, it's just so natural, don't you agree?" And I was very unhappy. Because I could not agree. That discouragement stuck with me.

    My wife always says "the time is going to go by anyway," and this is wisdom. By 2023 I had written "org-teach" for producing classroom materials, shared it at EmacsConf, actually used it in the wild. Others around here have done similar, @randyridenour @ericsfraga @asilata sorry if I'm forgetting you.

    Long story short, the underlying #TeXLaTeX core couldn't do #taggedpdf until 2025. I asked on here for help and @yantar92 went to the mailing list and before I could say meta x @paaguti and @schuemaa had us all sorted out. So grateful!

    codeberg.org/paaguti/pdf-ua2-t

    With these significantly changed dependencies I decided to rewrite the jank that was org-teach from scratch. And it feels like lightning shoots from my fingertips now. I can implement functionality almost as fast as I can think of it. Too messy to share quite yet. But this kind of workflow and software self sufficiency feels like a superpower. Emacs Lisp just feels natural now. After only a decade and a half!

    But seriously, all my progress is thanks to this community.

    #emacslisp

  5. Anzeichen, an denen man erkennt, dass eine studentische Arbeit mutmaßlich mit KI-Unterstützung geschrieben wurde oder Medienkompetenz komplett fehlt, Teil 73:

    Auf der Titelseite wurde das Fakultätslogo aus der eingescannten Aufgabenstellung als schiefe Rastergrafik genutzt, obwohl man das Logo natürlich auch auf der Webseite (cd.ovgu.de/Fakult%C3%A4ten/Ele) oder sogar ganz einfach in unserer #TeXLaTeX-Vorlage (de.overleaf.com/latex/template) findet.

    #AcademicWriting #ScientificWriting

  6. Big update to ‘Form & Number: A History of Mathematical Beauty’: the PDFs are now *tagged* (plus various minor improvements).

    A #TaggedPDF contains hidden extra semantic information to assist screen-reading software etc., including alt text for diagrams+images (in the case of ‘F&N’, 552 pieces of alt text were required, some quite lengthy).

    The new version is available (#OpenAccess as always) at: archive.org/details/cain_forma

    Feedback from users of screen readers would be very welcome!

    Creating this version has been possible because of the ongoing LaTeX tagging project [latex3.github.io/tagging-proje] (thank you to the LaTeX team and other contributors!). I have been adapting my own #LuaLaTeX styles [codeberg.org/ajcain/minos] to use the new interfaces.

    1/2

    #accessibility #a11y #MathArt #HistMath #HistSci #MathematicalBeauty #aesthetics #typography #TeXLaTeX

  7. My #semigroups lecture notes ‘Nine Chapters on the Semigroup Art’ are now accessible #TaggedPDF files: archive.org/details/cain_semig

    I have been working to update my LuaLaTeX style "minos" [codeberg.org/ajcain/minos] to use the new interfaces created by the LaTeX tagging project, and this is the latest outcome [latex3.github.io/tagging-proje].

    Besides adding "alt" text for the (many!) diagrams, there were only one or two small changes to be made to the LaTeX code of the document itself (which was mostly written in 2012, long before the tagging project started). Essentially all the complicated changes were in the style. This is a testament to the work of the tagging project team.

    The files pass VeraPDF validation, but feedback from users of screen readers would be very welcome.

    #accessibility #TeXLaTeX #typography #math #OpenAccess

  8. Another update to my #LuaLaTeX style "minos", used in ‘Form & Number: A History of Mathematical Beauty’ and my other books (links in profile).

    Git repository: codeberg.org/ajcain/minos

    Download documentation or source .zip/.tar.gz: codeberg.org/ajcain/minos/rele

    Improvements mostly concern #TaggedPDF-related features:

    - Sidenotes are now tagged as *notes* (same as footnotes), not as "Aside" (the default for marginal content).

    - The theorem number appears in the proof heads even when \DocumentMetadata is used — in the previous version I had not integrated this feature into the new interfaces for theorem-like environments.

    (The number also appears in the QED symbol, which is a long-standing feature I would like to highlight. I think is useful with nested proofs; example from docs attached.)

    #TeXLaTeX #typography

  9. ‘Bertrand Russell & Trinity: A college controversy of the last war’ is a pamphlet written by G.H. Hardy in 1942, giving an account of the dismissal of Russell from his Trinity College lectureship in 1916 following his criminal conviction for anti-war political activity. (Hardy was at the time a fellow of Trinity and opposed Russell's ouster.)

    Since there was no downloadable ebook, I made a re-typeset version, which I have just updated: archive.org/details/hardy_russ

    Creating this version was an exercise for me to learn how to (start to) adapt my LaTeX styles to the new interfaces created by the ongoing LaTeX tagging project [latex3.github.io/tagging-proje]. (A #TaggedPDF contains supplementary information to assist screen reading software, data extraction, etc.)

    The updates are mostly behind-the-scenes source code changes, particularly to use the new template interfaces for sectioning. I have made the source available in case it is useful as an example to others: codeberg.org/ajcain/hardy_russ

    #GHHardy #BertrandRussell #WorldWarI #pacficism #literature #TeXLaTeX #Accessibility

  10. I made a edition of Edward Gibbon’s ‘Decline and Fall of the Roman Empire’ as a phone/tablet-sized PDF: archive.org/details/gibbon_dec (3863 pages!)

    LuaLaTeX source code: codeberg.org/ajcain/gibbon_dec

    The style uses the interfaces created by the LaTeX tagging project, so (at least in theory), it is an accessible #TaggedPDF.

    The font is @mc_wiki’s beautiful Garamontio.

    1/2

    #TeXLaTeX #typography #history #literature #RomanHistory

  11. Der Löwe und ich machen uns startklar für die #CLT2026 (@clt_news)

    Mal sehen was dieses Jahr so für Fragen am #DanteEV Stand vorbeikommen und was wir so dazu lernen. Also falls ihr zufällig gerade die eine oder andere Frage dabei habt... Wir werden versuchen zu helfen. Bei den Themen wie #TeX & Friends, insbesondere #TeXLaTeX, #eRechnung, #ZUGFeRD , #TaggedPdf ist die Wahrscheinlichkeit, relativ hoch, dass das klappt.

  12. My new #LuaLaTeX package: lua-simple-wrap

    This package allows easy wrapping of text around small figures, pull quotes, etc. (See attached image.)

    Unlike (I think) all other LaTeX packages for wrapping text around things, the wrapped object can be specified at its natural place in the text, and the package works out where it should appear. Virtually all the processing happens on the Lua side.

    The package is semi-experimental, and definitely requires more work before I submit it to CTAN, but the basic functionality is in place and seems to be working well. In particular, tagging support (for producing accessible PDFs) is already present.

    Git repository: codeberg.org/ajcain/lua-simple

    Download documentation and built package: codeberg.org/ajcain/lua-simple

    If you try it, feedback would be much appreciated!

    #TeXLaTeX #typography #Lua #accessibility #TaggedPDF

  13. [1/2] Ulrike Fischer showed a summary of the #TeXLaTeX News including a preview for the next release in June.

    Of course she included achievements of the tagging project which included the new template based implementation of sectioning commands.

    And the status of accessible math typesetting using #MathML latex-project.org/news/2026/03 which is a huge step towards completely accessible documents.

    #Dante2026 #TaggedPDF #a11y

  14. @frischefarbe zeigt im nächsten Mini-Vortrag eine andere Spielerei. Ihr findet sie unter hobby.boxesandglue.dev/ und macht Werbung für #Metapost, was tatsächlich an vielen Stellen etwas mehr Aufmerksamkeit verdient hätte.

    Im #TeXConTeXt Umfeld wird es deutlich mehr genutzt, aber bei #TeXLaTeX haben gerade #TikZ & Co mehr Nutzung.

    #DANTE2026

  15. I made a little extension to my Python-based LaTeX math renderer so it can be used to draw equations and Sympy expressions directly in the terminal as sixel graphics. Install with `pip install sixelmath` and give it a try! (in a sixel-supported terminal, of course).

    Source: github.com/cdelker/sixelmath

    #sixel #python #sympy #TeXLaTeX #terminal #equations #ziamath #konsole

  16. @ctietze I need to be able to make slides from #OrgMode files. But #Beamer cannot (and will not) be made to produce #taggedPDF output (thanks, @mxp). So rather than bang my head against #TeXLaTeX, I took a step back.

    Check this out:

    pandoc why-yes-i-am-a-wizard.org -o why-yes-i-am-a-wizard.pptx && soffice --headless --convert-to pdf why-yes-i-am-a-wizard.pptx

    help.libreoffice.org/latest/en

    No Haskell noodling required.

    #libreoffice #accessibility

  17. [Howell breathes a long relieved sigh]

    Before and after.

    Canvas' infamous automatic ratings of #accessibility. In the proud bean-counting brain-dead tradition of provosts and deans, the thing they can measure is the thing we must make number-go-up.

    Lots of steps to get Debian to run #texlive2025. Then a few steps to configure Org properly to export #TeXLaTeX that produces #taggedPDF output.

    I promise the Fediverse I will write up all the steps and make a blog post.

    tl;dr thanks to Dr. Kenny Ballou at Cal State San Marcos kennyballou.com/blog/2025/08/t

    @rangek

    #OrgMode #Emacs

  18. Big update to the annotated edition of G.H. Hardy's ‘A Mathematician's Apology’: the PDF is now *tagged* (plus various minor improvements).

    (A #TaggedPDF contains extra semantic information to assist screen-reading software etc.)

    The new version is available (#OpenAccess as always) at archive.org/details/hardy_anno

    The LaTeX tagging system is still under development [latex3.github.io/tagging-proje], but I have been making progress in adapting my LaTeX styles to be tagging-compatible.

    For the annotated ‘Apology’, I also had to re-implement a subset of the functionality of the "manyfoot" package (which is currently not tagging-compatible), because there are two different kinds of footnotes in the annotated ‘Apology’. (Hardy's original footnotes and the annotations.)

    Although the PDF passes VeraPDF validation, there may of course be mistakes in the tagging. Feedback, especially from users of screen readers, would be much appreciated, especially because I now hope to add tags to ‘Form & Number: A History of Mathematical Beauty’ [archive.org/details/cain_forma].

    #GHHardy #HistPhil #Mathematics #MathematicalBeauty #TeXLaTeX #Accessibility

  19. ‘Bertrand Russell & Trinity: A college controversy of the last war’ is a pamphlet written by G.H. Hardy in 1942, giving an account of the dismissal of Russell from his Trinity College lectureship in 1916 following his criminal conviction for anti-war political activity. (Hardy was at the time a fellow of Trinity and opposed Russell's ouster.)

    I have uploaded a re-typeset version of Hardy's pamphlet to the Internet Archive [archive.org/details/hardy_russ].

    Creating this version was an exercise for me to learn how to (start to) adapt my LaTeX styles to the new interfaces created by the ongoing LaTeX tagging project [latex3.github.io/tagging-proje]. (A #TaggedPDF contains supplementary information to assist screen reading software, data extraction, etc.)

    Also, Hardy's work is in the public domain; there seemed to be no downloadable ebook version of this pamphlet; and I thought that it would be a useful companion to the ‘Annotated Mathematician's Apology’ [archive.org/details/hardy_anno].

    I have made available the #LuaLaTeX source code on #Codeberg, in case anyone is interested in how the style was created: codeberg.org/ajcain/hardy_russ

    #GHHardy #BertrandRussell #WorldWarI #HistPhil #TeXLaTeX #Accessibility

  20. A new version of my LuaLaTeX package ‘marginalia’ is now available on CTAN. [ctan.org/pkg/marginalia]

    This package allows the placement of marginal notes (or other marginal content) anywhere, without \marginpar’s limits, and automatically adjusts positions to prevent either overlaps or content being pushed off the page, and uses key–value settings that allow fine-grained customization.

    The main change in this new version is tagging support. (A tagged PDF contains supplementary information to assist screen reading software, data extraction, etc. #LaTeX is in the midst of a multi-year development project to add tagging support. [latex3.github.io/tagging-proje])

    Credit for explaining how to add tagging support is due to Ulrike Fischer of the LaTeX team.

    #TeXLaTeX #TaggedPDF #Accessibility

  21. The interactive calculation sheet for #engineering, based on #emacs, #orgmode, #texlatex and #sympy is available in English [1], although the blog article is in German [2]. The template is also in English [3].

    #Orgmode is so impressive, you could use #maxima, #octave, #gnuplot, #graphviz and almost 40 other languages with all their libraries right out of the box [4].

    Have fun!

    [1] vennemann-online.de/flossblog/
    [2] vennemann-online.de/flossblog/
    [3] vennemann-online.de/flossblog/
    [4] orgmode.org/worg/org-contrib/b

  22. Bonjour à tous ! 👋

    Une nouvelle fiche d'exercices d'automatisme **AutomaTeX 7** est sortie ! 🚀

    🔗 lmdbt.forge.apps.education.fr/

    Au programme (niveau #6e voire #5e) :
    - 🔢 **Table de multiplication**
    - 📏 **Abscisse d'un point** (niveau 2 → division euclidienne)
    - 🧭 **Mesure d'un #angle** (#rapporteur en place - dans le sens trigo et horaire)

    Bonne journée à tous et à bientôt ! 😃
    Cyril I.

    #TeamMath #TeamPE #Cycle4 #Cycle3 #Education #LaForgeEdu #TexLaTeX #LaTeX

  23. 📢 #TeamMaths #Sixième #Cycle3 #TeamPE #TexLaTeX

    🔁 Je partage mes derniers supports sur la séquence #calculer avec les #nombres #décimaux pour les classes de #sixième !

    Sur : #LaForge des communs numériques
    En : :cc: :ccby:
    Format : .tex, pdf et odp sur #LaForge

    🔗 ciaconelli.forge.aeif.fr/lmdbt

    🏴‍☠️ Des activités ludiques impliquant des euros et des pirates, ainsi que des dialogues dans les fiches d'exercices.

    🙏 Un grand merci à @pierquetcedric pour ses paquets #LaTeX #WriteOnGrid et #PixelArtTikZ

  24. Hallo, liebe #TeXLaTeX-Gemeinde!

    Eine kurze Erinnerung, dass morgen Abend wieder der #Nürnberg / #Fürth / #Erlangen
    TeX-#Stammtisch stattfindet.

    Ort ist wie immer ab 19:00 Uhr das Deutsches Haus (ein Grieche) in der Luitpoldstraße 25 in 91052 Erlangen.

    @TeXhackse, @nilspickert und ich werden vermutlich über unsere Teilnahme am #CCCamp23 #CCCamp2023 berichten. Daneben gibt es wie immer die Gelegenheit, Fragen zu TeX/LaTeX zu stellen.

    Weitere Informationen siehe: ks-ingenieurconsult.de/TeX/Sta

  25. We're preparing the Book of Abstracts for #DHNB2023. Release date: 22. February 2023!
    It's typeset with #TeXLaTeX on #Overleaf and we will release the template on #Zenodo for future #DHNB conferences, too!