home.social

Search

1000 results for “pandoc”

  1. In LaTeX, you typically use an array environment for this type of equations, and \hline for the horizontal rule. I just discovered that #Pandoc doesn’t translate the \hline for #Typst output—but I also couldn’t find how you’d even do this in Typst.

    Any suggestions?

  2. Another #pandoc bug report opened for #typst support. It's pretty gratifying using these tools to make books and reporting bugs along the way that get fixed for everyone! #foss
    github.com/jgm/pandoc/issues/1

  3. Article by @lwn on Pandoc.

    "Pandoc is a document-conversion program that can translate among a myriad of formats, including LaTeX, HTML, Office Open XML (docx), plain text, and Markdown. It is also extensible by writing Lua filters that can manipulate the document structure and perform arbitrary computations."

    lwn.net/Articles/1064692/

    #Software #Documents #Formats #Writing #Pandoc

  4. Docker images in the pandoc/latex and pandoc/extra repositories have often had missing packages. The reason was the release of TeXLive 2026 and, what appears to be, a moody archive server for TeXLive 2025.
    The “latest” images, which contain the newest pandoc 3.9.0.2, come with TeXLive 2026 and should work fine.

    Apologies to everybody inconvenienced by this.

  5. CW: Another AI tainted project

    Looks like #Pandoc has been using Claude for some commits now.

    Well, that sucks. Guess I'll be moving my stuff to another markdown renderer.

    github.com/search?q=repo%3Ajgm

    #noai

  6. I am, luckily, at a career stage where I mostly only need two-page CVs and the list of publications of the last five years. After a long time, I needed a full CV and a complete list of publications.

    My bibliography is up-to-date, but having switched to #Pandoc with #Typst as backend, I had little motivation to use my LaTeX/biblatex setup from almost 10 years ago to produce a sectioned bibliography.

    #AcademicChatter

  7. @marinheiro
    Sim, essa parte o #pandoc faz bem. O problema é se usas um package muito específico para uma determinada função; nesse caso o pandoc pode não fazer bem a tradução. Mas para as coisas em comum, mesmo símbolos matemáticos e lógicos, funciona bem com o pandoc.

    @pandoc @arturcoelho

  8. Pandoc a universal document converter

    If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert between the following formats:

    (← = conversion from; → = conversion to; ↔︎ = conversion from and to)

    Lightweight markup formats

        ↔︎ Markdown (including CommonMark and GitHub-flavored Markdown)
    ↔︎ reStructuredText
    ↔︎ AsciiDoc
    ↔︎ Emacs Org-Mode
    ↔︎ Emacs Muse
    ↔︎ Textile
    → Markua
    ← txt2tags
    ↔︎ djot
    → BBCode

    pandoc.org/

    pandoc.org/demos.html

    #programming #pandoc #markdown #Linux #technology #OpenSource #language

  9. The default HTML-output generated by pandoc is polyglot HTML, i.e., it's both valid HTML and XML.
    The `tidy` utility is a tool that can generate pure HTML; it can also shed a few bytes by omitting optional tags. E.g.

    pandoc --to=html -s … | tidy -q -ashtml -omit

  10. New in pandoc 3.9:
    Many CSL styles will format citations differently when the same source has been cited earlier. In documents with chapters, it is usually desirable to reset this position information at the beginning of every chapter. To do this, add the class `reset-citation-positions` to the heading for each chapter:

    # The Beginning {.reset-citation-positions}

    Note that this class only has an effect when placed on top-level headings; it is ignored in nested blocks.

  11. New in pandoc 3.9:
    Many CSL styles will format citations differently when the same source has been cited earlier. In documents with chapters, it is usually desirable to reset this position information at the beginning of every chapter. To do this, add the class `reset-citation-positions` to the heading for each chapter:

    # The Beginning {.reset-citation-positions}

    Note that this class only has an effect when placed on top-level headings; it is ignored in nested blocks.

    #pandoc #csl #citation

  12. New in pandoc 3.9:
    Many CSL styles will format citations differently when the same source has been cited earlier. In documents with chapters, it is usually desirable to reset this position information at the beginning of every chapter. To do this, add the class `reset-citation-positions` to the heading for each chapter:

    # The Beginning {.reset-citation-positions}

    Note that this class only has an effect when placed on top-level headings; it is ignored in nested blocks.

    #pandoc #csl #citation

  13. New in pandoc 3.9:
    Many CSL styles will format citations differently when the same source has been cited earlier. In documents with chapters, it is usually desirable to reset this position information at the beginning of every chapter. To do this, add the class `reset-citation-positions` to the heading for each chapter:

    # The Beginning {.reset-citation-positions}

    Note that this class only has an effect when placed on top-level headings; it is ignored in nested blocks.

    #pandoc #csl #citation

  14. New in pandoc 3.9:
    Many CSL styles will format citations differently when the same source has been cited earlier. In documents with chapters, it is usually desirable to reset this position information at the beginning of every chapter. To do this, add the class `reset-citation-positions` to the heading for each chapter:

    # The Beginning {.reset-citation-positions}

    Note that this class only has an effect when placed on top-level headings; it is ignored in nested blocks.

    #pandoc #csl #citation

  15. New off-label use: packing zip archives with pandoc:

    pandoc --extract-media=archive.zip <<EOF
    ![](file1.txt)
    ![](document.pdf)
    EOF

    #pandoc #offlabel

  16. New off-label use: packing zip archives with pandoc:

    pandoc --extract-media=archive.zip <<EOF
    ![](file1.txt)
    ![](document.pdf)
    EOF

  17. New off-label use: packing zip archives with pandoc:

    pandoc --extract-media=archive.zip <<EOF
    ![](file1.txt)
    ![](document.pdf)
    EOF

    #pandoc #offlabel

  18. New off-label use: packing zip archives with pandoc:

    pandoc --extract-media=archive.zip <<EOF
    ![](file1.txt)
    ![](document.pdf)
    EOF

    #pandoc #offlabel

  19. New off-label use: packing zip archives with pandoc:

    pandoc --extract-media=archive.zip <<EOF
    ![](file1.txt)
    ![](document.pdf)
    EOF

    #pandoc #offlabel

  20. Pandoc - Convertir vos documents sans logiciel proprio korben.info/pandoc-convertir-d Si vous avez déjà galéré à convertir un fichier .docx en Markdown propre, ou un document LaTeX en #linux-open-source/logiciels-libres #tutoriels-guides/tutoriels-avances #WebAssembly #conversion #Pandoc

  21. The Lua system now includes `pandoc.utils.documentation` for online help. Pass it a pandoc function or module, and it will return the docs for that object.

  22. John Macfarlane, professeur en philosophie à l'Université de Californie (Berkeley) et créateur de Pandoc sera à l'Université de Rouen Normandie demain jeudi 29 janvier 2026, pour parler de Pandoc.
    (Ce n'est pas moi qui organise mais je serai le modérateur pour la conférence l'après-midi.)
    Informations :
    ceen.hypotheses.org/2472
    #pandoc #markup

  23. John Macfarlane, professeur en philosophie à l'Université de Californie (Berkeley) et créateur de Pandoc sera à l'Université de Rouen Normandie demain jeudi 29 janvier 2026, pour parler de Pandoc.
    (Ce n'est pas moi qui organise mais je serai le modérateur pour la conférence l'après-midi.)
    Informations :
    ceen.hypotheses.org/2472
    #pandoc #markup

  24. John Macfarlane, professeur en philosophie à l'Université de Californie (Berkeley) et créateur de Pandoc sera à l'Université de Rouen Normandie demain jeudi 29 janvier 2026, pour parler de Pandoc.
    (Ce n'est pas moi qui organise mais je serai le modérateur pour la conférence l'après-midi.)
    Informations :
    ceen.hypotheses.org/2472
    #pandoc #markup