home.social

#latexmk — Public Fediverse posts

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

fetched live
  1. RE: mastodon.social/@whitequark/11

    Thank you

    - @joeyh for :gitannex:
    - @matrss for maintaining
    - @simonmic for :hledger:
    - John Collins for

    and many people maintaining other projects I rely upon

  2. Jemand eine Idee, was da beim kompilieren mit #latexmk schief läuft? Ich bekomme immer die Fehlermeldung:
    "C:\texlive\2025\bin\windows\runscript.tlu:933: command failed with exit code 12:
    perl.exe c:\texlive\2025\texmf-dist\scripts\latexmk\latexmk.pl -synctex=1 -interaction=nonstopmode -file-line-error -pdf -outdir=u:/Schule/EFG2 u:/Schule/EFG2/Test_GSM_251009"

    Wenn ich das von der Kommandozeile mache geht es

    #texlatex

  3. I just discovered , a very fast and simple cross-platform PDF viewer that is designed around reading books or scientific papers. I auto-reloads when the file changes, so is well-suited for a workflow. Reloading is quasi-instant and also doesn't redraw everything with this dreaded flicker like many other viewers do (looking at you 😑). Right-clicking on an internal link a opens a real, scrollable subwindow preview, nice! 👍

    github.com/ahrm/sioyek

  4. I just discovered #sioyek, a very fast and simple cross-platform PDF viewer that is designed around reading books or scientific papers. I auto-reloads when the file changes, so is well-suited for a #latexmk workflow. Reloading is quasi-instant and also doesn't redraw everything with this dreaded flicker like many other viewers do (looking at you #evince 😑). Right-clicking on an internal link a opens a real, scrollable subwindow preview, nice! 👍

    github.com/ahrm/sioyek

    #TeXLaTeX #PhDLife

  5. @javierarmentia , probablemente debes validar la configuración de TexStudio para saber que parámetros de compilación usa.
    Es un error común que al usar referencias bibliográficas (u otras referencias cruzadas) solo se compile una vez, porque en la primera compilación no se actualizan las referencias. Si usas #latexmk para la compilación, esta te ayuda a resolver el número adecuado de compilaciones, o a mano ejecutas varias veces.
    mgeier.github.io/latexmk.html

  6. @javierarmentia , probablemente debes validar la configuración de TexStudio para saber que parámetros de compilación usa.
    Es un error común que al usar referencias bibliográficas (u otras referencias cruzadas) solo se compile una vez, porque en la primera compilación no se actualizan las referencias. Si usas #latexmk para la compilación, esta te ayuda a resolver el número adecuado de compilaciones, o a mano ejecutas varias veces.
    mgeier.github.io/latexmk.html

  7. It has been a while since I talked about #LaTeX.
    Uh… use #microtype #latexmk and #booktabs. I try to stay low in complexity

  8. After so many people were amazed by #latexmk's capabilities to auto-refresh a LaTeX document preview, check this out:

    latex-lsp/texlab: An implementation of the Language Server Protocol for LaTeX github.com/latex-lsp/texlab?ta

    I didn't think there would be a language server for TeX documents but there you go!

    In #Emacs/#Eglot, you now get auto-completion of all macros that are loaded by your project, even your own. 🤯

    #texlatex #lsp

  9. After so many people were amazed by #latexmk's capabilities to auto-refresh a LaTeX document preview, check this out:

    latex-lsp/texlab: An implementation of the Language Server Protocol for LaTeX github.com/latex-lsp/texlab?ta

    I didn't think there would be a language server for TeX documents but there you go!

    In #Emacs/#Eglot, you now get auto-completion of all macros that are loaded by your project, even your own. 🤯

    #texlatex #lsp

  10. Does anyone have a config to share for
    - #TeXLaTeX editing,
    - that uses #latexmk
    - and #Emacs for editing *and* pdf previewing?

    `latexmk` is running fine, but the previewing part is not (yet)

  11. Does anyone have a config to share for
    - #TeXLaTeX editing,
    - that uses #latexmk
    - and #Emacs for editing *and* pdf previewing?

    `latexmk` is running fine, but the previewing part is not (yet)

  12. is great for auto-compiling your documents.

    However, it fails in some cases and I'm currently bitten by a nasty one:

    - \includgraphics'ed PDF is corrupt (It's a missing, unlocked / @datalad file)
    - that stops biblatex from properly finishing the .bcf XML file
    - *before* fetching the missing PDF (with ), latexmk runs biber on the now corrupt .bcf (fails and deletes the .bbl)
    - vicious cycle repeats literally forever - latexmk is in an endless loop 🙄

  13. #latexmk is great for auto-compiling your documents.

    However, it fails in some cases and I'm currently bitten by a nasty one:

    - \includgraphics'ed PDF is corrupt (It's a missing, unlocked #gitAnnex / @datalad file)
    - that stops biblatex from properly finishing the .bcf XML file
    - *before* fetching the missing PDF (with #DataLad), latexmk runs biber on the now corrupt .bcf (fails and deletes the .bbl)
    - vicious cycle repeats literally forever - latexmk is in an endless loop 🙄

    #TexLaTeX

  14. @isibell Guess you mean #latexmk.

    latexmk --lualatex -pretex=’\newcommand\thecolor{white}' -usepretex foo.tex

    You can simplify it by using config files as latexmkrc. Having a look at 'texdoc latexmk' helps a lot here.

    #TeXLaTeX

  15. @isibell Guess you mean #latexmk.

    latexmk --lualatex -pretex=’\newcommand\thecolor{white}' -usepretex foo.tex

    You can simplify it by using config files as latexmkrc. Having a look at 'texdoc latexmk' helps a lot here.

    #TeXLaTeX