summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/copyedit
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-22 23:02:14 +0000
committerKarl Berry <karl@freefriends.org>2015-07-22 23:02:14 +0000
commit7925857aaa072c8a2029848c3b9c5a480fd8cc87 (patch)
treebd092ec6d27f72f8065174ae479fa2cbd7766fe2 /Master/texmf-dist/doc/latex/copyedit
parentc7fbeeaff8d1548d8bb4dc7e3e4dd49846d0e974 (diff)
copyedit (22jul15)
git-svn-id: svn://tug.org/texlive/trunk@37928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/copyedit')
-rw-r--r--Master/texmf-dist/doc/latex/copyedit/README50
-rw-r--r--Master/texmf-dist/doc/latex/copyedit/copyedit.pdfbin0 -> 262380 bytes
-rw-r--r--Master/texmf-dist/doc/latex/copyedit/example/test-copy.pdfbin0 -> 46878 bytes
-rw-r--r--Master/texmf-dist/doc/latex/copyedit/example/test-copy.tex165
-rw-r--r--Master/texmf-dist/doc/latex/copyedit/manifest.txt16
5 files changed, 231 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/copyedit/README b/Master/texmf-dist/doc/latex/copyedit/README
new file mode 100644
index 00000000000..e1b6a4963fc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/copyedit/README
@@ -0,0 +1,50 @@
+Readme for copyedit package (copyedit.sty)
+
+Copyedit implements copyediting support for LaTeX documents. Authors
+can enjoy the freedom of using, for example, words with US or UK or
+Canadian or Australian spelling in a mixed way, yet, they can choose
+any one of the usage form for their entire document irrespective of
+kinds of spelling they have adopted. In the same fashion, the users
+can have the benefit of following features available in the package:
+
+1. Localization --- British-American-Australian-Canadian
+
+2. Close-up, Hyphenation, and Spaced words
+
+3. Latin abbreviations
+
+4. Acronyms and Abbreviations
+
+5. Itemization, nonlocal lists and labels
+
+6. Parenthetical and serial commas
+
+7. Non-local tokenization in language through Abbreviations and
+ pronouns.
+
+
+Installation:
+
+Create a directory $TEXMF/tex/latex/copyedit and copy copyedit.sty to
+this directory. Update the file database of your TeX system.
+
+Documentation:
+
+Composite documentation and code is available in copyedit.dtx. Run
+TeX/LaTeX on copyedit.ins to extract copyedit.sty from copyedit.dtx.
+If you [pdf]LaTeX copyedit.dtx, you will get copyedit.pdf which is the
+human readable documentation.
+
+The example directory has source and output of an example document and
+the doc directory has an article written by authors on the subject.
+
+Licence:
+
+The package is released under LaTeX Project Public Licence.
+
+Authors:
+
+CV Radhakrishnan <cvr@cvr.cc>
+CV Rajagopal <cvr3@cvr.cc>
+SK Venkatesan <skvenkat@tnq.co.in>
+
diff --git a/Master/texmf-dist/doc/latex/copyedit/copyedit.pdf b/Master/texmf-dist/doc/latex/copyedit/copyedit.pdf
new file mode 100644
index 00000000000..5c497830c1b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/copyedit/copyedit.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/copyedit/example/test-copy.pdf b/Master/texmf-dist/doc/latex/copyedit/example/test-copy.pdf
new file mode 100644
index 00000000000..035d9bbd156
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/copyedit/example/test-copy.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/copyedit/example/test-copy.tex b/Master/texmf-dist/doc/latex/copyedit/example/test-copy.tex
new file mode 100644
index 00000000000..b791122fadf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/copyedit/example/test-copy.tex
@@ -0,0 +1,165 @@
+\documentclass[a4paper]{article}
+
+\usepackage[lat=2,lang=ca,abbr=italic,last=true,eitem=4]{copyedit}
+
+%
+% all the options can be changed in the middle of the document or
+% anywhere in the document with the command:
+%
+% \cesetup{c<comma separated list of options>}
+%
+
+\usepackage[sc,osf]{mathpazo}
+\usepackage{lipsum}
+
+\begin{document}
+
+\parindent 0pt
+\parskip 12pt
+\advance\baselineskip by 3pt
+
+\newacro{H2O}[$\mathrm{H_2O}$]{Dihygrogen Monoxide}
+\newacro{WHO}[W.H.O.]{World Health Organization}
+
+\subsubsection*{Language Variants}
+
+\lipsum[1]
+
+\definevariant{colour}{color}{COLOR}{Color}
+
+\cesetup{lang=uk}
+
+\vara{colour}
+\vara{color}
+\vara{COLOR}
+\vara{Color}
+
+\cesetup{lang=us}
+
+\vara{colour}
+\vara{color}
+\vara{COLOR}
+\vara{Color}
+
+\cesetup{lang=ca}
+
+\vara{colour}
+\vara{color}
+\vara{COLOR}
+\vara{Color}
+
+\cesetup{lang=au}
+
+\vara{colour}
+\vara{color}
+\vara{COLOR}
+\vara{Color}
+
+\subsubsection*{Hyphenate, etc}
+
+\closeup{anti}{body} and for that matter \hyp{anti}{body}.
+\sword{Civil}{War}.
+
+\subsubsection*{Latin abbreviation}
+
+\definelat{e.g.}{eg}{for example}
+
+First option keeps the abbreviation as such:
+\cesetup{lat=0} \lat{e.g.}.
+
+The second option remove all dots:
+\cesetup{lat=1,abbr=rm} \lat{e.g.}.
+
+The third one switches to English equivalent:
+\cesetup{lat=2} \lat{e.g.}.
+
+\subsubsection*{Acronym}
+
+\ac{H2O}
+
+\ac{WHO}
+
+\lipsum[2]
+
+\ac{H2O}
+
+\ac{WHO}
+
+\medskip
+
+\subsubsection*{Parenthetical Comma}
+
+\cesetup{pc=0}
+The enthusiastic young ducks flying in front of the group
+\pc{led by the sugecious older ones at the back, make a lot of noise
+ and turbulence} which are used by older ones at the back to warm
+their heart and the wing.
+
+\cesetup{pc=1}
+The enthusiastic young ducks flying in front of the group
+\pc{led by the sugecious older ones at the back, make a lot of noise
+ and turbulence} which are used by older ones at the back to warm
+their heart and the wing.
+
+\cesetup{pc=2}
+The enthusiastic young ducks flying in front of the group
+\pc{led by the sugecious older ones at the back, make a lot of noise
+ and turbulence} which are used by older ones at the back to warm
+their heart and the wing.
+
+\cesetup{pc=3}
+The enthusiastic young ducks flying in front of the group
+\pc{led by the sugecious older ones at the back, make a lot of noise
+ and turbulence} which are used by older ones at the back to warm
+their heart and the wing.
+
+\cesetup{pc=4}
+The enthusiastic young ducks flying in front of the group
+\pc{led by the sugecious older ones at the back, make a lot of noise
+ and turbulence} which are used by older ones at the back to warm
+their heart and the wing.
+
+
+\elist{warblers,tits,wrens,hummingbirds}
+
+No problems even if the space is not cared for in the list:
+
+\elist{warblers , tits, wrens,hummingbirds }
+
+\definetoken{mango}{His Holyness, the Prince of Mangoistan}{The Prince of
+ Mangoistan}{He}
+
+Full: \Token{mango}
+
+Part: \Token{mango}
+
+Short: \Token{mango}
+
+Short: \Token{mango}
+
+\subsubsection*{Eitem}
+
+% \cesetup{eitem=0,last}
+% \cesetup{eitem=1,last}
+% \cesetup{eitem=2,last}
+% \cesetup{eitem=3,last}
+% \cesetup{eitem=4,last}
+ \cesetup{eitem=5,last}
+
+
+\begin{eitem}
+
+\item one
+\item two
+\item three
+\item four
+\item five
+\item six
+\item seven
+%\item eight
+%\item nine
+%\item ten
+
+\end{eitem}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/copyedit/manifest.txt b/Master/texmf-dist/doc/latex/copyedit/manifest.txt
new file mode 100644
index 00000000000..5bac16aa0b9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/copyedit/manifest.txt
@@ -0,0 +1,16 @@
+Contents of 'copyedit' package
+------------------------------
+
+README Readme file
+
+copyedit.ins installer file
+copyedit.dtx documented source file
+
+copyedit.pdf pdf output of documented source
+
+example/test-copy.tex example LaTeX source file
+example/test-copy.pdf pdf output of example
+
+
+
+