repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move a tag
[latex2e.git]
/
latex2e-20160201
/
required
/
babel
/
testfiles
/
tlb-safen.lvt
blob
641026a3131c0fda766a1ca5faaa634e9bdc3db7
1
%$PDFLaTeX -*- coding: utf-8 -*-
2
\input{test2e}
3
\documentclass{article}
4
\START
5
\AUTHOR{Javier Bezos}
6
\FORMAT{LaTeX2e <2011/06/27>}
7
\CLASS{article}
8
\PACKAGE[nil,safe=none]{babel}
9
\OMIT
10
11
\usepackage[nil,safe=none]{babel}
12
13
\def\Show#1{{%
14
{\edef\Temp{\meaning#1}%
15
\message{^^J\string#1 \string= \Temp^^J}}}}
16
17
\begin{document}
18
\TIMO
19
20
\Show\ref
21
\Show\nocite
22
23
\OMIT
24
\end{document}
25
26