home.social

#texlatex — Public Fediverse posts

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

  1. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  2. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  3. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  4. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  5. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  6. 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

  7. And here is my published dissertation @umphy, about quantifying the natural CO2 exhaust at the Starzach site in Southwest Germany (my result: ~10t/d):

    hdl.handle.net/10900/176213

    I used a lot of software and hardware for all of it and it was amazing. Honorable mentions: , , , , , , . I just wish I'd used / sooner.

    licensed under CC-BY-4.0

  8. 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

  9. 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

  10. I'm still not out of the rabbit hole of searching for an #OpenSource #PersonalKnowledgeManagement software. 🐰

    I'm gonna give a second try to @zettlr tomorrow! Their docs are *surprisingly* user-friendly and they claim to stick to the pure #CommonMark where probable. It's all the while being nice to researchers with citing, inline usage of #TeXLaTeX, #MermaidJS, and pop-over #footnotes. Provision of the simple #PDF export and #Pandoc customization are welcome, too!

    But, to be fair, I may be overexaggerating how good #Zettlr is because of my recent disgust with #VendorLocking. In fact, almost anything that closely follows the common spec and is #FreeSoftware might suffice already. Having something as advanced and closer to the roots is certainly refreshing!

    #Markdown #zettelkasten #authoring #Zettlr #ReferenceManager #ReferenceManagers #PKM #NoteTaking #NoteTakingApp #NoteTakingApps #KaTeX #frontmatter #Obsidian #Logseq #Anytype #Notion #VendorLock #VendorLockIn #FOSS #FLOSS

  11. Inspired by @ammoniumperchlorate, my blog now statically prebuilds #TeXLaTeX expressions instead of rendering them with Javascript on the client. Instead of rendering them as SVGs though, I am compiling them to HTML using the #KaTeX CLI. For this, I had to fork #Hugo to be able to run external commands and embed the output in my articles: github.com/niklaskorz/hugo/com