Tagged Questions
5
votes
1answer
81 views
Endnotes do not be superscript and add a space
See my picture.
Also I want to add a space between the number and note. Besides writing \endnote{ hello}, are there any formal way?
This is my source code.
\documentclass{article}
...
3
votes
1answer
72 views
Prevent odd break line in pagenotes
Using memoir class, pagenotes package. Here is a screenshot of the problem:
Number 6 should follow the rest of the text, hence be in the following page.
This is the code I'm using:
% Document ...
2
votes
2answers
89 views
Need to change how \pagenote typesets the note number
I'm trying to get the pagenote package to display the note numbers as
\textbf{ \blue{ \big[ \roman{ notenum } \big] } }
I've redefined the \notenumintext as follows:
...