aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-07-23 11:04:32 +0200
committerRobert Alessi <alessi@robertalessi.net>2020-07-23 11:04:32 +0200
commitc738e35ab253d2ae1155bb945240f4e438735637 (patch)
treed69f59a582913b3cf2955e4a156cd38d6062f2e9
parent1c0cf6b55a3d5865de031eec347a770bbda52bbe (diff)
downloadekdosis-c738e35ab253d2ae1155bb945240f4e438735637.tar.gz
\parnote needed more control over expansion
-rw-r--r--ekdosis.dtx10
1 files changed, 7 insertions, 3 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx
index 8b79b24..4e55f57 100644
--- a/ekdosis.dtx
+++ b/ekdosis.dtx
@@ -2002,9 +2002,13 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+
2002% \label{sec:notes-in-multilayer-app} 2002% \label{sec:notes-in-multilayer-app}
2003% As said above in \vref{sec:multilayer-apparatus}, \pkg{ekdosis} 2003% As said above in \vref{sec:multilayer-apparatus}, \pkg{ekdosis}
2004% initially sets one layer of notes that is called the 2004% initially sets one layer of notes that is called the
2005% \textooquote|default|\textcoquote\ layer. As a result, any new note 2005% \textooquote|default|\textcoquote\ layer. As a result, any note
2006% inserted within the argument of \cs{app}|{}| as described 2006% inserted within the argument of \cs{app}|{}| as described
2007% \vpageref{ref:app-cmd} will go into that layer of the apparatus. 2007% \vpageref{ref:app-cmd} will go into that layer of the apparatus,
2008% unless \cs{EkdosisDefaultApparatus} has been used to set another
2009% name for the default layer.
2010%
2011%
2008% 2012%
2009% \section{To Be Continued...} 2013% \section{To Be Continued...}
2010% v1.0 of \pkg{ekdosis}, which should be available by the end of July 2014% v1.0 of \pkg{ekdosis}, which should be available by the end of July
@@ -3710,7 +3714,7 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+
3710 \edef\note@contents{% 3714 \edef\note@contents{%
3711 \ekvifdefinedNoVal{note}{pre}{}{% 3715 \ekvifdefinedNoVal{note}{pre}{}{%
3712 \unexpanded\expandafter{\pre@value}}% 3716 \unexpanded\expandafter{\pre@value}}%
3713 \unskip\noexpand\parnote{#2}% 3717 \unskip\noexpand\parnote{\unexpanded{#2}}%
3714 \ekvifdefinedNoVal{note}{post}{}{% 3718 \ekvifdefinedNoVal{note}{post}{}{%
3715 \unexpanded\expandafter{\post@value}}% 3719 \unexpanded\expandafter{\post@value}}%
3716 }% 3720 }%