pandoc 3.10 #11684
Replies: 4 comments 3 replies
|
Unofficial Linux/RISC-V (64-bit, Due to ongoing DDoS attacks, access to b-data's IT infrastructure has been blocked for all Chinese servers. |
|
thank you so much for this project |
|
Hi there, I am not a technical IT person, I tried immensely read about installing Pandoc for a week and still dont know what to do? Could anyone olease shade some light for me? I downloaded the latest version and my operating system is Window. it seem like I downloaded Github to my laptop... what is it? |
|
Hi, How can i install this? IDK so much about this topics; it´s for wondows |
Uh oh!
There was an error while loading. Please reload this page.
Click to expand changelog
Add
--typst-inputCLI option (Support Typstsys.inputs#11588). This allows one to pass parameters to typst, which are available atsys.inputs, just astypstitself does with its--inputoption.Avoid trailing spaces in
--helpoutput (Could cut size of --help in half by removing trailing blanks #11623).Make groff the default pdf-engine for
msoutput (update default pdf-engine for ms output format #11558). Formerly it was pdfroff.Set default User-Agent request header to
pandoc/VERSION. This can be overridden using the--request-headeroption.Markdown reader:
--strip-comments(--strip-comments still leaves 0-length RawInline #11625).checkNotes, remove dead codeHTML reader:
Docx reader:
tblHeaderelement (Additional heuristics for table headers in docx tables #8299). IftblHeaderexists but hasw:val="0", then don’t consider the element a header.citationsextension, prefercitation-keyas the key for item data, if it is defined (DOCX Reader + Citations: Don't use Zotero id field when other fields are present? #11581; cf. docx+citations from zotero: different ids used for in-text and CSL-YAML #10366, Given a DOCX with Zotero citations, how can I convert its contents to LaTeX? #11567). Theidkey used by Zotero is not exposed by their API and is generally not what is wanted when converting to biblatex.exttags for image extent (Images and page orientation lost between .docx to PDF conversion #11580). This reverts a change from 7ff1b79. The change was mistaken and could cause images to be parsed with the wrong sizes.Man reader:
auto_identifiers,gfm_auto_identifiers, andascii_identifiersextensions (enable auto_identifiers for man reader #8852, Meher Chaitanya). Section headings parsed from .SH and .SS macros now receive auto-generated id attributes when the extension is enabled (as it is by default). This enables--tocto produce working anchor links..TPmacro (Indentation is reset on.TS(table start) when converting man to html #11668). We parse these as DefinitionList items, but we previously sometimes stopped prematurely in including material in the definition. We should include everything until we hit a new indentation-changing macro.Roff reader:
\line continuation in table cells (Unable to read man pages that contain tables with multiline row definitions #11635).LaTeX reader:
\newtheoremcommand is encountered (latex input: problem with order of command definitions #11608). It may include macros only defined later.#block[…]#11604).Typst reader:
#rotateblock disappears when converting to docx or pdf #11531). Information about the angle is encoded in an attribute of an enclosing span or div.RTF reader:
Docx writer:
OpenDocument/ODT writer:
Use predefined styles (Unable to generate epub from large number of markdown files on Windows due to long filename issue #9316, Feature Request: list construction in ODT #5086, ODF output Blockquotes should not have a non-style indent applied #2747, DocBook to ODT: Multiplied paragraph styles #3426, OpenDocument.hs: When using well-known inlines styles, it should emit well-known style names (and NOT automatic styles) #7336). Previously the OpenDocument writer emitted a fresh automatic style (L1..Ln, P1..Pn, T1..Tn) for nearly every list, list-item paragraph, block quote, preformatted block, and inline text style. This commit teaches the writer to reference the predefined styles that LibreOffice ships and that pandoc’s reference.odt now exports:
List_20_1; ordered lists with default start and decimal format useNumbering_20_1. Non-default ordered lists generate a single named override style (Pandoc_Numbering_N) memoised by (ListNumberStyle, ListNumberDelim); a non-default start value with the default format is expressed viatext:start-valueon thetext:listelement instead of a new style.List_20_Bullet[_Tight]andList_20_Number[_Tight]. The Tight variants are pandoc-specific (zero top/bottom margin) and are injected into the user’s reference.odt if missing, just like the Skylighting token styles.Quotationsparagraph style directly. Nested block quotes use a single automatic style that inherits from Quotations and only adds extra margin-left, so a list inside a block quote now inherits its container’s indent (ODF output Blockquotes should not have a non-style indent applied #2747).Preformatted_20_Textdirectly.Emphasis,Strong_20_Emphasis,Strikeout,Subscript,SuperscriptandSource_20_Texttext styles.paraStyle/paraStyleFromParentno longer emit a wrapper automatic style when its only attribute would beparent-style-name; the parent name is returned directly.EPUB writer:
epub2will appear in (only) EPUBv2 output and content markedepub3will appear in (only) EPUBv3 output.Typst writer:
#set textdirective (Typst writer: Div withlangattribute breaks lists #11583). This ensures that blocks such as lists are parsed correctly after aset text.LaTeX writer:
fr-CAbabel language mapping (LaTeX writer:lang: fr-CAfails with babel (canadienis deprecated in babel-french) #11575, Christophe Dervieux). Map fr-CA tofrenchinstead of deprecatedcanadien. The babel-french package’scanadien.ldfis deprecated and broken: it never calls\ldf@finish, so\bbl@main@languageis left undefined, causing babel to crash at\begin{document}. Sincecanadienwas always just an unconditional alias forfrench, usefrenchdirectly.MediaWiki writer:
Markdown writer:
four_space_ruleextension is disabled.:::to avoid triggering unintended divs (Markdown writer idempotency failure for:::\nA\n:::#11571).Man writer:
Don’t run together successive definitions in a tight definition list with multiple definitions after a term (No paragraph between multiple DDs in
manoutput #11547).Text.Pandoc.Writers.Shared:
htmlAttrs: usedata-prefix when needed (Conversion from HTML to MediaWiki stripsdata-from all data attributes #11680). This now behaves like the HTML writer, adding thedata-prefix for custom attributes. This will affect, e.g., the mediawiki writer.Text.Pandoc.Error:
Text.Pandoc.App.Opt:
optTypstInputs[API change].Text.Pandoc.Options:
defaultMathJaxURLto use MathJax v4 (MathJax bug #11669).readerTypstInputs[API change].Text.Pandoc.Citeproc.BibTeX:
subtitleandtitleaddonwithmaintitle(Biblatex reader: Fix wrong combination ofsubtitleandtitleaddonwithmaintitle#11677, Amir Dekel). Whenmaintitleis present,subtitleshould not be added totitle, but only tovolume-title.inbookshould be CSLbook, notchapter(biblatex:bookinbookwrongly interpreted as typechapterinstead ofbook#11552).doifield in bibtex (input and output) (Bibtex DOIs #11617, Thomas Hodson).Text.Pandoc.Translations:
zh-Hant-TWlook for (in order)zh-Hant-TW.yaml,zh-Hant.yaml,zh.yaml.Text.Pandoc.Parsing:
extractIdClassto ensure that bothidandclassare stripped from key/value attributes..Text.Pandoc.Shared:
ODT reference doc: demonstrate predefined styles (310327). This mirrors the demonstration content already present in the Word reference doc.
HTML templates:
EPUB templates:
LaTeX template: Define
\xmpquoteif not defined (keywords are enumerated wrongly in PDF #11528).\xmpquoteis defined by the hyperref driver hyperxmp; we need a fallback for those who aren’t using that.Lua subsystem:
pandoc.TableBody.doc/lua-filters.md: Re-indent definition list items (Albert Krewinkel).
wasm/index.js: include filter to embed images for pdf-via-typst. Auto-inject
embed_imagesfilter for PDF via Typst. Otherwise conversion fails because we can’t write the images in a temporary directory in the WASM sandbox. See pandoc for the people error #11584.Fix test suite parallel execution failures ((at least) Tests.Old can fail due to implicit parallelism in tasty >= 1.5.4 #11566).
linux/make_artifacts.sh: add
loong64support (linux/make_artifacts.sh: add loong64 support #11597, Olivier Benz).bash_completion.tpl: addgroffto--pdf-enginecompletions (Update bash completion options for --pdf-engine #11555).MANUAL.txt:
--sandboxto general options.Bump upper bound for time, tls, aeson.
Use latest releases of doclayout, asciidoc, texmath, typst, typst-symbols, pandoc-types, citeproc, commonmark, commonmark-pandoc, commonmark-extensions.
Add missing NAME heading to pandoc-lua, pandoc-server man pages (pandoc-lua man page lacks NAME header, dropping it from apropos(1) #11634).
This discussion was created from the release pandoc 3.10.
All reactions