Move a tag
[latex2e.git] / latex2e-20151001 / required / babel / testfiles / tlb3067.lvt
blobb6d8f3e695900339ecc95460f87506fdd0dd51ae
1 \iffalse
2 >Number:         3067
3 >Synopsis:       Can't insert a PS file while using Turkish babel
4 >Arrival-Date:   Fri Jul  9 18:31:06 1999
5 >Last-Modified:  Sun Jan 13 11:02:14 CET 2002
6 >Originator:     roktas@samsun.omu.edu.tr  ( Recai Oktas )
7 >Release:        LaTeX2e <1996/12/01> patch level 1 Babel <v3.6h>
8 >Organization:   19 Mayis University
9 >Environment:
10  Hyphenation: standard
11  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
12  \@currdir: macro:->./
13  \input@path: undefined (Standard setting)
14 >Description:
15 Description of bug:
16  While using turkish babel, I can't insert a PS file with the usual way:
18  by using the graphic packages "epsfig" or "graphicx". In the following
19 sample
20  file "graphicx" is used, but same problems occur with the "epsfig". In
21 the
22  case of not using the Turkish babel no problems occur.
24 >How-To-Repeat:
25 \fi
27 \input{test2e}
29 \begin{filecontents}{foo.ps}
30 %!PS-Adobe-2.0
31 %%BoundingBox: 0 0 100 100
32 \end{filecontents}
33 \documentclass{article}
35 \START
36 \FORMAT{LaTeX2e<1996/12/01>}
37 \AUTHOR{roktas@samsun.omu.edu.tr  ( Recai Oktas )}
38 \PACKAGE{graphicx}
39 \PACKAGE[turkish]{babel}
40 \showboxbreadth=50
41 \showboxdepth=50
42 \def\testit#1{%
43   \setbox0=\hbox{#1}\showbox0}
44 \OMIT
46 \usepackage{graphicx}
47 %\usepackage[english]{babel}
48 \usepackage[turkish]{babel}
50 \begin{document}
51 \TIMO
53 \shorthandoff{=}
54 \testit{\includegraphics[scale=1]{foo.ps}}
56 \end{document}
57 \endinput