summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lambda/base/usenglish.lay
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:46:22 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:46:22 +0000
commit2a8c0210a3491a41c4ba672c46d215048947638c (patch)
treee918d71abd7c1b6c451ae80cce8b7c380bd3eed2 /Master/texmf-dist/tex/lambda/base/usenglish.lay
parent284b296e0d543a531f5e69ad826242a7a9e867ab (diff)
trunk/Master/texmf-dist/tex/lambda
git-svn-id: svn://tug.org/texlive/trunk@615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lambda/base/usenglish.lay')
-rw-r--r--Master/texmf-dist/tex/lambda/base/usenglish.lay50
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/lambda/base/usenglish.lay b/Master/texmf-dist/tex/lambda/base/usenglish.lay
new file mode 100644
index 00000000000..06c23849ce6
--- /dev/null
+++ b/Master/texmf-dist/tex/lambda/base/usenglish.lay
@@ -0,0 +1,50 @@
+ \ocp\IdOCP=id
+ \ocplist\NilOCP=
+ \addbeforeocplist 500 \IdOCP
+ \addbeforeocplist 1750 \IdOCP
+ \addbeforeocplist 2000 \IdOCP
+ \addbeforeocplist 3500 \IdOCP
+ \nullocplist
+ \ocp\BasicLatinTexUni=lat2uni
+ \ocp\BasicLatinUniToFont=uni2lat
+ \ocp\BasicLatinUniToFontNoFfi=uni2lat-noffi
+ \ocplist\BasicLatinOCP=
+ \addbeforeocplist 500 \BasicLatinTexUni
+ \addbeforeocplist 1750 \IdOCP
+ \addbeforeocplist 2000 \IdOCP
+ \addbeforeocplist 3500 \BasicLatinUniToFont
+ \nullocplist
+
+\makeatletter
+\def\usenglishcaptions{\def\prefacename{Preface}%
+ \def\refname{References}%
+ \def\abstractname{Abstract}%
+ \def\bibname{Bibliography}%
+ \def\chaptername{Chapter}%
+ \def\appendixname{Appendix}%
+ \def\contentsname{Contents}%
+ \def\listfigurename{List of Figures}%
+ \def\listtablename{List of Tables}%
+ \def\indexname{Index}%
+ \def\figurename{Figure}%
+ \def\tablename{Table}%
+ \def\partname{Part}%
+ \def\enclname{encl}%
+ \def\ccname{cc}%
+ \def\headtoname{To}%
+ \def\pagename{Page}%
+ \def\seename{see}%
+ \def\alsoname{see also}%
+ \def\proofname{Proof}}
+\newenvironment{usenglish}{%
+\def\today{\ifcase\month\or
+ January\or February\or March\or April\or May\or June\or
+ July\or August\or September\or October\or November\or December\fi
+ \space\number\day, \number\year}%
+\def\addcontentsline##1##2##3{%
+ \addtocontents{##1}{\protect\contentsline{##2}{\protect\pushocplist\BasicLatinOCP##3}{\thepage}}}%
+\pushocplist\BasicLatinOCP}{}
+\newcommand{\localusenglish}[1]{{\protect\pushocplist\BasicLatinOCP#1}}
+\makeatother
+
+\endinput