diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-23 22:06:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-23 22:06:48 +0000 |
commit | 4021daa8c194078cf1ca51f00eb8c9f450d1c1f7 (patch) | |
tree | 269bde882324ead9ebb5faa73d78ac4db392d80e /Master | |
parent | 9ce34ce64a0c1742cfbaa2ffabf5d01cfeaf548c (diff) |
sepfootnotes (22jul14)
git-svn-id: svn://tug.org/texlive/trunk@34705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/sepfootnotes/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf | bin | 217297 -> 217556 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex | 28 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/sepfootnotes/sepfootnotes.sty | 2 |
4 files changed, 23 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/sepfootnotes/README b/Master/texmf-dist/doc/latex/sepfootnotes/README index 21a9a5e0b8a..c34af5dfa99 100644 --- a/Master/texmf-dist/doc/latex/sepfootnotes/README +++ b/Master/texmf-dist/doc/latex/sepfootnotes/README @@ -5,6 +5,14 @@ This package supports footnotes and endnotes from separate files. This is achieved with commands \sepfootnotecontent and \sepfootnote; the former defines the content of a note, while the latter typesets that note. +2014/07/22 v0.3b + * Documentation Minor formatting changes to page 4 + +2014/03/23 v0.3a + * Package options Error message if key is undefined or already defined + * \{prefix}quicknote Typeset a note without a key + * Documentation \print{prefix}note instead of \print{prefix}content + 2013/01/17 v0.2 * utf8 Support keys with UTF-8 characters * \newfootnotes Use the standard footnote counter diff --git a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf Binary files differindex 185c6467931..2f566238d65 100644 --- a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf +++ b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf diff --git a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex index 5944c2f4149..414058c91bd 100644 --- a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex +++ b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex @@ -44,8 +44,8 @@ {\begin{center}\begin{minipage}[t]{0.5\linewidth}} {\end{minipage}\end{center}} \newcommand\TODO{\texttt{Todo:}} -\newcommand\fileversion{0.3a} -\newcommand\filedate{March 23, 2014} +\newcommand\fileversion{0.3b} +\newcommand\filedate{July 22, 2014} \begin{document} \title{The \textsf{\color{myblue} sepfootnotes} package,\thanks{This document corresponds to \textsf{sepfootnotes}~\fileversion, dated~\filedate. I am grateful to Michael Sellhoff and Sam Foster for their valuable feedback on \texttt{sepfootnotes}, and to Dan Luecking for the basic idea implemented in this package.}\\{or a footnote to Plato}} @@ -210,11 +210,11 @@ and may be useful for short notes, such as ``Idem.'' \begin{Description} \DescribeMacro{\the<prefix>notes} \DescribeMacro{\addto<prefix>notes} +\DescribeMacro{\<prefix>notesize} \DescribeEnv{<prefix>notes} \DescribeMacro{\the<prefix>note} \DescribeMacro{\the<prefix>mark} \DescribeMacro{\make<prefix>mark} -\DescribeMacro{\<prefix>notesize} \DescribeMacro{\<prefix>noteformat} These are endnote-specific: \begin{synopsis} @@ -228,44 +228,44 @@ Add \meta{text} to endnotes. Suggestion: |\subsection*|\bigskip -\item |\renewcommand\<prefix>notesize| +\item |\renewcommand\|\meta{prefix}|notesize| Define the fontsize in which to typeset endnotes. Default: |\footnotesize|\bigskip -\item |\renewenvironment {<prefix>notes}| +\item |\renewenvironment {|\meta{prefix}|notes}| Define the environment in which endnotes are typeset. -Default: |\<prefix>notesize\setlength\parskip\footnotesep|\bigskip +Default: |\|\meta{prefix}|notesize\setlength\parskip\footnotesep|\bigskip -\item |\renewcommand\the<prefix>note| +\item |\renewcommand\the|\meta{prefix}|note| Define how endnote numbers are typeset. -Default: |\arabic {<prefix>note}|\bigskip +Default: |\arabic {|\meta{prefix}|note}|\bigskip -\item |\renewcommand\the<prefix>mark| +\item |\renewcommand\the|\meta{prefix}|mark| Define how endnote marks are typeset. -Default: |\the<prefix>note|\bigskip +Default: |\the|\meta{prefix}|note|\bigskip -\item |\renewcommand\make<prefix>mark| +\item |\renewcommand\make|\meta{prefix}|mark| Define how a particular endnote mark is typeset. -Default:\footnote{Adapted from the {LaTeX2e} sources.} |\hbox {\normalfont\the<prefix>mark.\ }|\bigskip +Default:\footnote{Adapted from the {\LaTeX2e} sources.} |\hbox {\normalfont\the|\meta{prefix}|mark.\ }|\bigskip -\item |\renewcommand\<prefix>noteformat| +\item |\renewcommand\|\meta{prefix}|noteformat| Define how a particular endnote is typeset. Default:\footnote{Adapted from the \texttt{endnotes} package.} |\noindent\rightskip\z@ \leftskip\z@|\newline -|\leavevmode\llap{\make<prefix>mark}| +|\leavevmode\llap{\make|\meta{prefix}|mark}| \end{synopsis} \end{Description} diff --git a/Master/texmf-dist/tex/latex/sepfootnotes/sepfootnotes.sty b/Master/texmf-dist/tex/latex/sepfootnotes/sepfootnotes.sty index 445c0f5cd81..1463db5c9a9 100644 --- a/Master/texmf-dist/tex/latex/sepfootnotes/sepfootnotes.sty +++ b/Master/texmf-dist/tex/latex/sepfootnotes/sepfootnotes.sty @@ -11,7 +11,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[1996/06/01] -\ProvidesPackage{sepfootnotes}[2014/02/23 v0.3a Footnotes in separate file] +\ProvidesPackage{sepfootnotes}[2014/07/22 v0.3b Footnotes in separate file] \newcommand\sep@packagename{sepfootnotes} |