From 805c1e3d89602317d7836d0876986ae090b0a403 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 12 Jul 2014 22:23:39 +0000 Subject: sepfootnotes (12jul14) git-svn-id: svn://tug.org/texlive/trunk@34580 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/sepfootnotes/README | 8 ++--- .../doc/latex/sepfootnotes/sepfootnotes.pdf | Bin 200186 -> 217297 bytes .../doc/latex/sepfootnotes/sepfootnotes.tex | 40 +++++++++++++-------- 3 files changed, 29 insertions(+), 19 deletions(-) (limited to 'Master/texmf-dist/doc/latex/sepfootnotes') diff --git a/Master/texmf-dist/doc/latex/sepfootnotes/README b/Master/texmf-dist/doc/latex/sepfootnotes/README index 3a372fbea75..21a9a5e0b8a 100644 --- a/Master/texmf-dist/doc/latex/sepfootnotes/README +++ b/Master/texmf-dist/doc/latex/sepfootnotes/README @@ -1,9 +1,9 @@ Package: sepfootnotes Description: Support footnotes and endnotes from separate files -This package supports footnotes and endnotes from separate files. -Basically, it provides \sepfootnotecontent and \sepfootnote: -the former defines the content of a note; the latter typesets that note. +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. 2013/01/17 v0.2 * utf8 Support keys with UTF-8 characters @@ -30,7 +30,7 @@ Usage: *See sepfootnotes.pdf -------------------------------------------------------------------------------- -Copyright (C) 2013 Eduardo C. Lourenço de Lima +Copyright (C) 2013, 2014 Eduardo C. Lourenço de Lima This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html diff --git a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf index 2f3d4975ca2..185c6467931 100644 Binary files a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf and b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf differ diff --git a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex index 27bd129a4a2..5944c2f4149 100644 --- a/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex +++ b/Master/texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2013 Eduardo C. Lourenço de Lima +% Copyright (C) 2013, 2014 Eduardo C. Lourenço de Lima % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -44,21 +44,16 @@ {\begin{center}\begin{minipage}[t]{0.5\linewidth}} {\end{minipage}\end{center}} \newcommand\TODO{\texttt{Todo:}} -\newcommand\fileversion{0.2} -\newcommand\filedate{January 17, 2013} +\newcommand\fileversion{0.3a} +\newcommand\filedate{March 23, 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 for his valuable feedback on \texttt{sepfootnotes}.}\\{or a footnote to Plato}} +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}} \author{Eduardo C. Louren\c{c}o de Lima \\ \texttt{elourenco@phi.pro.br}} -\date{\filedate} \maketitle - \begin{abstract}\noindent - The |sepfootnotes| package supports footnotes and endnotes from separate files. - Basically, it provides |\sepfootnotecontent| and |\sepfootnote|: the former - defines the content of a note; the latter typesets that note. - \end{abstract} + \begin{abstract}\noindent 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.\end{abstract} \section*{Introduction} @@ -96,6 +91,7 @@ I am grateful to Michael Sellhoff for his valuable feedback on \texttt{sepfootno \item |\|\meta{prefix}|notemark| \marg{key} \item |\|\meta{prefix}|notetext| \marg{key} \item |\print|\meta{prefix}|note| \marg{key}\medskip +\item |\|\meta{prefix}|quicknote| \marg{content} \end{synopsis} \subsection*{Endnote-specific} @@ -191,15 +187,21 @@ Typeset a note identified by \meta{key}.\bigskip \item |\|\meta{prefix}|notemark| \marg{key} -Typeset just the mark identified by \meta{key} without the corresponding note.\bigskip +Typeset just the mark identified by \meta{key} without the corresponding note.\medskip \item |\|\meta{prefix}|notetext| \marg{key} -Typeset just the note identified by \meta{key} without the corresponding mark.\bigskip +Typeset just the note identified by \meta{key} without the corresponding mark.\medskip -\item |\print|\meta{prefix}|content| \marg{key} +\item |\print|\meta{prefix}|note| \marg{key} -Just print the \meta{content} identified by \meta{key}. +Just print the \meta{content} identified by \meta{key}.\medskip + +\item |\|\meta{prefix}|quicknote| \marg{content} + +Typeset a note with \meta{content} without a key. +This is similar to standard |\footnote| \marg{content}, +and may be useful for short notes, such as ``Idem.'' \end{synopsis} \end{Description} @@ -268,6 +270,14 @@ Default:\footnote{Adapted from the \texttt{endnotes} package.} \end{Description} +\section {Package options} + +\begin{list}{}{} +\item[|warn|] Print warning messages. (Default.) +\item[|error|] Print warning messages, halt, and wait for user input. +\item[|quiet|] Suppress warning and error messages. +\end{list} + \section{Examples} % -------------------------------- Examples ----------------------------------- @@ -355,7 +365,7 @@ This was first brought up by the great Plato.\xnote{Plato} \item document.tex: \begin{verbatim} -\begin{document} +\documentclass{article} \usepackage{sepfootnotes} \newfootnotes{a} \newendnotes{x} -- cgit v1.2.3