summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain/vntex/dblaccnt.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:46:46 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:46:46 +0000
commitb1c871653d37d9c6fd0f97b048dca051b5b1db27 (patch)
tree3f925e95aa3461b9ecb75df861259a7f71bc3f23 /Master/texmf-dist/tex/plain/vntex/dblaccnt.tex
parent82770e7491344072d5dd54ce9a78546eebe99c3f (diff)
trunk/Master/texmf-dist/tex/plain
git-svn-id: svn://tug.org/texlive/trunk@621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/vntex/dblaccnt.tex')
-rw-r--r--Master/texmf-dist/tex/plain/vntex/dblaccnt.tex51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/vntex/dblaccnt.tex b/Master/texmf-dist/tex/plain/vntex/dblaccnt.tex
new file mode 100644
index 00000000000..295e899948b
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/vntex/dblaccnt.tex
@@ -0,0 +1,51 @@
+% Copyright 2000-2005 Werner Lemberg <wl@gnu.org>.
+% This file is part of vntex. License: LPPL, version 1.3 or newer,
+% according to http://www.latex-project.org/lppl.txt
+%
+%
+% This is the file dblaccnt.tex to be used with plain TeX; it is a wrapper
+% file for dblaccnt.sty.
+%
+% Since it uses LaTeX's font encoding mechanism, it needs the `plnfss' and
+% `plainenc' packages:
+%
+% \input plnfss
+% \input plainenc
+% \input dblaccnt
+%
+% \fontencoding{...}
+%
+% ...
+%
+%
+% History
+%
+% 1.0 2000/01/27
+%
+% Initial release.
+%
+% 1.1 2005/04/21
+%
+% Add copyright message and history.
+% Minor documentation clean-up.
+
+%\ProvidesFile{dblaccnt.tex}[2005/04/21 v1.1 double accent support for plain TeX]
+
+\makeatletter
+
+\input dblaccnt.sty
+
+% We repeat the definitions in plain.def of the Babel package to use the
+% new macros from dblaccnt.sty
+\DeclareTextAccent{\'}{OT1}{19}
+\DeclareTextAccent{\`}{OT1}{18}
+
+\let\@acci\'
+\let\@accii\`
+\let\@acciii\=
+
+\makeatother
+
+\endinput
+
+% end of dblaccnt.tex