diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-16 21:45:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-16 21:45:47 +0000 |
commit | e35a9c1ae4684cc27f787bdb25f71e5dc270552b (patch) | |
tree | 843f1fbccdccfc8e0b2f57ca9b0eb3a51c16a61a /Master/texmf-dist/doc/latex/parnotes/parnotes.tex | |
parent | 119a6a727b6965be21b9c6767294f0a3375936ed (diff) |
parnotes (16aug16)
git-svn-id: svn://tug.org/texlive/trunk@41868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/parnotes/parnotes.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/parnotes/parnotes.tex | 44 |
1 files changed, 8 insertions, 36 deletions
diff --git a/Master/texmf-dist/doc/latex/parnotes/parnotes.tex b/Master/texmf-dist/doc/latex/parnotes/parnotes.tex index 9617a873d34..4d7964ac759 100644 --- a/Master/texmf-dist/doc/latex/parnotes/parnotes.tex +++ b/Master/texmf-dist/doc/latex/parnotes/parnotes.tex @@ -38,10 +38,11 @@ \usepackage{listings} \lstset{numbers=left,basicstyle={\small\ttfamily},numberstyle={\squelchstyle\color{gray}}} \usepackage{booktabs} +\usepackage{microtype} -\title{The \textsf{parnotes} package\parnote{This is rev.~2, last modified 7/26/2016.}} +\title{The \textsf{parnotes} package\parnote{This is rev.~3, last modified 8/15/2016.}} \author{Chelsea Hughes\parnote{See \texttt{parnotes.sty} for copyright and contact details.}} -\date{July 26, 2016} +\date{August 15, 2016} \renewcommand{\parnotefmt}[1]{\centerline{\colorbox{black!10}{\parbox{0.82\textwidth}{\footnotesize\sffamily\noindent #1}}}} @@ -119,7 +120,7 @@ The following options change the font used within parnotes:\\[1ex] Five internal macros control formatting for parnotes and parnote marks: \medskip\fbox{\begin{varwidth}{\textwidth}\texttt{\textbackslash{}parnotefmt\{}$\langle$\textit{text}$\rangle$\texttt{\}\\ -\textbackslash{}theparnotemark\{}$\langle$\textit{counter}$\rangle$\texttt{\}\\ +\textbackslash{}theparnotemark\\ \textbackslash{}parnotevskip\\ \textbackslash{}parnoteintercmd\\ \textbackslash{}parnotecusmarkfmt\{}$\langle$\textit{mark}$\rangle$\texttt{\}}\end{varwidth}} @@ -188,6 +189,10 @@ instead, \verb+\narrower+ must be placed manually within the new definition for \section{Changelog} {\raggedright +\noindent\textbf{Revision 3, released on Aug 15, 2016} +\begin{itemize} +\item Bug fix: Use \verb+\protected@edef+ to expand the parnote counter (fixes incompatibility with \textsf{BiocStyle}) +\end{itemize} \noindent\textbf{Revision 2, released on Jul 26, 2016} \begin{itemize} \item \textbf{Breaking change:} You can no longer redefine \verb+\parnotemarkfmt+. Use \verb+\theparnotemark+ and \verb+\parnotecusmarkfmt+ instead. See section~2.2 for details. @@ -323,36 +328,3 @@ p.~\pageref{pn:special}), allowing you to re-use parnote marks% \end{document} \end{lstlisting} \end{document} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |