summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sidenotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-03 16:40:19 +0000
committerKarl Berry <karl@freefriends.org>2011-12-03 16:40:19 +0000
commit0a958302e42be9e7a4c0521ac5d6f93b003bd602 (patch)
treece8832afced2628859732df7466adfbaef43c9e0 /Master/texmf-dist/doc/latex/sidenotes
parent910d7ec0ecd78259b59aa682474418b57b4954bb (diff)
sidenotes (16nov11)
git-svn-id: svn://tug.org/texlive/trunk@24736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sidenotes')
-rw-r--r--Master/texmf-dist/doc/latex/sidenotes/sidenotes.pdfbin200851 -> 195212 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.pdfbin0 -> 125503 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.tex75
3 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sidenotes/sidenotes.pdf b/Master/texmf-dist/doc/latex/sidenotes/sidenotes.pdf
index 938c88a7f72..01d223a39e1 100644
--- a/Master/texmf-dist/doc/latex/sidenotes/sidenotes.pdf
+++ b/Master/texmf-dist/doc/latex/sidenotes/sidenotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.pdf b/Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.pdf
new file mode 100644
index 00000000000..db696178f21
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.tex b/Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.tex
new file mode 100644
index 00000000000..0c79d7ed7b0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sidenotes/sn_usage_biblatex.tex
@@ -0,0 +1,75 @@
+\documentclass{book}
+
+\usepackage{sidenotes}
+
+% provide some simple layout
+\usepackage[paperwidth=210mm, paperheight=297mm, left=50pt, top=50pt, textwidth=345pt, marginparsep=25pt, marginparwidth=124pt, textheight=692pt, footskip=50pt]{geometry}
+\pagestyle{empty}
+\captionsetup{width=\marginparwidth, font=footnotesize, skip = 0pt}
+\renewcommand{\thefootnote}{\fnsymbol{footnote}}
+
+\usepackage[backend = biber, citestyle = numeric]{biblatex}
+\addbibresource{sn.bib}
+\usepackage{marginfix}
+\begin{document}
+%
+\chapter{Usage of the \textbf{sidenotes} package}
+The package provides a number of macros to typeset rich content in the margin. Please read the output of this \LaTeX{} file and look at the input file while doing so. We start with the \verb+\sidenote+ macro.
+
+\section{\texttt{\textbackslash sidenote[number]\{text\}}}
+It is very similar to \verb+\footnote+ and tries to emulate its behavior.\sidenote{But like the name says, the note is put in the margin, hence the name sidenote.} It has the same parameters as footnote. The sidenote moves up or down (floats) to not overlap with other floats in the margin.\sidenote{Note how this paragraph is slightly moved down.} All the sidenotes are subsequently numbered. The first, optional parameter will manually change the numbering of the sidenote.\sidenote[666]{This note is evil.}
+
+\section{\texttt{\textbackslash sidenotemark[number]}}
+Sidenote tries to mimic the footnote behavior and provides the same solutions. Sometimes it is not possible to directly call a sidenote macro, e.g. in particular environments. Then, you can also use \verb+\sidenotemark+ macro.\sidenotemark{} If a number is given, that number is used.\sidenotemark[99]{} This puts a mark at the current position.
+
+\section{\texttt{\textbackslash sidenotetext[number]\{text\}}}
+Afterwards,\sidenotetext{Please note, how the numbering still counts from the last usual call} outside of the environment that causes the trouble, it is possible the call \verb+\sidenotetext{text}+ to actually make the sidenote. The optional parameter will again manually change the numbering of the sidenote.\sidenotetext[93]{Then, you have to make sure the number match!}
+
+\section{\texttt{\textbackslash sidestyle}}
+\renewcommand{\sidestyle}{\raggedright\footnotesize}
+You can use \verb+\renewcommand{\sidestyle}{something}+, if you want to change the font, text size, text color or something else of the sidenotes.\sidenote{Here, we changed sidestyle to raggedright.}
+\renewcommand{\sidestyle}{\footnotesize\em}
+The default value is \verb+\footnotesize+, \verb+\sidestyle+ is the prefix for all sidenotes.\sidenote{Here, we changed to \texttt{\textbackslash em}} Please note that the values do not add up, \verb+\sidestyle+ is overwritten by every use of \verb+\renewcommand{\sidestyle}{...}+.%
+\renewcommand{\sidestyle}{\footnotesize}%
+\sidenote{Back to default behavior.}
+
+\section{\texttt{\textbackslash sidecite[prefix][postfix]\{citekey\}}}
+The macro \verb+\sidecite+ puts a citation in the margin. The macro has the same set of parameters as biblatex. We add a citation here as an example.\sidecite[see:][Nobel prize 1972]{nobel:bcs} The behavior is the same as in \verb+\sidenote+ and auto floating. For post- and prenote please refer to the biblatex manual, the parameters are directly passed to biblatex.
+
+\section{\texttt{\textbackslash sidecaption\{captiontext\}}}
+The \verb+\sidecaption+ macro can be used if the caption of a figure or table is supposed to be in the margin. Please note, that the formatting is done by the caption package.
+\begin{figure}[h]
+\sidecaption{I am a caption, but in the margin.}
+\fbox{\rule{\textwidth}{0mm}\rule{0mm}{1.5cm}} % \includegraphics{image}
+\end{figure}
+Simply use \verb+\sidecaption+ instead of \verb+\caption+ in the figure environment.
+
+\section{\texttt{sidefigure}}
+The sidefigure environment puts a figure and its caption in the margin. Instead of \verb+\begin{figure}+ use \verb+\begin{sidefigure}+. Please note, that the use of caption before \verb+\includegraphics+ puts the caption in line with the top of the figure and the use after \verb+\includegraphics+ puts it in line with the bottom of the actual figure. The formatting is done by the caption package.
+\begin{sidefigure}
+\fbox{\rule{0mm}{1.2cm}\rule{\marginparwidth}{0mm}} % \includegraphics{image}
+\caption{This is a figure with its caption in the margin.}
+\end{sidefigure}
+
+\section{\texttt{sidetable}}
+The sidetable environment works similarly to sidefigure, but with table environments. Use \verb+\begin{sidetable}+ instead of \verb+\begin{table}+. The formatting is also done with help of the caption package.
+\begin{sidetable}
+ \centering
+ % \fontfamily{ppl}\selectfont
+ \begin{tabular}{lllll}
+ \hline
+ Hg&Sn&Pb&Cd&Tl \\
+ \hline
+ 0.50&0.47&0.48&0.5&0.5\\
+ \end{tabular}
+ \caption{This is a table in the margin}
+\end{sidetable}
+
+\section{Technical notes and further macros}
+Sometimes it is useful to put text in the margin without a mark in the text. This can be achieved with \verb+\marginpar{text}+.
+
+The \verb+\sidecaption+ macro relies on the marginnote package by Markus Kohm and is used by the sidenotes package automatically.
+
+When writing the package, we tried to be as general as possible. Someone can e.g.\ use sidenotes mixed with footnotes.\footnote{Here, we have a footnote as well. The marker was changed to symbols to avoid confusion with the same numbers as sidenotes.} Also, the package tries to provide only functionality and does not know anything about formatting such as margin text size, color or anything else. Only \verb+\sidestyle+ was added for convenience.
+
+\end{document}