[latex3-commits] [git/LaTeX3-latex3-latex2e] graphics-compat: test file for dots and braces (still fails) (33cf7e60)

David Carlisle d.p.carlisle at gmail.com
Wed Oct 9 01:02:38 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : graphics-compat
Link       : https://github.com/latex3/latex2e/commit/33cf7e600c4cb4ed8a99b8fda25f15d4fb87417a

>---------------------------------------------------------------

commit 33cf7e600c4cb4ed8a99b8fda25f15d4fb87417a
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Wed Oct 9 00:02:38 2019 +0100

    test file for dots and braces (still fails)


>---------------------------------------------------------------

33cf7e600c4cb4ed8a99b8fda25f15d4fb87417a
 required/graphics/testfiles/braces-compat-01.lvt | 46 ++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/required/graphics/testfiles/braces-compat-01.lvt b/required/graphics/testfiles/braces-compat-01.lvt
new file mode 100644
index 00000000..4771ff45
--- /dev/null
+++ b/required/graphics/testfiles/braces-compat-01.lvt
@@ -0,0 +1,46 @@
+
+% 
+
+\documentclass{article}
+
+
+\input{test2e}
+
+\START
+
+\usepackage{graphicx}
+
+
+\listfiles
+
+\OMIT
+
+\begin{document}
+
+\TIMO
+
+\makeatletter
+\def\tmp{dvips.def}
+\ifx\Gin at driver\tmp
+
+  \includegraphics{{foo.bar}.eps}
+
+  \includegraphics{foo.bar.eps}
+
+  \includegraphics{foo.bar}
+  
+\else
+
+  \includegraphics{{foo.bar}.png}
+
+  \includegraphics{foo.bar.png}
+  
+  \includegraphics{foo.bar}
+  
+\fi
+
+
+\end{document}
+
+
+





More information about the latex3-commits mailing list