summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/breakcites/breakcites.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/breakcites/breakcites.tex')
-rw-r--r--macros/latex/contrib/breakcites/breakcites.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/macros/latex/contrib/breakcites/breakcites.tex b/macros/latex/contrib/breakcites/breakcites.tex
new file mode 100644
index 0000000000..8400e5fa9a
--- /dev/null
+++ b/macros/latex/contrib/breakcites/breakcites.tex
@@ -0,0 +1,33 @@
+\documentclass[fontsize=12pt, DIV=7, parskip=half, pagesize=auto, version=last]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage{array}
+\usepackage{microtype}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \textsf{breakcites} package}
+\author{Don Hosek, Leo Broska}
+\date{02/20/1997}
+
+
+\begin{document}
+
+\maketitle
+
+The \textsf{breakcites} package ensures that multiple citations may break at line end.
+It makes a very minor change to the operation of the \verb+\cite+ command.
+Note that the change is not necessary in unmodified \LaTeX; however, some package restore the undesirable behaviour of the command in \LaTeX\ 2.09.
+
+
+\minisec{List of changes:}
+
+\begin{tabular}{@{}lrl@{}}
+ \textbullet~~Don Hosek & 3/14/89 & (\LaTeX209-Version) \\
+ \textbullet~~Leo Broska & 02/20/97 & (\LaTeXe-Version)
+\end{tabular}
+
+\end{document}