-
Hello, I wondered what is recommended way to use local markdown files with paperqa. Looking at [readers.py](https://github.com/Future-House/paper-qa/blob/HEAD/paperqa/readers.py#L287) it seems markdow…
-
I use Hakyll to manage lecture notes for a course. I want to generate two versions of each lecture: a HTML version for browsing, and a PDF version for handouts. The `version` function is ideal for th…
-
Hi Moritz,
First off, thanks a lot for unbuch! I've been playing with it lately and I'm thinking of using it for typesetting my lecture notes for the upcoming semester.
One thing I'm currently s…
-
I'm new to `vim-pandoc` and `vim-pandoc-syntax`. I'm using nvim version v0.8.2 on Arch Linux and have installed only those two plugins with `vim-plug`. Python3 version is 3.10.9, pandoc version 2.19.…
-
Hi,
it would be handy to have a command-line option that automatically adds either
- `.cb-run`
or
- `.cb-run` and `.cb-nb`
or the respective behavior to all Python code block.
**Motivatio…
-
https://validator.w3.org/checklink?uri=https%3A%2F%2Fprincomp.github.io%2F&hide_type=all&recursive=on&depth=3&check=Check#results2 indicates that (at least) the following links are problematic / in er…
-
Writing lecture notes in Obsidian, the TikZ plugin is useful for getting good plots in. Currently this Pandoc plugin typesets the tikz code as just code (makes sense!) and doesn't include the tikz pa…
-
Aus dem in #291 erzeugten Gesamt-GFM-File kann ein PDF für das Skript erstellt werden.
- LaTeX oder quick&dirty per PagedJS o.ä.?
- Was ist mit den Links und den Abbildungen?
- Was ist mit dem Litera…
cagix updated
1 month ago
-
Good morning
By having the `book: true` parameter in my YAML block, my headings are starting at 0 (the [documentation](https://github.com/Wandmalfarbe/pandoc-latex-template#custom-template-variable…
-
In order to use math characters in listings, you may use the option `mathescape` for `lstlistings`:
```markdown
---
title: "Listing Test"
keywords: "Listing"
---
Minimierung eines DFAs
----…