Change footnote symbol used for epub #9355
Unanswered
stephanedebove
asked this question in
Q&A
Replies: 1 comment
-
There's no easy way to do this (short of modifying pandoc's source code). A simpler way to make the distinction would be to add some distinctive CSS styling so that the numbers for citations look different from the numbers for footnotes. See the .xhtml files inside the epub container (which you can unzip using 'unzip') to see what the HTML looks like for each. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using pandoc to convert a .tex file to an epub.
I have both footnotes and citations in my .tex file. The citations are already using superscripted numbers, so I would like to change the default markers pandoc uses for footnotes (also numbers) to capital letters.
In my .tex file I have added these lines to obtain the correct behavior:
but this is not taken into account by pandoc when converting. Is it possible to change the symbols pandoc uses for footnotes in an epub?
MWE:
pandoc .\test.tex -o test.epub
Beta Was this translation helpful? Give feedback.
All reactions