diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-21 23:21:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-21 23:21:38 +0000 |
commit | 254ef74e9993146e73cd8ce91ecf43f28da8ea41 (patch) | |
tree | ed815550f20927c8af4650c11af5d63681a68680 | |
parent | 6d943fde913208f948eb21de2ea314ed3c210b21 (diff) |
breakcites doc update, own package (21feb09)
git-svn-id: svn://tug.org/texlive/trunk@17126 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/breakcites/breakcites.pdf | bin | 0 -> 151457 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/breakcites/breakcites.tex | 33 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/breakcites/breakcites.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/breakcites.sty) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/breakcites.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc | 1 |
6 files changed, 35 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/breakcites/breakcites.pdf b/Master/texmf-dist/doc/latex/breakcites/breakcites.pdf Binary files differnew file mode 100644 index 00000000000..100e830fbb1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/breakcites/breakcites.pdf diff --git a/Master/texmf-dist/doc/latex/breakcites/breakcites.tex b/Master/texmf-dist/doc/latex/breakcites/breakcites.tex new file mode 100644 index 00000000000..8400e5fa9ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/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} diff --git a/Master/texmf-dist/tex/latex/ltxmisc/breakcites.sty b/Master/texmf-dist/tex/latex/breakcites/breakcites.sty index f1e8b9bd268..f1e8b9bd268 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/breakcites.sty +++ b/Master/texmf-dist/tex/latex/breakcites/breakcites.sty diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3e9348abf70..c7070d39683 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -51,7 +51,7 @@ my @TLP_working = qw( # these packages should be up to date boisik bold-extra boites boldtensors bookest booklet booktabs boolexpr bophook bosisio boxedminipage boxhandler bpchem - bracketkey breakurl bullcntr bussproofs bytefield + bracketkey breakcites breakurl bullcntr bussproofs bytefield cachepic calctab calligra calrsfs cancel capt-of captcont caption carlisle carolmin-ps cases casyl catechis cbcoptic cbfonts diff --git a/Master/tlpkg/tlpsrc/breakcites.tlpsrc b/Master/tlpkg/tlpsrc/breakcites.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/breakcites.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc index c29d573a499..c406b09556d 100644 --- a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc @@ -16,6 +16,7 @@ depend biblist depend bibtopic depend bibtopicprefix depend bibunits +depend breakcites depend cell depend chbibref depend chicago |