Update LIPIcs template to v2021.1.3 - #613
Merged
Merged
Conversation
cderv
force-pushed
the
update-lipics-v2021.1.3
branch
from
September 15, 2026 16:46
44cf44b to
b2ac2c0
Compare
Collaborator
Author
|
Addressed the three follow-up review findings in the force-updated commit:
The post-fix full testthat suite, focused renders, Pandoc 3.1.7 citeproc render, and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v2021.1.3tag (lipics-v2021.clsv3.1.3)thm-restateworkaroundcitation_packageuser-selectable and document the official BibTeX/plainurlworkflow versus Pandoc citation processingThe publisher v2021 class, changelog, and three runtime PDF assets match the tagged archive byte-for-byte. The LPPL file and sample bibliography were text-identical after line-ending normalization and were left unchanged. Generated sample and author-guideline PDFs are not bundled. The previous v2019 class is retained outside the new skeleton as a legacy regression fixture and keeps its LPPL notice.
Citation and engine findings
Raw LaTeX
\cite{...}citations with the extensionless bibliography value follow the official BibTeX route and retain\bibliographystyle{plainurl}. Markdown citations undercitation_package = "natbib"become natbib commands, but this custom template does not load natbib.citation_package = "default"uses citeproc and requires the.bibextension in this skeleton; keys used only by structured related-version or supplementcitefields must also be listed under YAMLnocite, as documented and tested.pdfLaTeX passed the normal skeleton, bibliography workflow, structured v2021 metadata,
oldauthorstyle, PDF/A, and theorem/proof features. XeLaTeX passed the normal updated skeleton, but the tagged class's PDF/A path fails at\pdfobjcompresslevel; this limitation is documented.Tests
NOT_CRAN=truenocite, legacy v2019 class with old metadata, andthm-restateenumitemblockR CMD check --no-manualruns: 0 errors, 0 warnings, 1 pre-existing.private-journalnoteDedicated pre-2026/current-2026 TeX snapshot CI was investigated using supported monthly TinyTeX pins, but is intentionally not added because rticles does not maintain per-format TeX-version matrices. Existing CI and the focused
thm-restaterender continue to exercise the current TeX environment.Closes #608