summary refs log tree commit diff
path: root/doc/languages-frameworks/texlive.section.md
Commit message (Collapse)AuthorAge
* doc: use sri hash syntaxColin Arnott2022-12-04
| | | | | | | | | | | | | | | | | | The nixpkgs manual contains references to both sri hash and explicit sha256 attributes. This is at best confusing to new users. Since the final destination is exclusive use of sri hashes, see nixos/rfcs#131, might as well push new users in that direction gently. Notable exceptions to sri hash support are builtins.fetchTarball, cataclysm-dda, coq, dockerTools.pullimage, elixir.override, and fetchCrate. None, other than builtins.fetchTarball, are fundamentally incompatible, but all currently accept explicit sha256 attributes as input. Because adding backwards compatibility is out of scope for this change, they have been left intact, but migration to sri format has been made for any using old hash formats. All hashes have been manually tested to be accurate, and updates were only made for missing upstream artefacts or bugs.
* nixpkgs/manual: add an explicit mention of CTAN so google can indexLéo Gaspard2022-03-24
|
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* doc: TeX Live to CommonMarkLucas Eduardo2020-12-02
* converted texlive doc to markdown Signed-off-by: GitHub <noreply@github.com> * Remove frontmatter (suggestion) Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * Add anchor (suggestion) Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * apply suggestions from @ryantm Signed-off-by: GitHub <noreply@github.com> * fix nesting of codeblocks into list items as suggested by @jtojnar Signed-off-by: GitHub <noreply@github.com> * add anchors for subtopics as said by @jtojnar Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Ryan Mulligan <ryan@ryantm.com>