From 013296f25e43791c1beca6547afaef58637bd47e Mon Sep 17 00:00:00 2001 From: Burkhart Wolff Date: Sun, 26 Jun 2022 13:48:03 +0200 Subject: [PATCH] experiments on tables --- src/tests/OutOfOrderPresntn.thy | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/tests/OutOfOrderPresntn.thy b/src/tests/OutOfOrderPresntn.thy index 5c939a11..20399b95 100644 --- a/src/tests/OutOfOrderPresntn.thy +++ b/src/tests/OutOfOrderPresntn.thy @@ -375,6 +375,7 @@ Config.get ; \hfill \begin{subfigure}[b]{0.3\textwidth} + \centering \includegraphics[width=\textwidth]{graph2} \caption{$y=3sinx$} @@ -384,6 +385,7 @@ Config.get ; \hfill \begin{subfigure}[b]{0.3\textwidth} + \centering \includegraphics[width=\textwidth]{graph3} \caption{$y=5/x$} @@ -397,8 +399,11 @@ Config.get ; \begin{wrapfigure}{l}{0.5\textwidth} + \centering \includegraphics[width=1.5cm]{logo.png} + \caption{$y=5/x$} + \end{wrapfigure} *) @@ -491,10 +496,18 @@ val _ = Figure*[fff::figure,src="\this is a side-by-side\"] \@{figure_content [width=40, scale=35, caption="This is a test"] "../ROOT"}\ \ \<^doof> \<^LATEX> \ - \\<^theory_text>\definition df = ... \ - @{ML [display] \ let val x = 3 + 4 in true end\} - @{cartouche [display] \ @{figure "cfgdfg"}\}\ + \ \<^theory_text>\definition df = ... \ + @{ML [display] \ let val x = 3 + 4 in true end\} + @{cartouche [display] \ @{figure "cfgdfg"}\} + \ +Figure*[ffff::figure,caption="\this is another 2 side-by-side\"] + \@{figure_content [width=40, scale=35, caption="This is a left test"] "../ROOT"}\ + \@{figure_content [width=40, scale=35, caption="This is a right test"] "../ROOT"}\ + + +text\ @{figure "ffff(2)"}\ + end (*>*)