public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Print footnote at the end of each chapter
@ 2022-07-16  8:20 'Marek Stepanek' via pandoc-discuss
       [not found] ` <aefe7d21-3dbd-4a08-acb7-0f8154d6712en-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: 'Marek Stepanek' via pandoc-discuss @ 2022-07-16  8:20 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1808 bytes --]


I am compiling with pandoc markdown with documentclass scrartcl over LaTeX 
to pdf. I have several articles in one file and would like to print the 
footnotes at the end of each article.

I tried pandoc-crossref, but apparently it is not supporting footnotes and 
needs in the anchor a leading keyword like `@fig:` or `@sec:` `@lst:`. But 
footnotes are not supported (please correct me).

I tried with `--reference-location=block|section|document` in my Makefile 
like follows:

```
all: save typeset open

.PHONY: all
save:
    w

typeset:
    pandoc                                                    \
      --from         markdown                                 \
      --to           latex                                        \
      --out             articles.pdf                               \
      --pdf-engine      pdflatex                                 \
      --bibliography articles.bib                             \
      -F pandoc-crossref                                     \
      --reference-location=section                             \
      --citeproc                                              \
      --csl          csl/din-1505-2-numeric-alphabetical.csl \
      --lua-filter   pandoc-gls.lua                              \
      articles.md

open: 
    open articles.pdf
```

Probably wrong idea. Perhaps somebody could point me to the right direction

marek

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/aefe7d21-3dbd-4a08-acb7-0f8154d6712en%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 3394 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-18  5:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-16  8:20 Print footnote at the end of each chapter 'Marek Stepanek' via pandoc-discuss
     [not found] ` <aefe7d21-3dbd-4a08-acb7-0f8154d6712en-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-17  9:01   ` 'Marek Stepanek' via pandoc-discuss
     [not found]     ` <2f1b62af-3a08-487e-9a44-3e8ed0d3cd5en-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-17 14:27       ` Bastien DUMONT
2022-07-17 18:34         ` 'Marek Stepanek' via pandoc-discuss
     [not found]           ` <53b53720-9cfc-449f-a3a9-e7948c7b3f21n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-17 19:36             ` Bastien DUMONT
2022-07-17 20:44               ` 'Marek Stepanek' via pandoc-discuss
     [not found]                 ` <4af3664b-3552-4f66-b86e-b63bad2d59e9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-17 20:58                   ` Bastien DUMONT
2022-07-18  5:08                     ` 'Marek Stepanek' via pandoc-discuss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).