- Feb 09, 2025
-
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
Note: we don't have an API change, but we choose to increment the third digit because of some significant behavior changes.
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
- Feb 08, 2025
-
-
John MacFarlane authored
Previously we used the `.ini` files for every language, but for European languages these tend to provide inferior results to the `.ldf` files used by classic Babel. Currently Babel documentation recommends using the classic system for European languages written in Latin and Cyrillic scripts and Vietnamese. So the LaTeX writer and template now follow this guidance. Main languages in the list of languages with good "classic" support are added to global documentclass options and will be automatically handled by Babel using the `.ldf` files. If the main language is not in this list, the `babeloptions` variable will be set to `provide=*`, which will cause support to be loaded from the `.ini` file rather than an `.ldf`. So, for example, setting `-V babeloptions=''` with a polytonic Greek document will cause the `.ldf` support to be used instead of the `.ini`. The default setting of this variable can be overwritten, but in most cases the default should give good results. Closes #8283.
-
Charles Tapley Hoyt authored
Use `--allow-newer` since dependencies are not yet updated for latest base version.
-
- Feb 07, 2025
-
-
Evan Silberman authored
-
Evan Silberman authored
Once upon a time the only metadata element for links in Pandoc's AST was a title, and it was hijacked to track certain links as having originated in the wikilink syntax. Now we have Attrs and we can use a class to handle wikilinks instead. Requires coordinated changes to commonmark-hs.
-
- Feb 06, 2025
-
-
John MacFarlane authored
-
Charles Tapley Hoyt authored
Enable annotating author roles using the Contribution Role Taxonomy (CRediT) and export this information in conformant JATS Closes #10152. Co-Authored-By:
Jez Cope <457628+jezcope@users.noreply.github.com>
-
- Feb 05, 2025
-
-
John MacFarlane authored
Obsoletes #7025. See #8283.
-
- Feb 04, 2025
-
-
Albert Krewinkel authored
-
- Feb 03, 2025
-
-
John MacFarlane authored
Also some other elements that allow title: blockquote, calloutlist, etc. Closes #10594.
-
- Feb 02, 2025
-
-
Sen-wen DENG authored
Include id attribute. The code should be credited to @tombolano.
-
John MacFarlane authored
-
John MacFarlane authored
Include identifiers and titles in each case. The code should be credited to @tombolano. Closes #8666.
-
John MacFarlane authored
-
- Feb 01, 2025
-
-
John MacFarlane authored
Closes #10567.
-
John MacFarlane authored
Closes #10584. This fixes a bug that causes some normal citations to be parsed as bracketed regular citations.
-
- Jan 31, 2025
-
-
John MacFarlane authored
Previously we were only carrying over the reference doc's sectPr at the end of the document, so it wouldn't affect the intermediate sections that are now added if `--top-level-division` is `chapter` or `part`. This could lead to bad results (e.g. page numbering starting only on the last chapter). Closes #10577.
-
John MacFarlane authored
-
Andrew Dunning authored
Base Author and Date styles on Title; remove condensed spacing.
-
Andrew Dunning authored
Co-authored-by:
John MacFarlane <jgm@berkeley.edu>
-
John MacFarlane authored
Closes #10576.
-
John MacFarlane authored
-
R. N. West (Nat) authored
-
John MacFarlane authored
Closes #9505.
-
John MacFarlane authored
Previously the reader created block quotes whenever a paragraph was marked indented (even though this just affects the first line). With this change we still generate block quotes for content that has an altered left margin, but not for indented paragraphs. See #10575. This patch does NOT address the related #9505 which concerns lists.
-
Stephen Reindl authored
Closes #10571. Co-authored-by:
Stephen Reindl <stephen.reindl@outlook.de>
-
- Jan 30, 2025
-
-
R. N. West authored
- Jan 29, 2025
-
-
Evan Silberman authored
Closes #5793
-
R. N. West (Nat) authored
-