diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-07 20:34:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-07 20:34:51 +0000 |
commit | 60a45a6e821196e03a1b74a69b6b5821693288aa (patch) | |
tree | 6561dd6a85e9f34421a40fabdf3d42d6b759035f /Master/texmf-dist/doc/latex/msg/msgtest.tex | |
parent | 07f227511dcbf1e141f45c38947c6430d58e8012 (diff) |
msg v0.40 update (6oct06)
git-svn-id: svn://tug.org/texlive/trunk@2265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/msg/msgtest.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/msg/msgtest.tex | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/msg/msgtest.tex b/Master/texmf-dist/doc/latex/msg/msgtest.tex index 65f51bc1902..085b74616da 100644 --- a/Master/texmf-dist/doc/latex/msg/msgtest.tex +++ b/Master/texmf-dist/doc/latex/msg/msgtest.tex @@ -1,16 +1,22 @@ % This is a second test file for the "msg" package; % the first one being the msg.dtx file itself. % -% You can replace "norsk" with your own language name to test -% a new messages file related to you language. +% If you want to test your own language messages file, +% you can add your own \testlanguagefile at the end of this +% test file. % \documentclass[10pt]{article} - \usepackage[norsk,german,frenchb,english]{babel} + \usepackage{inputenc}% Load usual input encoding. + \let\kbencoding\undefined% Don't use now any output encoding. \usepackage[T1]{fontenc} + \usepackage[norsk,german,frenchb,english]{babel} \usepackage{shortvrb} - \usepackage{msg}% + \usepackage{msg} % \usepackage[tracefiles]{msg}% should also be tested with "tracefiles" % \usepackage{msg,french}% should also be tested with your language. + % As LaTeX don't save the input encoding + % the "msg" package will do it. + \inputencoding{latin1}% To have a _global_ latin1 encoding \begin{document} \MakeShortVerb{|} |