The pagenote tag has no wiki summary.
7
votes
1answer
437 views
pagenote: Adding a cross-referencing mechanism
This question originates from a bug report at SourceForge.net: biblatex from April 2010. A user pointed out that a certain biblatex style (verbose-inote) produced wrong references when used together ...
5
votes
1answer
168 views
Suggestion on how to manage pagenotes in memoir
I posted a long question before, and it was suggested that I should split it into separate chunks, so here it is.
I wrote a book using the memoir class. It has about three hundreds notes and ...
4
votes
1answer
74 views
Expand macro immediately in \pagenote
I'm trying to use the contents of a macro in a \pagenote, using the memoir class:
\documentclass{memoir}
\makepagenote
\def\myvar{Good morning.}
\begin{document}
In the morning\pagenote{\myvar}
...
3
votes
1answer
77 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:
...