Congratulations!

[Valid Atom 1.0] This is a valid Atom 1.0 feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://tex.stackexchange.com/feeds

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:re="http://purl.org/atompub/rank/1.0">
  3.    <title type="text">Recent Questions - TeX - LaTeX Stack Exchange</title>
  4.    <link rel="self" href="https://tex.stackexchange.com/feeds" type="application/atom+xml" />
  5.    <link rel="alternate" href="https://tex.stackexchange.com/questions" type="text/html" />
  6.    <subtitle>most recent 30 from tex.stackexchange.com</subtitle>
  7.    <updated>2024-04-29T17:14:07Z</updated>
  8.    <id>https://tex.stackexchange.com/feeds</id>
  9.    <creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/rdf</creativeCommons:license>
  10.    <entry>
  11.        <id>https://tex.stackexchange.com/q/716773</id>
  12.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  13.        <title type="text">trim and clip \includegraphics PDF leaves selectable text artefact</title>
  14.            <category scheme="https://tex.stackexchange.com/tags" term="graphics" />
  15.            <category scheme="https://tex.stackexchange.com/tags" term="includegraphics" />
  16.            <category scheme="https://tex.stackexchange.com/tags" term="viewers" />
  17.            <category scheme="https://tex.stackexchange.com/tags" term="crop" />
  18.        <author>
  19.            <name>pip</name>
  20.            <uri>https://tex.stackexchange.com/users/172926</uri>
  21.        </author>
  22.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716773/trim-and-clip-includegraphics-pdf-leaves-selectable-text-artefact" />
  23.        <published>2024-04-29T16:21:39Z</published>
  24.        <updated>2024-04-29T16:21:39Z</updated>
  25.        <summary type="html">
  26.            &lt;p&gt;I regularly use &lt;code&gt;\includegraphics&lt;/code&gt; with &lt;code&gt;trim&lt;/code&gt; &#x2B; &lt;code&gt;clip&lt;/code&gt; option to e.g. include a single panel from a larger figure in a &lt;code&gt;.pdf&lt;/code&gt; file.&lt;/p&gt;&#xA;&lt;p&gt;I recently noticed in the Evince PDF editor I can select text objects from the included figure that were cropped out (and so otherwise invisible). In other words, the full &lt;code&gt;.pdf&lt;/code&gt; is included in a hidden layer. This does not seem ideal as makes highlighting text confusing, and presumably may cause issue with OCR/accessibility.&lt;/p&gt;&#xA;&lt;p&gt;Is there a way to ensure the cropped content really is discarded, short of cutting up the original &lt;code&gt;.pdf&lt;/code&gt; (which can be messy)?&lt;/p&gt;&#xA;&lt;p&gt;For a minimal example, compile this standalone tikzpicture with a line of &lt;code&gt;X&lt;/code&gt; characters:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass[tikz]{standalone}&#xA;\begin{document}&#xA;\begin{tikzpicture}&#xA;        \node {XXXXXXXXXXXXXXXXXXXXXXXXXXX};&#xA;\end{tikzpicture}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Calling the output &lt;code&gt;line.pdf&lt;/code&gt;,&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-latex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass[twocolumn]{article}&#xA;\usepackage{graphicx}&#xA;\begin{document}&#xA;A sentence of text in the first column of the document.&#xA;\newpage&#xA;\includegraphics[trim={5cm 0 0 0}]{line.pdf}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;(&lt;code&gt;twocolumn&lt;/code&gt; is just to make the overlap clear)&lt;/p&gt;&#xA;&lt;p&gt;Here is the output in Evince with nothing selected:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/8MXZKYyT.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/8MXZKYyT.png&quot; alt=&quot;ouput no selection&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;And when I click-select text in the left column:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/e9GpctvI.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/e9GpctvI.png&quot; alt=&quot;output with selection&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As you can see, highlighting reveals the cropped context of &lt;code&gt;line.pdf&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Note whether you can view the hidden layer does appear to depend on your editor. I couldn&#x27;t select the hidden &lt;code&gt;X&lt;/code&gt; in Okular, for example.&lt;/p&gt;&#xA;
  27.        </summary>
  28.    </entry>
  29.    <entry>
  30.        <id>https://tex.stackexchange.com/q/716770</id>
  31.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  32.        <title type="text">Error message: &quot;\mathrm allowed only in math mode&quot; but math mode is on with $</title>
  33.            <category scheme="https://tex.stackexchange.com/tags" term="math-mode" />
  34.            <category scheme="https://tex.stackexchange.com/tags" term="errors" />
  35.            <category scheme="https://tex.stackexchange.com/tags" term="mathrm" />
  36.        <author>
  37.            <name>Fantastic MsFox</name>
  38.            <uri>https://tex.stackexchange.com/users/297174</uri>
  39.        </author>
  40.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716770/error-message-mathrm-allowed-only-in-math-mode-but-math-mode-is-on-with" />
  41.        <published>2024-04-29T15:43:39Z</published>
  42.        <updated>2024-04-29T15:55:53Z</updated>
  43.        <summary type="html">
  44.            &lt;p&gt;When I use this code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{scrbook}&#xA;&#xA;\begin{document}&#xA;&#xA;The thermodynamics of the phase inversion process at constant temperature $T$ is described by the free enthalpy of mixing $\Delta G\textsubscript{\mathrm m}$, which is given by ...&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I get this error message, altough I would say math mode is on when using $...$ ?!&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&amp;gt; ! LaTeX Error: \mathrm allowed only in math mode.&#xA;&amp;gt; &#xA;&amp;gt; See the LaTeX manual or LaTeX Companion for explanation. Type  H&#xA;&amp;gt; &amp;lt;return&amp;gt;  for immediate help.  ...                                    &#xA;&amp;gt; &#xA;&amp;gt;l.5 ...mixing $ \Delta G\textsubscript{ \mathrm m}$, which is given by ... You&#x27;re in trouble here.  Try typing  &amp;lt;return&amp;gt;  to proceed. If&#xA;&amp;gt; that doesn&#x27;t work, type  X &amp;lt;return&amp;gt;  to quit.&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Edit: the problem is the &lt;code&gt;\textsuperscript&lt;/code&gt;  . Wehn using &lt;code&gt;_&lt;/code&gt; instead, there is no error message anymore.&lt;/p&gt;&#xA;
  45.        </summary>
  46.    </entry>
  47.    <entry>
  48.        <id>https://tex.stackexchange.com/q/716769</id>
  49.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  50.        <title type="text">bold math in minipage environment</title>
  51.            <category scheme="https://tex.stackexchange.com/tags" term="formatting" />
  52.            <category scheme="https://tex.stackexchange.com/tags" term="boldmath" />
  53.        <author>
  54.            <name>district9</name>
  55.            <uri>https://tex.stackexchange.com/users/178547</uri>
  56.        </author>
  57.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716769/bold-math-in-minipage-environment" />
  58.        <published>2024-04-29T15:42:31Z</published>
  59.        <updated>2024-04-29T16:02:35Z</updated>
  60.        <summary type="html">
  61.            &lt;p&gt;I looked at all questions and answers on bold math, but could not find an answer to my question.&lt;/p&gt;&#xA;&lt;p&gt;I have this code, in which the Oplus symbol in the second column comes out bold, as it should. The top matrix in the 3rd column also comes out bold, but not as bold as the Oplus. And I could not make the bottom matrix in the 3rd column bold.&lt;/p&gt;&#xA;&lt;p&gt;My question is how do I make both matrices in the 3rd column as bold as the Oplus symbol? Unfortunately, the current code also does not compile. It does compile in my big latex file, but that latex file has so many preambles that I don&#x27;t know which ones are needed.&lt;/p&gt;&#xA;&lt;p&gt;I am not a big latex expert, so I hope someone can help with this.&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-latex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass[11pt]{article}&#xA;&#xA;\usepackage{amsthm, amsmath}&#xA;&#xA;\usepackage{tabularx}  &#xA;&#xA;\newcolumntype{C}{&amp;gt;{\centering\arraybackslash}X}&#xA;&#xA;&#xA;\makeatletter&#xA;&#xA;\newcommand{\leqnomode}{\tagsleft@true}&#xA;&#xA;\newcommand{\reqnomode}{\tagsleft@false}&#xA;&#xA;\makeatother&#xA;&#xA;\begin{document}&#xA;&#xA;    \begin{figure}&#xA;    \begin{center} &#xA;        \begin{minipage}{0.15\linewidth}   &#xA;            \leqnomode&#xA;            \begin{equation} \nonumber &#xA;                    \begin{split}&#xA;                    \bpx \ti &amp;amp; \ti &amp;amp; \ti  \\ &#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \\&#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \epx &amp;amp; \ti \\ &#xA;                    \bpx \ti &amp;amp; \ti &amp;amp; \ti  \\ &#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \\&#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \epx &amp;amp; \ti      &#xA;                \end{split} &#xA;            \end{equation}&#xA;        \end{minipage}  &#xA;        \begin{minipage}{0.05 \linewidth}&#xA;            $ \;\;\; \longrightarrow  $ &#xA;        \end{minipage}&#xA;        \begin{minipage}{0.15\linewidth}   &#xA;            \leqnomode&#xA;            \begin{equation} \nonumber &#xA;                        \begin{split}&#xA;                    \left( \!\!  \Oplus \!\! \right) &amp;amp;  0  \\&#xA;                    \bpx \ti &amp;amp; \ti &amp;amp; \ti  \\ &#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \\&#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \epx &amp;amp; \ti          &#xA;                \end{split} &#xA;            \end{equation}&#xA;        \end{minipage}  &#xA;        \begin{minipage}{0.05 \linewidth}&#xA;            $ \;\;\; \longrightarrow  $ &#xA;        \end{minipage}&#xA;        \begin{minipage}{0.15\linewidth}   &#xA;            \leqnomode&#xA;            \boldmath   \begin{equation} \nonumber &#xA;                %\hspace{-3cm} &#xA;                \begin{split}&#xA;                    \!\!\!\!\!\!\!   \bpx[c|cc] \Lambda_1 &amp;amp; 0 &amp;amp; 0  \\ \hline &#xA;                    0 &amp;amp; 0 &amp;amp; 0 \\ &#xA;                    0 &amp;amp; 0 &amp;amp; 0 \epx  &amp;amp; 0 \\ &#xA;                    \bpx[c|cc] \ti &amp;amp; \ti &amp;amp; \ti  \\ \hline &#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \\&#xA;                    \ti &amp;amp; \ti &amp;amp; \ti  \epx &amp;amp; \ti &#xA;                \end{split} &#xA;            \end{equation}&#xA;        \end{minipage}  &#xA;    \end{center} &#xA;    \caption{Bla}  &#xA;    \label{bla} &#xA;\end{figure}&#xA;&#xA;\end{document} &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  62.        </summary>
  63.    </entry>
  64.    <entry>
  65.        <id>https://tex.stackexchange.com/q/716767</id>
  66.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  67.        <title type="text">Why does `datatool` fail when used in a Tikz figure</title>
  68.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  69.            <category scheme="https://tex.stackexchange.com/tags" term="datatool" />
  70.        <author>
  71.            <name>Rubem Pacelli</name>
  72.            <uri>https://tex.stackexchange.com/users/211183</uri>
  73.        </author>
  74.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716767/why-does-datatool-fail-when-used-in-a-tikz-figure" />
  75.        <published>2024-04-29T15:30:50Z</published>
  76.        <updated>2024-04-29T16:23:26Z</updated>
  77.        <summary type="html">
  78.            &lt;p&gt;Consider the following example&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass[varwidth=true, border=2pt]{standalone}&#xA;\usepackage{tikz}&#xA;\usepackage{pgfplots}&#xA;\usepackage{datatool}&#xA;&#xA;\begin{filecontents*}[overwrite]{test.csv}&#xA;Actual,Class 1,Class 2,Class 3&#xA;Class 1,1480.0,0.0,125.0&#xA;Class 2,112.0,1303.0,180.0&#xA;Class 3,174.0,95.0,1331.0    &#xA;\end{filecontents*}&#xA;&#xA;\DTLloaddb[keys={Actual,Class 1,Class 2,Class 3}]% &amp;lt;options&amp;gt;&#xA;{test}% &amp;lt;db name&amp;gt;&#xA;{test.csv}% &amp;lt;filename&amp;gt;&#xA;&#xA;\newcommand{\fetchdata}[2]{\DTLfetch{test}{Actual}{Class #1}{Class #2}}&#xA;&#xA;\pgfplotsset{compat=1.17}&#xA;\begin{document}&#xA;&#xA;Hi \fetchdata{1}{1}&#xA;&#xA;\begin{tikzpicture}&#xA;    \begin{axis}[&#xA;            colormap={bluewhite}{color=(white) rgb255=(90,96,191)},&#xA;            xlabel=Predicted,&#xA;            xlabel style={yshift=-30pt},&#xA;            ylabel=Actual,&#xA;            ylabel style={yshift=20pt},&#xA;            xticklabels={Class 1, Class 2, Class 3}, % changed&#xA;            xtick={0,...,2}, % changed&#xA;            xtick style={draw=none},&#xA;            yticklabels={Class 1, Class 2, Class 3}, % changed&#xA;            ytick={0,...,2}, % changed&#xA;            ytick style={draw=none},&#xA;            enlargelimits=false,&#xA;            colorbar,&#xA;            xticklabel style={&#xA;              rotate=00&#xA;            },&#xA;            nodes near coords={\pgfmathprintnumber\pgfplotspointmeta},&#xA;            nodes near coords style={&#xA;                yshift=-7pt&#xA;            },&#xA;        ]&#xA;        \addplot[&#xA;            matrix plot,&#xA;            mesh/cols=3, % changed&#xA;            point meta=explicit, draw=gray&#xA;        ] table [meta=C] {&#xA;            x y C&#xA;            0 0 0.5&#xA;            1 0 0.01809&#xA;            2 0 0.02366&#xA;            &#xA;            0 1 0.05839&#xA;            1 1 0.90109&#xA;            2 1 0.01290&#xA;            &#xA;            0 2 0.06525&#xA;            1 2 0.08082&#xA;            2 2 0.96344&#xA;        };&#xA;        &#xA;        % Add text in a specific position&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:0,0) {(1531)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:1,0) {(30)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:2,0) {(33)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:0,1) {(102)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:1,1) {(1494)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:2,1) {(18)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:0,2) {(114)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:1,2) {(134)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:2,2) {(1344)};&#xA;    \end{axis}&#xA;\end{tikzpicture}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This produces&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/oTkNCXdA.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/oTkNCXdA.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;However, If I try to put &lt;code&gt;\DTLfetch&lt;/code&gt; inside the &lt;code&gt;tikzpicture&lt;/code&gt; environment, that is:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[varwidth=true, border=2pt]{standalone}&#xA;\usepackage{tikz}&#xA;\usepackage{pgfplots}&#xA;\usepackage{datatool}&#xA;&#xA;\begin{filecontents*}[overwrite]{test.csv}&#xA;Actual,Class 1,Class 2,Class 3&#xA;Class 1,1480.0,0.0,125.0&#xA;Class 2,112.0,1303.0,180.0&#xA;Class 3,174.0,95.0,1331.0    &#xA;\end{filecontents*}&#xA;&#xA;\DTLloaddb[keys={Actual,Class 1,Class 2,Class 3}]% &amp;lt;options&amp;gt;&#xA;{test}% &amp;lt;db name&amp;gt;&#xA;{test.csv}% &amp;lt;filename&amp;gt;&#xA;&#xA;\newcommand{\fetchdata}[2]{\DTLfetch{test}{Actual}{Class #1}{Class #2}}&#xA;&#xA;\pgfplotsset{compat=1.17}&#xA;\begin{document}&#xA;&#xA;\begin{tikzpicture}&#xA;    \begin{axis}[&#xA;            colormap={bluewhite}{color=(white) rgb255=(90,96,191)},&#xA;            xlabel=Predicted,&#xA;            xlabel style={yshift=-30pt},&#xA;            ylabel=Actual,&#xA;            ylabel style={yshift=20pt},&#xA;            xticklabels={Class 1, Class 2, Class 3}, % changed&#xA;            xtick={0,...,2}, % changed&#xA;            xtick style={draw=none},&#xA;            yticklabels={Class 1, Class 2, Class 3}, % changed&#xA;            ytick={0,...,2}, % changed&#xA;            ytick style={draw=none},&#xA;            enlargelimits=false,&#xA;            colorbar,&#xA;            xticklabel style={&#xA;              rotate=00&#xA;            },&#xA;            nodes near coords={\pgfmathprintnumber\pgfplotspointmeta},&#xA;            nodes near coords style={&#xA;                yshift=-7pt&#xA;            },&#xA;        ]&#xA;        \addplot[&#xA;            matrix plot,&#xA;            mesh/cols=3, % changed&#xA;            point meta=explicit, draw=gray&#xA;        ] table [meta=C] {&#xA;            x y C&#xA;            0 0 0.5&#xA;            1 0 0.\fetchdata{1}{1}&#xA;            2 0 0.02366&#xA;            &#xA;            0 1 0.05839&#xA;            1 1 0.90109&#xA;            2 1 0.01290&#xA;            &#xA;            0 2 0.06525&#xA;            1 2 0.08082&#xA;            2 2 0.96344&#xA;        };&#xA;        &#xA;        % Add text in a specific position&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:0,0) {(1531)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:1,0) {(30)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:2,0) {(33)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:0,1) {(102)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:1,1) {(1494)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:2,1) {(18)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:0,2) {(114)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:1,2) {(134)};&#xA;        \node[anchor=south, yshift={-20pt}] at (axis cs:2,2) {(1344)};&#xA;    \end{axis}&#xA;\end{tikzpicture}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I get&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Undefined control sequence.&#xA;\edtlgetrowforvalue ...def \@dtl@dogetrowforvalueLaTeX&#xA;Undefined control sequence.&#xA;\edtlgetrowforvalue ...#3}}\@dtl@dogetrowforvalueLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetentryfromrow ...3-&amp;gt;\edef \@dtl@do@getentryLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetentryfromrow ...\the #3}}\@dtl@do@getentryLaTeX&#xA;Undefined control sequence.&#xA;\DTLfetch ...olumnindex {#1}{#4}}\dtlcurrentvalueLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing control sequence inserted.&#xA;&amp;lt;inserted text&amp;gt;LaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowindex ...@ {#4}\edef \dtl@dogetrowindexLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowindex ...he \toks@ }}\dtl@dogetrowindexLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...lse \dtlrownum =\dtl@rowidxLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...idx \relax \edef \dtldbnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...csname \edef \@dtl@dogetrowLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ... {\the \toks@ }{\dtl@rowidxLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...dtl@rowidx }}\@dtl@dogetrowLaTeX&#xA;Extra }, or forgotten \endgroup.&#xA;\pgfmathresult ...romrow {\dtlcurrentvalue }{2}{}}LaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowindex ...he \toks@ }}\dtl@dogetrowindexLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...lse \dtlrownum =\dtl@rowidxLaTeX&#xA;Missing number, treated as zero.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...m =\dtl@rowidx \relax \edefLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...idx \relax \edef \dtldbnameLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...me dtldb@#1\endcsname \edefLaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...csname \edef \@dtl@dogetrowLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing { inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Undefined control sequence.&#xA;\dtlgetrowforvalue ...dtl@rowidx }}\@dtl@dogetrowLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Undefined control sequence.&#xA;\GenericError  ...LaTeX&#xA;Undefined control sequence.&#xA;\GenericError  ...LaTeX&#xA;Missing { inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing number, treated as zero.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\CheckEncodingSubset ...:\f@family \endcsname \fiLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \else.&#xA;\CheckEncodingSubset ...dafter \@firstoftwo \elseLaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \fiLaTeX&#xA;Argument of \tc@subst has an extra }.&#xA;&amp;lt;inserted text&amp;gt;LaTeX&#xA;Paragraph ended before \tc@subst was complete.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\GenericError ...rstchoice@ \else 6\fi \endcsnameLaTeX&#xA;Extra \fi.&#xA;\?-cmd ...ndcsname {\TextSymbolUnavailable #1}\fiLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\?-cmd ...endcsname \csname ?\string #1\endcsnameLaTeX&#xA;Extra \fi.&#xA;\?-cmd ...sname \csname ?\string #1\endcsname \fiLaTeX&#xA;Extra \else.&#xA;\?-cmd ...\string #1\expandafter \endcsname \elseLaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \endcsnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \endcsnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing number, treated as zero.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \else.&#xA;\CheckEncodingSubset ...name #2:?\endcsname \elseLaTeX&#xA;Extra \fi.&#xA;\CheckEncodingSubset ...e #2:\f@family \endcsnameLaTeX&#xA;Extra \fi.&#xA;\CheckEncodingSubset ...:\f@family \endcsname \fiLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \else.&#xA;\CheckEncodingSubset ...dafter \@firstoftwo \elseLaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \fiLaTeX&#xA;Argument of \tc@subst has an extra }.&#xA;&amp;lt;inserted text&amp;gt;LaTeX&#xA;Paragraph ended before \tc@subst was complete.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\GenericError ...rstchoice@ \else 6\fi \endcsnameLaTeX&#xA;Extra \fi.&#xA;\?-cmd ...ndcsname {\TextSymbolUnavailable #1}\fiLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\?-cmd ...endcsname \csname ?\string #1\endcsnameLaTeX&#xA;Extra \fi.&#xA;\?-cmd ...sname \csname ?\string #1\endcsname \fiLaTeX&#xA;Extra \else.&#xA;\?-cmd ...\string #1\expandafter \endcsname \elseLaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \endcsnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \endcsnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing number, treated as zero.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \else.&#xA;\CheckEncodingSubset ...name #2:?\endcsname \elseLaTeX&#xA;Extra \fi.&#xA;\CheckEncodingSubset ...e #2:\f@family \endcsnameLaTeX&#xA;Extra \fi.&#xA;\CheckEncodingSubset ...:\f@family \endcsname \fiLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \else.&#xA;\CheckEncodingSubset ...dafter \@firstoftwo \elseLaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \fiLaTeX&#xA;Argument of \tc@subst has an extra }.&#xA;&amp;lt;inserted text&amp;gt;LaTeX&#xA;Paragraph ended before \tc@subst was complete.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\GenericError ...rstchoice@ \else 6\fi \endcsnameLaTeX&#xA;Extra \fi.&#xA;\?-cmd ...ndcsname {\TextSymbolUnavailable #1}\fiLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;\?-cmd ...endcsname \csname ?\string #1\endcsnameLaTeX&#xA;Extra \fi.&#xA;\?-cmd ...sname \csname ?\string #1\endcsname \fiLaTeX&#xA;Extra \else.&#xA;\?-cmd ...\string #1\expandafter \endcsname \elseLaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \endcsnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA;Extra \fi.&#xA;&amp;lt;recently read&amp;gt; \endcsnameLaTeX&#xA;Missing \endcsname inserted.&#xA;&amp;lt;to be read again&amp;gt;LaTeX&#xA; ==&amp;gt; Fatal error occurred, no output PDF file produced!&#xA;Transcript written on main.log.&#xA;Latexmk: Getting log file &#x27;main.log&#x27;&#xA;Latexmk: Examining &#x27;main.fls&#x27;&#xA;Latexmk: Examining &#x27;main.log&#x27;&#xA;Latexmk: Summary of warnings from last run of *latex:LaTeX&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;That make not sense... Why &lt;code&gt;\DTLfetch&lt;/code&gt; don&#x27;t work as expected in `tikz picture?&lt;/p&gt;&#xA;
  79.        </summary>
  80.    </entry>
  81.    <entry>
  82.        <id>https://tex.stackexchange.com/q/716764</id>
  83.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  84.        <title type="text">How to get the ToC of a beamer presentation in a separated A4 pdf?</title>
  85.            <category scheme="https://tex.stackexchange.com/tags" term="beamer" />
  86.            <category scheme="https://tex.stackexchange.com/tags" term="table-of-contents" />
  87.            <category scheme="https://tex.stackexchange.com/tags" term="multiple-files" />
  88.        <author>
  89.            <name>Andrew Corby</name>
  90.            <uri>https://tex.stackexchange.com/users/319307</uri>
  91.        </author>
  92.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716764/how-to-get-the-toc-of-a-beamer-presentation-in-a-separated-a4-pdf" />
  93.        <published>2024-04-29T15:03:58Z</published>
  94.        <updated>2024-04-29T16:57:38Z</updated>
  95.        <summary type="html">
  96.            &lt;p&gt;I&#x27;m working on a long beamer presentation for a lecture.&lt;/p&gt;&#xA;&lt;p&gt;I would like to create a table of contents for the whole presentation, listing sections, chapters and also the title of each frame, in a separate pdf file in A4 format.&lt;/p&gt;&#xA;&lt;p&gt;It would also be useful to add to this separated pdf a print of all the slides with the notes, representing about 3 slides per page.&lt;/p&gt;&#xA;&lt;p&gt;Do you have any idea on how to do this?&lt;/p&gt;&#xA;&lt;p&gt;P.S. I&#x27;m using as theme &amp;quot;Sapienza Presentation&amp;quot; (&lt;a href=&quot;https://www.overleaf.com/latex/templates/sapienza-presentation/yyksmrskffhk&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.overleaf.com/latex/templates/sapienza-presentation/yyksmrskffhk&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;EDIT&lt;/strong&gt;: The following code could be used as test. The chapter environment declaration and all the images used by the theme template can be found on the overleaf template link.&#xA;As output I expect a table of contents similar to:&lt;/p&gt;&#xA;&lt;p&gt;Sapienza Beamer Presentation Theme&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;First Section&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Chapter A&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Slide 1&lt;/li&gt;&#xA;&lt;li&gt;Slide 2&lt;/li&gt;&#xA;&lt;li&gt;Slide 3&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Chapter B&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Slide 4&lt;/li&gt;&#xA;&lt;li&gt;Slide 5&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Second Section&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Chapter C&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Slide 6&lt;/li&gt;&#xA;&lt;li&gt;Slide 7&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;and after that a print of all slides with the respective notes.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{beamer}&#xA;\usepackage{amsfonts,amsmath,oldgerm}&#xA;\usetheme{sintef}&#xA;&#xA;\newcommand{\testcolor}[1]{\colorbox{#1}{\textcolor{#1}{test}}~\texttt{#1}}&#xA;&#xA;\usefonttheme[onlymath]{serif}&#xA;&#xA;\titlebackground*{assets/background}&#xA;&#xA;\newcommand{\hrefcol}[2]{\textcolor{cyan}{\href{#1}{#2}}}&#xA;&#xA;\title{Sapienza Beamer Presentation Theme}&#xA;\subtitle{Using \LaTeX\ to prepare slides}&#xA;\course{Master&#x27;s Degree in Computer Science}&#xA;\author{\href{mailto:andrea@gasparini.cloud}{Andrea Gasparini}}&#xA;\IDnumber{1234567}&#xA;\date{Academic Year 2021/2022}&#xA;&#xA;\setbeameroption{show notes on second screen}&#xA;\setbeamertemplate{note page}[default] % See Beamer User Guide pag.197&#xA;&#xA;\begin{document}&#xA;\maketitle&#xA;&#xA;\section{First Section}&#xA;    \begin{chapter}[assets/background_negative]{}{Chapter A}&#xA;    \end{chapter}&#xA;        \begin{frame}{Slide 1}&#xA;            \note[item]{Note to Slide 1}&#xA;        \end{frame}&#xA;        \begin{frame}{Slide 2}&#xA;            \note[item]{Note to Slide 2}&#xA;        \end{frame}&#xA;        \begin{frame}{Slide 3}  &#xA;            \note[item]{Note to Slide 3}&#xA;        \end{frame}&#xA;&#xA;    \begin{chapter}[assets/background_negative]{}{Chapter B}&#xA;    \end{chapter}&#xA;        \begin{frame}{Slide 4}&#xA;        \end{frame}&#xA;        \begin{frame}{Slide 5}  &#xA;        \end{frame}&#xA;&#xA;\section{Second Section}&#xA;    \begin{chapter}[assets/background_negative]{}{Chapter C}&#xA;    \end{chapter}&#xA;        \begin{frame}{Slide 6}   &#xA;        \end{frame}&#xA;        \begin{frame}{Slide 7}&#xA;        \end{frame}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  97.        </summary>
  98.    </entry>
  99.    <entry>
  100.        <id>https://tex.stackexchange.com/q/716762</id>
  101.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  102.        <title type="text">Multi-line subcaption formatting</title>
  103.            <category scheme="https://tex.stackexchange.com/tags" term="subcaption" />
  104.        <author>
  105.            <name>Nicolas</name>
  106.            <uri>https://tex.stackexchange.com/users/231550</uri>
  107.        </author>
  108.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716762/multi-line-subcaption-formatting" />
  109.        <published>2024-04-29T14:19:34Z</published>
  110.        <updated>2024-04-29T14:19:34Z</updated>
  111.        <summary type="html">
  112.            &lt;p&gt;I need to put 3 images side by side corresponding to 3 graphics with different parameters: I use the &lt;code&gt;subcaption&lt;/code&gt; package&#xA;For clarity of the graph, I would like to put the parameters in the legends of the subfigures: as I have 3 parameters, I considered a line break with &lt;code&gt;\\&lt;/code&gt; but the result is not very satisfactory.&#xA;Do you have an idea to make it a little more satisfactory?&lt;/p&gt;&#xA;&lt;p&gt;Thanks&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/DdsV5J14.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/DdsV5J14.png&quot; alt=&quot;subcaption&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{graphicx} % Required for inserting images&#xA; \usepackage{caption}&#xA; \usepackage{subcaption}&#xA; \usepackage{siunitx}&#xA;&#xA;\title{subcaption}&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{figure}[htbp]&#xA;    \centering&#xA;    \begin{subfigure}[b]{0.3\textwidth} % &amp;quot;0.45&amp;quot; donne ici la largeur de l&#x27;image&#xA;        \centering \includegraphics[scale=0.5]{example-image-duck} &#xA;        \caption{$C_a=\qty{1e-1}{\mol \per \l} \\ V_a=\qty{10}{\ml}\\C_b=\qty{8e-2}{\mol\per\l}$}\label{fig:tit_conducti_AFBF_0.1}&#xA;    \end{subfigure}&#xA;    ~ % ce symbole ajoute un espacement horisontal entre les premi&#xE8;res deux images&#xA;    \begin{subfigure}[b]{0.3\textwidth}&#xA;        \centering \includegraphics[scale=0.5]{example-image-duck} &#xA;        \caption{$C_a=\qty{1e-2}{\mol \per \l} \\ V_a=\qty{10}{\ml}\\C_b=\qty{8e-3}{\mol\per\l}$}\label{fig:tit_conducti_AFBF_0.01}&#xA;    \end{subfigure}&#xA;    \begin{subfigure}[b]{0.3\textwidth}&#xA;        \centering \includegraphics[scale=0.5]{example-image-duck} &#xA;        \caption{$C_a=\qty{1e-4}{\mol \per \l} \\ V_a=\qty{10}{\ml}\\C_b=\qty{8e-5}{\mol\per\l}$}\label{fig:tit_conducti_AFBF_0.0001}&#xA;    \end{subfigure}&#xA;    ~&#xA;    \caption{Dosage conductim&#xE9;trique d&#x27;un acide fort par une base forte}\label{fig:titrage_conducti_AFBF}&#xA;\end{figure}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  113.        </summary>
  114.    </entry>
  115.    <entry>
  116.        <id>https://tex.stackexchange.com/q/716760</id>
  117.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  118.        <title type="text">Typesetting &#xB5; fails with siunitx and ETbb font</title>
  119.            <category scheme="https://tex.stackexchange.com/tags" term="siunitx" />
  120.            <category scheme="https://tex.stackexchange.com/tags" term="etbb" />
  121.        <author>
  122.            <name>fborchers</name>
  123.            <uri>https://tex.stackexchange.com/users/154857</uri>
  124.        </author>
  125.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716760/typesetting-%c2%b5-fails-with-siunitx-and-etbb-font" />
  126.        <published>2024-04-29T14:03:11Z</published>
  127.        <updated>2024-04-29T15:31:55Z</updated>
  128.        <summary type="html">
  129.            &lt;p&gt;I encountered the problem that using the ETbb font does not look nice when used with the siunitx package. The Greek unit prefix &#xB5; gets messed up, here is a MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[border=2pt,varwidth]{standalone}&#xA;\usepackage{ETbb}% problem  &amp;lt;--&#xA;\usepackage{siunitx}&#xA;\begin{document}&#xA;    Some text \qty{1.6}{\milli\volt}\\&#xA;    More text \qty{1.6}{\micro\volt}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/DGIWbI4E.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/DGIWbI4E.png&quot; alt=&quot;Presentation of the problem of the odd-printed &#xB5; while using the ETbb font&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;It is clear, the &#xB5; does not work here: the x height is bigger, the stroke width is bigger, it&#x2019;s just ugly. I have asked &lt;a href=&quot;https://tex.stackexchange.com/questions/629019/siunitx-in-apparent-conflict-with-cmbright&quot;&gt;a similar question about a sans-serif font&lt;/a&gt; before. I did try to solve this problem here using the solution provided to that question, but failed doing so. How do I tell the engine to use the appropriate &#xB5; with siunitx?&lt;/p&gt;&#xA;
  130.        </summary>
  131.    </entry>
  132.    <entry>
  133.        <id>https://tex.stackexchange.com/q/716759</id>
  134.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  135.        <title type="text">Text after a table does not appear to be aligned anymore</title>
  136.            <category scheme="https://tex.stackexchange.com/tags" term="tables" />
  137.            <category scheme="https://tex.stackexchange.com/tags" term="alignment" />
  138.        <author>
  139.            <name>Iron</name>
  140.            <uri>https://tex.stackexchange.com/users/319303</uri>
  141.        </author>
  142.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716759/text-after-a-table-does-not-appear-to-be-aligned-anymore" />
  143.        <published>2024-04-29T13:59:29Z</published>
  144.        <updated>2024-04-29T14:08:40Z</updated>
  145.        <summary type="html">
  146.            &lt;p&gt;I have text before and after a table but the text after the table is not as left aligned as before. How can I fix this?&#xA;&lt;a href=&quot;https://i.sstatic.net/3K0UubBl.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/3K0UubBl.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[a4paper,10pt]{article}&#xA;\usepackage{geometry, mhchem, textgreek, tabularx, longtable}&#xA;\geometry{a4paper, left=2cm, right=2cm, top=1.5cm, bottom=3cm }&#xA;\title{Staining of differentiated macrophages\vspace*{-1.5cm}}&#xA;\date{}&#xA;\begin{document}&#xA;\maketitle&#xA;\setcounter{table}{0}&#xA;\section{Reagents} &#xA;\section{Methods}&#xA;    test text&#xA;    \begin{table}[h]&#xA;        \centering&#xA;        \caption{Staining panel for Milteny MacsQuant 10 (8 colors)}&#xA;        \label{tab:stain_macs}&#xA;        \begin{tabularx}{\textwidth}{|X|X|X|X|X|X|X|X|}&#xA;            \hline&#xA;            &amp;amp;CD14&amp;amp;CD11b&amp;amp;CD206&amp;amp;CD86&amp;amp;CD80&amp;amp;CD163&amp;amp;L/D \\&#xA;            \hline&#xA;            Fluorophore&amp;amp;PacificBue&amp;amp;BV510&amp;amp;FITC&amp;amp;PE&amp;amp;PE/Cy7&amp;amp;AF647&amp;amp;NearIR \\&#xA;            \hline&#xA;            Laser&amp;amp;Violet&amp;amp;Violet&amp;amp;Blue&amp;amp;Blue&amp;amp;Blue&amp;amp;Red&amp;amp;Red \\&#xA;            \hline&#xA;            Filter&amp;amp;V1&amp;amp;V1&amp;amp;B1&amp;amp;B2&amp;amp;B4&amp;amp;R1&amp;amp;R2 \\&#xA;            \hline&#xA;            Highest in&amp;amp;Mono&amp;amp;Mono/M0&amp;amp;M2&amp;amp;M1&amp;amp;M1&amp;amp;M2&amp;amp;\\&#xA;            \hline&#xA;            Dilution&amp;amp;1:80&amp;amp;\textit{1:50}&amp;amp;1:50&amp;amp;\textit{1:50}&amp;amp;1:50&amp;amp;\textit{1:50}&amp;amp;\textit{1:50}\\&#xA;            \hline  &#xA;        \end{tabularx}&#xA;    \end{table}&#xA;    &#xA;    test text&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;If I use a line break &lt;code&gt;\\&lt;/code&gt; after the table it corrects this issue, but only as long there is text in front of the table, if i remove the first &amp;quot;test text&amp;quot;, i get the error &amp;quot;there is no line here to end. t&amp;quot;&lt;/p&gt;&#xA;
  147.        </summary>
  148.    </entry>
  149.    <entry>
  150.        <id>https://tex.stackexchange.com/q/716758</id>
  151.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  152.        <title type="text">Figure Alt text dialogue box will appear when mouse over the figures</title>
  153.            <category scheme="https://tex.stackexchange.com/tags" term="floats" />
  154.            <category scheme="https://tex.stackexchange.com/tags" term="document-classes" />
  155.            <category scheme="https://tex.stackexchange.com/tags" term="accessibility" />
  156.            <category scheme="https://tex.stackexchange.com/tags" term="tag" />
  157.            <category scheme="https://tex.stackexchange.com/tags" term="tagged-pdf" />
  158.        <author>
  159.            <name>murugan anbu</name>
  160.            <uri>https://tex.stackexchange.com/users/253560</uri>
  161.        </author>
  162.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716758/figure-alt-text-dialogue-box-will-appear-when-mouse-over-the-figures" />
  163.        <published>2024-04-29T13:55:58Z</published>
  164.        <updated>2024-04-29T16:26:07Z</updated>
  165.        <summary type="html">
  166.            &lt;p&gt;I want to add alternative text (Alt-text) to have a dialogue box appear when hovering over the figures. Additionally, I need to ensure PDF accessibility tagging is implemented in this PDF. My MWE is below&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\DocumentMetadata{}&#xA;&#xA;\documentclass{book}&#xA;&#xA;\twocolumn&#xA;&#xA;&#xA;\usepackage{amssymb,amsfonts}%&#xA;\usepackage{graphicx}%&#xA;\usepackage{tagpdf}&#xA;\usepackage{hyperxmp}&#xA;\usepackage{hyperref}%&#xA;\usepackage{booktabs}&#xA;&#xA;\begin{document}&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.\begin{figure*}[!t]&#xA;\tagstructbegin{tag=Figure}\tagstructbegin{tag=Figure,alttext={Alt text content figure one}}\includegraphics[scale=0.5]{example-image}\tagmcend\tagstructend&#xA;\caption{Figure one with caption.}&#xA;\end{figure*}&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;\begin{figure*}[!t]&#xA;\tagstructbegin{tag=Figure}\tagstructbegin{tag=Figure,alttext={Alt text content figure two}}\includegraphics[scale=0.5]{example-image}\tagmcend\tagstructend&#xA;\caption{Figure with caption two.}&#xA;\end{figure*}&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;\begin{figure*}[!t]&#xA;\tagstructbegin{tag=Figure}\tagstructbegin{tag=Figure,alttext={Alt text content figure three}}\includegraphics[scale=0.5]{example-image}\tagmcend\tagstructend&#xA;\caption{Figure with caption three.}&#xA;\end{figure*}&#xA;\begin{table*}[!t]&#xA;\begin{tabular*}{\linewidth}{@{}lll@{}}&#xA;First10 &amp;amp; First20 &amp;amp; First30\\&#xA;First11 &amp;amp; First21 &amp;amp; First31\\&#xA;First12 &amp;amp; First22 &amp;amp; First32\\&#xA;First13 &amp;amp; First23 &amp;amp; First33\\&#xA;First14 &amp;amp; First24 &amp;amp; First34\\&#xA;First15 &amp;amp; First25 &amp;amp; First35\\&#xA;\end{tabular*}&#xA;\end{table*}&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;The presence of non-Arctic and non-European countries in the Arctic has been growing over the past two decades. Given the geographic distance of these countries from the polar region, their presence in the High North may seem surprising. In this article, we study the presence in Svalbard of scientists from different origins and how they interact through an analysis of the field missions in which they are involved. Combining network analysis and interviews, we highlight the role of the stations located in the archipelago for access to the field and the cooperation strategies of scientists, including those from countries that do not have stations above the Arctic Circle. We tackle issues of integration in this area by empirically discussing three logics: (1) scientific autonomy, (2) core-periphery structure, and (3) regional patterns of cooperation, thus going beyond an approach strictly limited to the analysis of science diplomacy policies.&#xA;&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Expected output like below:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/M6iPkMbp.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/M6iPkMbp.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  167.        </summary>
  168.    </entry>
  169.    <entry>
  170.        <id>https://tex.stackexchange.com/q/716755</id>
  171.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  172.        <title type="text">How can I format these &quot;cases&quot; better?</title>
  173.            <category scheme="https://tex.stackexchange.com/tags" term="fractions" />
  174.        <author>
  175.            <name>Bastian Sommerfeld</name>
  176.            <uri>https://tex.stackexchange.com/users/309252</uri>
  177.        </author>
  178.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716755/how-can-i-format-these-cases-better" />
  179.        <published>2024-04-29T12:58:43Z</published>
  180.        <updated>2024-04-29T13:39:48Z</updated>
  181.        <summary type="html">
  182.            &lt;p&gt;how can I edit the following fraction, so the x is bigger?&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$\tfrac{x_{\left(\tfrac{n}{2}\right)} &#x2B; x_{\left(\tfrac{n}{2} &#x2B; 1\right)}}{2}   &amp;amp;\text{ , falls n gerade}$&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  183.        </summary>
  184.    </entry>
  185.    <entry>
  186.        <id>https://tex.stackexchange.com/q/716753</id>
  187.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  188.        <title type="text">longtable too much blank space</title>
  189.            <category scheme="https://tex.stackexchange.com/tags" term="tables" />
  190.            <category scheme="https://tex.stackexchange.com/tags" term="longtable" />
  191.            <category scheme="https://tex.stackexchange.com/tags" term="tabularx" />
  192.        <author>
  193.            <name>d3ridi</name>
  194.            <uri>https://tex.stackexchange.com/users/319298</uri>
  195.        </author>
  196.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716753/longtable-too-much-blank-space" />
  197.        <published>2024-04-29T11:55:29Z</published>
  198.        <updated>2024-04-29T11:55:29Z</updated>
  199.        <summary type="html">
  200.            &lt;p&gt;i&#x27;m using longtable  but i got too much space ,&lt;/p&gt;&#xA;&lt;p&gt;I don&#x27;t want that , &lt;strong&gt;I don&#x27;t want any space between rows&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/3K37QM5l.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/3K37QM5l.jpg&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&#xA;\begin{longtable}{|p{6cm}|p{8cm}|}&#xA;\hline&#xA;\textbf{Cas d&#x2019;utilisation }  &amp;amp; S&#x2019;inscrire   \\&#xA;\hline&#xA;\textbf{Acteur} &amp;amp;Utilisateur  \\&#xA;\hline&#xA; \textbf{Pr&#xE9;-condition} &amp;amp;Syst&#xE8;me en marche &#xA;&#xA;Adresse e-mail et mot de passe sont valid&#xE9;s\\&#xA;\hline&#xA;\textbf{Post-Condition} &amp;amp; Compte cr&#xE9;&#xE9; \\&#xA;\hline&#xA;\textbf{Description du Sc&#xE9;nario Principal} &amp;amp; \begin{itemize}  \item Le syst&#xE8;me affiche l&#x2019;interface de l&#x2019;inscription.&#xA;\item Les acteurs saisirent ses coordonn&#xE9;es personnelles.&#xA;\item Les acteurs cliquent sur le bouton &#xAB; S&#x2019;inscrire &#xBB;.&#xA;\item Le syst&#xE8;me v&#xE9;rifie les donn&#xE9;es.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\item Le syst&#xE8;me affiche un message de la r&#xE9;ussite de&#xA;l&#x2019;inscription.&#xA;\end{itemize}&#xA;  \\&#xA;\hline&#xA;\textbf{Sc&#xE9;nario d&#x27;Exception} &amp;amp; \begin{itemize}  \item Informations invalides.&#xA;\item Compte existant.&#xA;\item  hello hello&#xA;\item  hi hi hi hi&#xA;\item  zy&#xA;\end{itemize}&#xA;  \\&#xA;\hline&#xA;\end{longtable}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  201.        </summary>
  202.    </entry>
  203.    <entry>
  204.        <id>https://tex.stackexchange.com/q/716752</id>
  205.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  206.        <title type="text">Copyright page between title page and dedication in scrbook</title>
  207.            <category scheme="https://tex.stackexchange.com/tags" term="scrbook" />
  208.        <author>
  209.            <name>Ujjwal Rajput</name>
  210.            <uri>https://tex.stackexchange.com/users/319297</uri>
  211.        </author>
  212.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716752/copyright-page-between-title-page-and-dedication-in-scrbook" />
  213.        <published>2024-04-29T11:33:58Z</published>
  214.        <updated>2024-04-29T11:33:58Z</updated>
  215.        <summary type="html">
  216.            &lt;p&gt;How do I add a copyright page after the title page but before the dedication page?&lt;/p&gt;&#xA;
  217.        </summary>
  218.    </entry>
  219.    <entry>
  220.        <id>https://tex.stackexchange.com/q/716749</id>
  221.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  222.        <title type="text">Vertical and horizontal alignement in minipage environment</title>
  223.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  224.            <category scheme="https://tex.stackexchange.com/tags" term="floats" />
  225.            <category scheme="https://tex.stackexchange.com/tags" term="minipage" />
  226.            <category scheme="https://tex.stackexchange.com/tags" term="figure-placement" />
  227.        <author>
  228.            <name>Waxler</name>
  229.            <uri>https://tex.stackexchange.com/users/268808</uri>
  230.        </author>
  231.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716749/vertical-and-horizontal-alignement-in-minipage-environment" />
  232.        <published>2024-04-29T11:07:38Z</published>
  233.        <updated>2024-04-29T14:58:28Z</updated>
  234.        <summary type="html">
  235.            &lt;p&gt;How would it be possible to have the same space between the figure and both margins of the page in this example :&#xA;&lt;a href=&quot;https://i.sstatic.net/IAGrG4Wk.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/IAGrG4Wk.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Also, I would like to adjust the bottom side of the left figure with the axis &lt;code&gt;x&lt;/code&gt; of the right tikzpicture : how to do so ?&lt;/p&gt;&#xA;&lt;p&gt;Thank you for your help,&lt;/p&gt;&#xA;&lt;p&gt;Best regards,&lt;/p&gt;&#xA;&lt;p&gt;Code :&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{graphicx}&#xA;\usepackage{caption}&#xA;\usepackage{pgfplots}&#xA;\usepackage{pgf, tikz, adjustbox}&#xA;\usepgfplotslibrary{fillbetween}&#xA;\usetikzlibrary{angles,calc}&#xA;\usetikzlibrary{spy}&#xA;\usetikzlibrary{patterns, matrix, positioning}&#xA;\usetikzlibrary{decorations.markings, decorations.pathreplacing, arrows.meta,&#xA;                patterns.meta,&#xA;                quotes}&#xA;\usetikzlibrary{shapes.geometric}&#xA; %%HYPERBOLE   &#xA;    \newcommand\tikzhyperbola[6][thick]{%&#xA;    \draw [#1, rotate around={#2: (0, 0)}, shift=#3]&#xA;        plot [variable = \t, samples=1000, domain=-#6:#6] ({#4 / cos( \t )}, {#5 * tan( \t )});&#xA;        }&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{figure}[h]&#xA;  \centering&#xA;  \begin{minipage}[t]{0.45\textwidth} % D&#xE9;finition de la taille de la premi&#xE8;re colonne&#xA;    \centering&#xA;    \includegraphics[width=\linewidth]{example-image}&#xA;    \caption*{Image 1}&#xA;    \vspace{1em} % Ajoutez de l&#x27;espace vertical si n&#xE9;cessaire&#xA;  \end{minipage} % Fin de la premi&#xE8;re colonne&#xA;  \hfill % Espace horizontal entre les deux colonnes&#xA;  \begin{minipage}[t]{0.5\textwidth} % D&#xE9;finition de la taille de la deuxi&#xE8;me colonne&#xA;    \centering&#xA;    \begin{tikzpicture}[scale=0.45,&#xA;    the_angle/.style args = {#1/#2}{draw,latex-latex,&#xA;                                   angle radius=#1,&#xA;                                   angle eccentricity=#2,&#xA;                                   }, % angle label position&#xA;                                   ]&#xA;    &#xA;    \tikzset{&#xA;        elli/.style args={#1:#2and#3}{&#xA;            draw,&#xA;            shape=ellipse,&#xA;            rotate=#1,&#xA;            minimum width=2*#2,&#xA;            minimum height=2*#3,&#xA;            outer sep=0pt,&#xA;        }&#xA;    }&#xA;    \def\angle{90}&#xA;    \def\bigaxis{1.5cm}&#xA;    \def\smallaxis{1.5cm}&#xA;    \def\bigaxisbis{2.9cm}&#xA;    \def\smallaxisbis{3.6cm}&#xA;    &#xA;    \pgfmathsetmacro\axisratio{\smallaxis / \bigaxis}&#xA;    &#xA;    \coordinate (center) at (0, 0);&#xA;    &#xA;    \node [scale=0.55, elli=\angle:\bigaxis and \smallaxis, line width = 1.2pt, color=black, dotted] at (center) (e) {};&#xA;    &#xA;    \draw [-{stealth}, line width = 0.8pt, color = black] ([shift={(\angle:0)}] e.center) -- ([shift={(\angle:8)}] e.center) node [above right] {$z$};&#xA;    \draw [-{stealth}, line width = 1pt, color = black] ([shift={(0:-8)}] e.center) -- ([shift={(0:8)}] e.center) node [above left]  {$x$}  ;&#xA;    &#xA;    \draw[blue!80!black, very thick, Stealth-Stealth] (\bigaxis,0) --node[fill=white,scale = .65,right,xshift = 0.1 cm]{$h_{0}(t)$} (\bigaxis,\smallaxis);&#xA;    \draw[blue!80!black, dashed, thin] (0,\smallaxis) -- (\bigaxis,\smallaxis);&#xA;    \draw[red!80!black, very thick, Stealth-Stealth] (\bigaxisbis,0) --node[fill=white,scale = .65,right,xshift = 0.1 cm]{$h_{0}(t&#x2B;\delta t)$} (\bigaxisbis,2.95cm);&#xA;    \draw[red!80!black, dashed, thin] (0,2.875cm) -- (3cm,2.95cm);&#xA;     % Dessin des 2 hyperboles&#xA;    \tikzhyperbola[line width = 1.2pt, color=blue!80!black]{\angle}{(center)}{\bigaxis}{\smallaxis}{77}&#xA;    \tikzhyperbola[line width = 1.2pt, color=red!80!black]{\angle}{(center)}{\bigaxisbis}{\smallaxisbis}{62}&#xA;    % asymptotes&#xA;    \def\lengthofasymptote{15}&#xA;            \coordinate (O) at (0,0); % intersection with coordinate axis&#xA;            \coordinate (C) at (-2,0);        &#xA;    % Dessin de l&#x27;arc de cercle entre CO et l&#x27;asymptote&#xA;    \draw[stealth-stealth, color=black, line width = 0.4pt]&#xA;        let \p1=($(O)-(C)$),\n1={veclen(\x1,\y1)} in&#xA;        (O) &#x2B;&#x2B;(135: \n1) arc (135:180: \n1) node[pos=0.5, above left] {$\alpha$};&#xA;    % asymptotes&#xA;    \draw [color=black!40, line width = 0.4pt, rotate around={45: (center)}]&#xA;        ($ (0, 0) &#x2B; (center) $) --&#x2B;&#x2B;(0.75*\lengthofasymptote, 0) ;&#xA;    \draw [color=black!40, line width = 0.4pt, rotate around={ 135: (center)}]&#xA;        ($ (0, 0) &#x2B; (center) $) -- &#x2B;&#x2B;(0.75*\lengthofasymptote, 0) ;&#xA;    \end{tikzpicture}&#xA;    \caption*{Image 2}&#xA;    \vspace{1em} % Ajoutez de l&#x27;espace vertical si n&#xE9;cessaire&#xA;  \end{minipage} % Fin de la deuxi&#xE8;me colonne&#xA;  \caption{L&#xE9;gende g&#xE9;n&#xE9;rale pour les deux figures}&#xA;  \label{fig:exemple_figures_alignees}&#xA;\end{figure}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;EDIT : I tried implementing &lt;code&gt;baseline&lt;/code&gt; to align the figures vertically but I committed a mistake because it&#x27;s not working properly.&lt;/p&gt;&#xA;&lt;p&gt;Code :&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\begin{figure}[h]&#xA;  \centering&#xA;  \begin{minipage}[t]{0.4\textwidth} % D&#xE9;finition de la taille de la premi&#xE8;re colonne&#xA;    \centering&#xA;    \includegraphics[width=\linewidth]{example-image}&#xA;    \caption*{Image 1}&#xA;    \vspace{1em} % Ajoutez de l&#x27;espace vertical si n&#xE9;cessaire&#xA;  \end{minipage} % Fin de la premi&#xE8;re colonne&#xA;  \hfill % Espace horizontal entre les deux colonnes&#xA;  \begin{minipage}[t][\dimexpr\height&#x2B;\depth\relax]{0.5\textwidth} % D&#xE9;finition de la taille de la deuxi&#xE8;me colonne avec la m&#xEA;me hauteur que l&#x27;image&#xA;    \centering&#xA;    \begin{tikzpicture}[baseline=(current bounding box.south),scale=0.45,&#xA;    the_angle/.style args = {#1/#2}{draw,latex-latex,&#xA;                                   angle radius=#1,&#xA;                                   angle eccentricity=#2,&#xA;                                   }, % angle label position&#xA;                                   ]  % BASELINE HERE&#xA;    \tikzset{&#xA;        elli/.style args={#1:#2and#3}{&#xA;            draw,&#xA;            shape=ellipse,&#xA;            rotate=#1,&#xA;            minimum width=2*#2,&#xA;            minimum height=2*#3,&#xA;            outer sep=0pt,&#xA;        }&#xA;    }&#xA;    \def\angle{90}&#xA;    \def\bigaxis{1.5cm}&#xA;    \def\smallaxis{1.5cm}&#xA;    \def\bigaxisbis{2.9cm}&#xA;    \def\smallaxisbis{3.6cm}&#xA;    &#xA;    \pgfmathsetmacro\axisratio{\smallaxis / \bigaxis}&#xA;    &#xA;    \coordinate (center) at (0, 0);&#xA;    &#xA;    \node [scale=0.55, elli=\angle:\bigaxis and \smallaxis, line width = 1.2pt, color=black, dotted] at (center) (e) {};&#xA;    &#xA;    \draw [-{stealth}, line width = 0.8pt, color = black] ([shift={(\angle:0)}] e.center) -- ([shift={(\angle:8)}] e.center) node [above right] {$z$};&#xA;    \draw [-{stealth}, line width = 1pt, color = black] ([shift={(0:-8)}] e.center) -- ([shift={(0:8)}] e.center) node [above left]  {$x$}  ;&#xA;    &#xA;    \draw[blue!80!black, very thick, Stealth-Stealth] (\bigaxis,0) --node[fill=white,scale = .65,right,xshift = 0.1 cm]{$h_{0}(t)$} (\bigaxis,\smallaxis);&#xA;    \draw[blue!80!black, dashed, thin] (0,\smallaxis) -- (\bigaxis,\smallaxis);&#xA;    \draw[red!80!black, very thick, Stealth-Stealth] (\bigaxisbis,0) --node[fill=white,scale = .65,right,xshift = 0.1 cm]{$h_{0}(t&#x2B;\delta t)$} (\bigaxisbis,2.95cm);&#xA;    \draw[red!80!black, dashed, thin] (0,2.875cm) -- (3cm,2.95cm);&#xA;     % Dessin des 2 hyperboles&#xA;    \tikzhyperbola[line width = 1.2pt, color=blue!80!black]{\angle}{(center)}{\bigaxis}{\smallaxis}{77}&#xA;    \tikzhyperbola[line width = 1.2pt, color=red!80!black]{\angle}{(center)}{\bigaxisbis}{\smallaxisbis}{62}&#xA;    % asymptotes&#xA;    \def\lengthofasymptote{15}&#xA;            \coordinate (O) at (0,0); % intersection with coordinate axis&#xA;            \coordinate (C) at (-2,0);        &#xA;    % Dessin de l&#x27;arc de cercle entre CO et l&#x27;asymptote&#xA;    \draw[stealth-stealth, color=black, line width = 0.4pt]&#xA;        let \p1=($(O)-(C)$),\n1={veclen(\x1,\y1)} in&#xA;        (O) &#x2B;&#x2B;(135: \n1) arc (135:180: \n1) node[pos=0.5, above left] {$\alpha$};&#xA;    % asymptotes&#xA;    \draw [color=black!40, line width = 0.4pt, rotate around={45: (center)}]&#xA;        ($ (0, 0) &#x2B; (center) $) --&#x2B;&#x2B;(0.75*\lengthofasymptote, 0) ;&#xA;    \draw [color=black!40, line width = 0.4pt, rotate around={ 135: (center)}]&#xA;        ($ (0, 0) &#x2B; (center) $) -- &#x2B;&#x2B;(0.75*\lengthofasymptote, 0) ;&#xA;    \end{tikzpicture}&#xA;    \caption*{Image 2}&#xA;    \vspace{1em} % Ajoutez de l&#x27;espace vertical si n&#xE9;cessaire&#xA;  \end{minipage} % Fin de la deuxi&#xE8;me colonne&#xA;  \caption{L&#xE9;gende g&#xE9;n&#xE9;rale pour les deux figures}&#xA;  \label{fig:exemple_figures_alignees}&#xA;\end{figure}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Giving :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/F3OUxoVo.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/F3OUxoVo.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  236.        </summary>
  237.    </entry>
  238.    <entry>
  239.        <id>https://tex.stackexchange.com/q/716744</id>
  240.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  241.        <title type="text">Float should appear on next page and this page should be a floatpage</title>
  242.            <category scheme="https://tex.stackexchange.com/tags" term="floats" />
  243.        <author>
  244.            <name>Keks Dose</name>
  245.            <uri>https://tex.stackexchange.com/users/4736</uri>
  246.        </author>
  247.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716744/float-should-appear-on-next-page-and-this-page-should-be-a-floatpage" />
  248.        <published>2024-04-29T09:59:22Z</published>
  249.        <updated>2024-04-29T12:01:01Z</updated>
  250.        <summary type="html">
  251.            &lt;p&gt;I&#x27;m commenting a paper inside the margin, but for one comment the margin is too small. Different from Fermat&#x27;s Last Theorem I&#x27;d like to insert a float page with my long comment.&lt;/p&gt;&#xA;&lt;p&gt;I can&#x27;t alter the layout and the page breaks breaks of that paper. So I can&#x27;t simply use [t] for positioning, I need a float page with nothing on it except my text.&lt;/p&gt;&#xA;&lt;p&gt;MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{scrartcl}&#xA;&#xA;\usepackage{blindtext}&#xA;&#xA;\begin{document}&#xA;\blindtext&#xA;&#xA;\begin{itemize}&#xA;  \item \blindtext&#xA;  \begin{figure}[p]&#xA;    \blindtext&#xA;    \caption{Text should be on next page}&#xA;    \label{fig:nextpagefigure}&#xA;  \end{figure}&#xA;  &#xA;  \item \blindtext&#xA;\end{itemize}&#xA;&#xA;\blindtext[5]&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;How can I make the figure with my comment appear on the very next page and this next page be a float page, without any other text than the figure?&lt;/p&gt;&#xA;&lt;p&gt;I know I can use the package placeins and the command &lt;code&gt;\FloatBarrier&lt;/code&gt;. But if the text changes, I need to correct the place of the this command and &lt;code&gt;\FloatBarrier&lt;/code&gt; causes a pagebreak frequently.&lt;/p&gt;&#xA;&lt;p&gt;Probably my description isn&#x27;t really clear, but I&#x27;ll watch the comments...&lt;/p&gt;&#xA;
  252.        </summary>
  253.    </entry>
  254.    <entry>
  255.        <id>https://tex.stackexchange.com/q/716694</id>
  256.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  257.        <title type="text">Vertical alignment of a figure with a tikzpicture</title>
  258.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  259.            <category scheme="https://tex.stackexchange.com/tags" term="floats" />
  260.            <category scheme="https://tex.stackexchange.com/tags" term="figure-placement" />
  261.        <author>
  262.            <name>Waxler</name>
  263.            <uri>https://tex.stackexchange.com/users/268808</uri>
  264.        </author>
  265.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716694/vertical-alignment-of-a-figure-with-a-tikzpicture" />
  266.        <published>2024-04-28T15:08:03Z</published>
  267.        <updated>2024-04-29T15:13:25Z</updated>
  268.        <summary type="html">
  269.            &lt;p&gt;I know this is a simple question but I couldn&#x27;t figure it out using the forum so here it is :&lt;/p&gt;&#xA;&lt;p&gt;I am trying to align vertically both an eps figure and a tikzpicture situated on the same page : for some reason even while using &lt;code&gt;centering&lt;/code&gt; it still appears shifted a little bit. I&#x27;ve also tried the suggestion of this post &lt;a href=&quot;https://tex.stackexchange.com/questions/591823/how-to-vertically-align-two-figures&quot;&gt;How to vertically align two figures&lt;/a&gt; but it was unsuccessful.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/fzjVOJv6.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/fzjVOJv6.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I add this non executable code for illustration only since I don&#x27;t think it&#x27;s relevant to put a complete MWE because I used a long tikz script to generate the figure so I show only this part :&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\begin{document}&#xA;&#xA;%%%%FIGURE VARIATION DE A%%%%%&#xA;\begin{figure}[h]&#xA;\centering&#xA;\includegraphics[width = .6\textwidth]{images/Chapitre4/variationa.eps}&#xA;\caption{Trac&#xE9; des profils de hauteur $h(x,t)$ &#xE0; diff&#xE9;rents instants pendant la coalescence. Nous notons que la pente $\alpha$ du front des gouttes varie au cours du temps : une pente constante n&#x27;est valable qu&#x27;&#xE0; des temps tr&#xE8;s courts au moment de la coalescence.}&#xA;\label{variationa}&#xA;\end{figure}&#xA;&#xA;%% TEXT%%&#xA;\lipsum[1]&#xA;&#xA;%%%FIGURE HYPERBOLOIDE%%%%%&#xA;\begin{figure}[h]&#xA;\centering&#xA;\begin{tikzpicture}[scale=1.2,el/.style args={#1,#2}{draw,ellipse,minimum width=#1, minimum height=#2},outer sep=0pt,&amp;gt;=latex&#x27;]&#xA;...&#xA;\end{tikzpicture}&#xA;\caption{Illustration d&#x27;une forme hyperbolo&#xEF;de de section transverse correspondant &#xE0; une ellipse dont le demi-axe vertical est la hauteur mesur&#xE9;e au point de coalescence $h_0(t)$.}&#xA;\label{hyperboloide}&#xA;\end{figure}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Of course, you can correct me in the comment if it is necessary to put all the details of the code. Also, feel free to direct me to other similar posts that you may know that can help with this issue in case it has already been treated.&lt;/p&gt;&#xA;&lt;p&gt;In advance, thank you for your help and your time,&lt;/p&gt;&#xA;&lt;p&gt;Sincerely.&lt;/p&gt;&#xA;&lt;p&gt;As suggested : the preview with &lt;code&gt;fbox&lt;/code&gt; gives :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/3fzjW0lD.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/3fzjW0lD.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  270.        </summary>
  271.    </entry>
  272.    <entry>
  273.        <id>https://tex.stackexchange.com/q/716650</id>
  274.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  275.        <title type="text">footmisc, left-aligned marks flushed to left margin, first line indented with subsequent lines flushed left</title>
  276.            <category scheme="https://tex.stackexchange.com/tags" term="footnotes" />
  277.            <category scheme="https://tex.stackexchange.com/tags" term="footmisc" />
  278.        <author>
  279.            <name>tsj</name>
  280.            <uri>https://tex.stackexchange.com/users/47128</uri>
  281.        </author>
  282.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716650/footmisc-left-aligned-marks-flushed-to-left-margin-first-line-indented-with-su" />
  283.        <published>2024-04-28T02:14:09Z</published>
  284.        <updated>2024-04-29T14:39:10Z</updated>
  285.        <summary type="html">
  286.            &lt;p&gt;How can I achieve a footnote layout like the below with footmisc? I&#x27;d like left-aligned marks that are flushed left (ie to the left margin), and for the text, an indent from the left margin of some fixed amount while new lines are also flushed left to the margin. I faked the footnotes in the image with some hboxes in the document body.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/kZJkMq3b.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/kZJkMq3b.jpg&quot; alt=&quot;desired-layout&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The &lt;code&gt;hang&lt;/code&gt; option to footmisc almost does it, except the entire footnote text is indented, see below. I also thought of trying to set &lt;code&gt;\footnotemargin&lt;/code&gt; to some negative value or zero and then set &lt;code&gt;\footnotelayout&lt;/code&gt; to have the first-line indent, but you can set &lt;code&gt;\footnotemargin&lt;/code&gt; to &lt;code&gt;-20em&lt;/code&gt; if you want and still the text is just next to the right of the mark. I also spent time fiddling with &lt;code&gt;flushmargin&lt;/code&gt;, &lt;code&gt;marginal&lt;/code&gt;, and setting various lengths provided by footmisc but couldn&#x27;t make it work.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/GsLAel9Q.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/GsLAel9Q.jpg&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[12pt]{memoir}&#xA;\usepackage{lipsum}&#xA;\usepackage[bottom,hang]{footmisc}&#xA;\begin{document}&#xA;\lipsum[7]%&#xA;\footnote{one}\footnote{two}\footnote{thr}%&#xA;\footnote{fou}\footnote{fiv}\footnote{six}%&#xA;\footnote{sev}\footnote{eig}%&#xA;\footnote{Foobar}%&#xA;\footnote{\lipsum[7]}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  287.        </summary>
  288.    </entry>
  289.    <entry>
  290.        <id>https://tex.stackexchange.com/q/716542</id>
  291.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  292.        <title type="text">Draw 3 dimensional ring</title>
  293.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  294.        <author>
  295.            <name>Epa</name>
  296.            <uri>https://tex.stackexchange.com/users/69901</uri>
  297.        </author>
  298.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716542/draw-3-dimensional-ring" />
  299.        <published>2024-04-26T13:18:23Z</published>
  300.        <updated>2024-04-29T16:40:15Z</updated>
  301.        <summary type="html">
  302.            &lt;p&gt;Can you help to draw this figure?&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[10pt]{standalone}&#xA;&#xA;\usepackage{tikz}&#xA;&#xA;\usepackage{circuitikz}&#xA;&#xA;\begin{document}&#xA;    &#xA;    \begin{circuitikz}&#xA;        %upper ring&#xA;        \draw[fill=yellow](0,0) ellipse(2 cm and .7 cm);&#xA;        \draw[fill=white](0,0) ellipse(1.67 cm and .5 cm);&#xA;        &#xA;        \def\d{1.5}&#xA;        \draw(2,0)--&#x2B;&#x2B;(0,-\d) coordinate(X1);&#xA;        \draw(-2,0)--&#x2B;&#x2B;(0,-\d) coordinate(X2);&#xA;        &#xA;        \draw (X1) arc(0:-180:2cm and .6cm);&#xA;        &#xA;        &#xA;        &#xA;        %lower ring&#xA;        &#xA;            \draw[fill=yellow](0,-4) ellipse(2 cm and .7 cm);&#xA;        \draw[fill=white](0,-4) ellipse(1.67 cm and .5 cm);&#xA;        &#xA;        \def\d{1.95}&#xA;        \draw(2,-4)--&#x2B;&#x2B;(0,-\d) coordinate(X1a);&#xA;        \draw(-2,-4)--&#x2B;&#x2B;(0,-\d) coordinate(X2a);&#xA;        &#xA;        \draw (X1a) arc(0:-180:2cm and .6cm);&#xA;        &#xA;        \foreach\y in{-4.1,-4.15, ..., -5.9} \draw(2,\y) arc(0:-180: 2cm and .6cm);&#xA;        &#xA;        &#xA;        %the cylinder &#xA;        \draw[fill=yellow](0,3) ellipse(1.3 cm and .5 cm);&#xA;        \def\d{11}&#xA;        \draw(1.3,3)--&#x2B;&#x2B;(0,-\d) coordinate(X1);&#xA;        \draw(-1.3,3)--&#x2B;&#x2B;(0,-\d) coordinate(X2);&#xA;        &#xA;        \draw (X1) arc(0:-180:1.3cm and .5cm);&#xA;        &#xA;     &#xA;     %circuit&#xA;     &#xA;     \draw(2,-4.5)--(2.7,-4.5)--&#x2B;&#x2B;(0,1.5)--&#x2B;&#x2B;(.5,0)--&#x2B;&#x2B;(.8,.3);&#xA;     &#xA;\draw(2,-5.5)--(2.7,-5.5)--&#x2B;&#x2B;(0,-1.5)--&#x2B;&#x2B;(1,0);&#xA;        &#xA;        &#xA;        \coordinate(K1)at(5,-3);&#xA;        \coordinate(K0)at(5,-5);&#xA;        \coordinate(K2)at(5,-7);&#xA;        &#xA;        \draw(K1)to[battery] (K0);&#xA;        \draw(K0)to[battery] (K2);&#xA;        \draw(K1)--&#x2B;&#x2B;(-.9,0);&#xA;        \draw(K2)--&#x2B;&#x2B;(-1.3,0);&#xA;        &#xA;        %labels&#xA;\scriptsize     &#xA;    \draw(-2.3,2)node[left] {ferrous core}--&#x2B;&#x2B;(1,-.2);&#xA;    \draw(-2.6,0)node[left] {aluminium ring}--&#x2B;&#x2B;(.7,-.2);&#xA;    \draw(-2.6,-5)node[left] {coil of insulated wire}--&#x2B;&#x2B;(.7,-.2);&#xA;&#xA;    \end{circuitikz}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/XIygjo4c.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/XIygjo4c.jpg&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  303.        </summary>
  304.    </entry>
  305.    <entry>
  306.        <id>https://tex.stackexchange.com/q/716537</id>
  307.        <re:rank scheme="https://tex.stackexchange.com">7</re:rank>
  308.        <title type="text">Problem with forked edges in atypical forest.sty</title>
  309.            <category scheme="https://tex.stackexchange.com/tags" term="forest" />
  310.        <author>
  311.            <name>sgmoye</name>
  312.            <uri>https://tex.stackexchange.com/users/11131</uri>
  313.        </author>
  314.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716537/problem-with-forked-edges-in-atypical-forest-sty" />
  315.        <published>2024-04-26T11:02:44Z</published>
  316.        <updated>2024-04-29T11:24:03Z</updated>
  317.        <summary type="html">
  318.            &lt;p&gt;Most examples of output from &lt;code&gt;forest&lt;/code&gt; (not unnaturally) follow a pyramidal shape commonly encountered in linguistic trees. As an experiment in culinary recipe formatting, I&#x27;ve tried to invert the pyramid:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/ibq6Ggj8.png&quot; rel=&quot;noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/ibq6Ggj8.png&quot; alt=&quot;pyramid recipe 1&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;&#xA;\usepackage{xparse,tikz}% xparse for u{&amp;lt;...&amp;gt;}&#xA;\usepackage[edges]{forest}&#xA;&#xA;\newlength{\recitemwd}&#xA;\setlength{\recitemwd}{1.3in}&#xA;\newcounter{stepnum}&#xA;&#xA;\NewDocumentCommand{\ingreds}{ &amp;gt;{\SplitList{;}}m }{\ProcessList{#1}{\fooaux}}&#xA;\NewDocumentCommand{\fooaux}{ m } {\expandafter\fooauxa#1|}&#xA;%% #1*=\hrulefill?; #2=?; #3=ingredient&#xA;\NewDocumentCommand{\fooauxa}{s o u{|}}{% &#xA;    \hangindent1em\strut#3\strut\par&#xA;    \IfBooleanT{#1}{%&#xA;        \nointerlineskip&#xA;        \vskip1pt&#xA;        \textcolor{red}{\hrulefill\enskip}%&#xA;        \par&#xA;        \nointerlineskip&#xA;        \vskip1pt&#xA;    }%&#xA;}&#xA;&#xA;\def\ingfill{fill=yellow!80!orange!15}&#xA;&#xA;\NewDocumentCommand{\mking}{m}{%&#xA;    \parbox{\recitemwd}{\pretolerance10000\bfseries\ingreds{#1}}&#xA;}&#xA;&#xA;\NewDocumentCommand{\mkmth}{&#x2B;m}{%&#xA;    \begin{minipage}{\recitemwd}&#xA;        \parskip1ex#1&#xA;    \end{minipage}&#xA;}&#xA;&#xA;\parindent0pt&#xA;&#xA;\begin{document}&#xA;&#xA;\thispagestyle{empty}&#xA;&#xA;\small&#xA;&#xA;\begin{forest}{for tree={grow&#x27;=90,edge={semithick,&amp;lt;-},&#xA;%       forked edges, &#xA;        node options={draw,text width=1.25in,rounded corners=1.5pt}}}&#xA;    [\mkmth{Bake in a hot waffle iron}&#xA;        [\mkmth{Fold beaten egg whites into flour/egg yolk mixture.}&#xA;            [\mkmth{Mix together flour, BP and salt.\endgraf Add milk, butter and yolks, mix until smooth}&#xA;                [\mking{2 cups flour;2 teaspoons BP;*&#xBC; teaspoon salt;2 cups milk;&#xA;                    4 tablespoons butter, melted;4 egg yolks},\ingfill]&#xA;            ]&#xA;            [\mkmth{Beat egg whites and salt until foamy.\endgraf&#xA;                Continuing to beat, add sugar gradually to stiff peaks.}&#xA;                [\mking{4 egg whites;*1 pinch salt;2 tablespoons sugar},\ingfill]&#xA;            ]&#xA;        ]&#xA;    ]&#xA;\end{forest}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This works, but, clearly, there are some aspects of the setup that I&#x27;m overlooking: When &lt;code&gt;forked edges&lt;/code&gt; is uncommented, this is the result;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/VCDxreSt.png&quot; rel=&quot;noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/VCDxreSt.png&quot; alt=&quot;pyramid recipe oops&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I realize that this may not be the best use-case for &lt;code&gt;forest&lt;/code&gt; and I am certainly not an expert. Still, I like the bracket syntax and would like to continue with this if possible.&lt;/p&gt;&#xA;&lt;p&gt;What do I need to fix?&lt;/p&gt;&#xA;
  319.        </summary>
  320.    </entry>
  321.    <entry>
  322.        <id>https://tex.stackexchange.com/q/716361</id>
  323.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  324.        <title type="text">Issue with scaling every pic (angles tikzlibrary)</title>
  325.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pic" />
  326.            <category scheme="https://tex.stackexchange.com/tags" term="scale" />
  327.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-angles" />
  328.        <author>
  329.            <name>Antonio</name>
  330.            <uri>https://tex.stackexchange.com/users/230568</uri>
  331.        </author>
  332.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716361/issue-with-scaling-every-pic-angles-tikzlibrary" />
  333.        <published>2024-04-24T10:43:24Z</published>
  334.        <updated>2024-04-29T12:56:56Z</updated>
  335.        <summary type="html">
  336.            &lt;p&gt;Hi everyone I need to scale a tikzpicture so I did it by &lt;code&gt;\begin{tikzpicture}[scale=&amp;lt;factor&amp;gt;]&lt;/code&gt; but pics don&#x27;t get scaled accordingly (It is reported in the TikzManual &lt;a href=&quot;https://tikz.dev/tikz-pics&quot; rel=&quot;nofollow noreferrer&quot;&gt;section 18.2 The Pic syntax&lt;/a&gt;). I want pics scaled too, so I tried the syntax &lt;code&gt;\begin{tikzpicture}[scale=0.4,every pic/.style={transform shape}]&lt;/code&gt; but it didn&#x27;t work.&#xA;Using transform shape as option of every single pic, i.e., &lt;code&gt;\pic[angle radius=5.3cm,transform shape]&lt;/code&gt; it&#x27;s ok but I don&#x27;t want to use it on every single option of &lt;code&gt;\pic&lt;/code&gt;s. Maybe it is a problem only with angles library (I didn&#x27;t try with other pics).&#xA;Here is my MWEs, this doesn&#x27;t work as expected&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;    \documentclass[border=1cm]{standalone}&#xA;    \usepackage{tikz}&#xA;    \usetikzlibrary{calc,angles}&#xA;    \begin{document}&#xA;    %rotate vectors&#xA;\begin{tikzpicture}[vector/.style={thick,-stealth},scale=0.4,every pic/.style={transform shape}]&#xA;%drawing help lines&#xA;\newcommand*{\xmin}{-3}\newcommand*{\xmax}{4}&#xA;\newcommand*{\ymin}{-5}\newcommand*{\ymax}{1}&#xA;\draw[help lines](\xmin,\ymin)grid(\xmax,\ymax);&#xA;%vector coordinates and labels&#xA;\coordinate[label={above:$v$}] (O)at (0,0);&#xA;\coordinate (vec1)at (1,-2);&#xA;\coordinate (vec2)at(4,-1);&#xA;\draw[vector] (O)--(vec1)coordinate[label={[below]$u_1$}](u1);&#xA;%sum (vec1)&#x2B;(vec2)  &#xA;\draw[vector,very thick,blue](O)--($(vec1)&#x2B;(vec2)$)coordinate(u1&#x2B;u2);&#xA;%rotated sum (u1)&#x2B;(u2) -&amp;gt; u&#x27;1&#x2B;u&#x27;2&#xA;\draw[vector,very thick,orange](O)--([rotate=-90]u1&#x2B;u2)coordinate(u&#x27;1&#x2B;u&#x27;2);&#xA;%rotated vectors &#xA;\draw[red,vector] (0,0)--([rotate=-90]vec1)coordinate[label={[left]$u&#x27;_1$}](u&#x27;1); &#xA;%&#xA;\draw[red,vector] (0,0)--([rotate=-90]vec2)coordinate[label={[below]$u&#x27;_2$}](u&#x27;2);&#xA;%angles between vectors by angles library, issue with angle radius=  &#xA;%default angle radius=1cm and it does not scale accordingly&#xA;\pic[draw=gray] {angle = u&#x27;1--O--u&#x27;2};  &#xA;% rotation traces &#xA;\pic[draw=red,dashed,&amp;lt;-,angle radius=1.8cm]{angle=u&#x27;1--O--vec1}; &#xA;\pic[draw=blue,dashed,&amp;lt;-,angle radius=5.3cm,]  {angle=u&#x27;1&#x2B;u&#x27;2--O--u1&#x2B;u2}; &#xA;%vector sums labels &#xA;\coordinate[label={below:$w$}]() at(u1&#x2B;u2);&#xA;\coordinate[label={below:$w&#x27;$}] ()at(u&#x27;1&#x2B;u&#x27;2);&#xA;  % outgoing vector scaled accordingly but I&#x27;d rather prefer not&#xA;    \path[draw,fill=white] (O)circle[radius=2pt];&#xA;    \path[fill] (O)circle[radius=1pt];&#xA;    \end{tikzpicture}\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/pbV1qJfg.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/pbV1qJfg.jpg&quot; alt=&quot;Dashed arcs should be scaled in order to fit with arrows&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The following one works properly,&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[border=1cm]{standalone}&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{calc,angles}&#xA;\begin{document}&#xA;%&#xA;%rotate vectors&#xA;\begin{tikzpicture}[vector/.style={thick,-stealth},scale=0.4 ] %every pic/.append style={transform shape}&#xA;%drawing help lines&#xA;\newcommand*{\xmin}{-3}\newcommand*{\xmax}{4}&#xA;\newcommand*{\ymin}{-5}\newcommand*{\ymax}{1}&#xA;\draw[help lines](\xmin,\ymin)grid(\xmax,\ymax);&#xA;%vector coordinates and labels&#xA;\coordinate[label={above:$v$}] (O)at (0,0);&#xA;\coordinate (vec1)at (1,-2);&#xA;\coordinate (vec2)at(4,-1);&#xA;\draw[vector] (O)--(vec1)coordinate[label={[below]$u_1$}](u1);&#xA;%sum (vec1)&#x2B;(vec2)  &#xA;\draw[vector,very thick,blue](O)--($(vec1)&#x2B;(vec2)$)coordinate(u1&#x2B;u2);&#xA;%rotated sum (u1)&#x2B;(u2) -&amp;gt; u&#x27;1&#x2B;u&#x27;2&#xA;\draw[vector,very thick,orange](O)--([rotate=-90]u1&#x2B;u2)coordinate(u&#x27;1&#x2B;u&#x27;2);&#xA;%rotated vectors &#xA;\draw[red,vector] (0,0)--([rotate=-90]vec1)coordinate[label={[left]$u&#x27;_1$}](u&#x27;1); &#xA;%&#xA;\draw[red,vector] (0,0)--([rotate=-90]vec2)coordinate[label={[below]$u&#x27;_2$}](u&#x27;2);&#xA;%angles between vectors by angles library, issue with angle radius=  &#xA;%default angle radius=1cm and it does not scale accordingly&#xA;\pic[transform shape,draw=gray] {angle = u&#x27;1--O--u&#x27;2};  &#xA;% rotation traces &#xA;\pic[draw=red,dashed,&amp;lt;-,angle radius=1.8cm,transform shape]{angle=u&#x27;1--O--vec1}; &#xA;\pic[transform shape,draw=blue,dashed,&amp;lt;-,angle radius=5.3cm,]  {angle=u&#x27;1&#x2B;u&#x27;2--O--u1&#x2B;u2}; &#xA;%vector sums labels &#xA;\coordinate[label={below:$w$}]() at(u1&#x2B;u2);&#xA;\coordinate[label={below:$w&#x27;$}] ()at(u&#x27;1&#x2B;u&#x27;2);&#xA;&#xA;    % outgoing vector scaled accordingly but I&#x27;d rather prefer not&#xA;    \path[draw,fill=white] (O)circle[radius=2pt];&#xA;    \path[fill] (O)circle[radius=1pt];&#xA;\end{tikzpicture}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/zAYlvf5n.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/zAYlvf5n.jpg&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Maybe there is a better way to achieve that, I am open to that but I wouldn&#x27;t change my code from scratch.&lt;/p&gt;&#xA;&lt;p&gt;I tried with &lt;code&gt;every pic/.append style={transform shape}&lt;/code&gt; but with no apparent result.&#xA;As a side effect the radius of &lt;em&gt;outgoing vector&lt;/em&gt; in the last lines of the code is scaled, which I don&#x27;t want.&lt;/p&gt;&#xA;
  337.        </summary>
  338.    </entry>
  339.    <entry>
  340.        <id>https://tex.stackexchange.com/q/716167</id>
  341.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  342.        <title type="text">problem of preparing a cycle using tikz in latex</title>
  343.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  344.        <author>
  345.            <name>TD-iontrapper</name>
  346.            <uri>https://tex.stackexchange.com/users/318755</uri>
  347.        </author>
  348.        <link rel="alternate" href="https://tex.stackexchange.com/questions/716167/problem-of-preparing-a-cycle-using-tikz-in-latex" />
  349.        <published>2024-04-22T06:55:41Z</published>
  350.        <updated>2024-04-29T11:27:28Z</updated>
  351.        <summary type="html">
  352.            &lt;p&gt;The program I&#x27;m currently using aims to generate a cyclic representation similar to the image provided. However, upon running the code, I encounter several errors, and the output does not match the expected image. Any assistance in resolving these issues would be greatly appreciated.&#xA;Image i want look like= &lt;a href=&quot;https://i.sstatic.net/65g8a6wB.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/65g8a6wB.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;quot;code&amp;quot;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt; \documentclass[border=0.1cm]{revtex4-2}&#xA;%&#xA;\usepackage[dvipsnames]{xcolor}&#xA;\usepackage{tikz}&#xA;\usepackage{circuitikz}&#xA;\usepackage{qcircuit}&#xA;\usetikzlibrary{positioning, arrows.meta}&#xA;% Create style for node rectangles&#xA;\tikzstyle{state}=[&#xA;    rectangle,&#xA;    minimum width=1.5cm,&#xA;    minimum height=1cm,&#xA;    draw=white,&#xA;    thick,&#xA;    text=black,&#xA;    font=\bfseries,&#xA;    align=center,&#xA;    fill=Orange!70,&#xA;    rounded corners=5pt % Adjust the radius as needed&#xA;]&#xA;&#xA;\begin{document}&#xA;% \begin{tikzpicture}[&amp;gt;=Stealth, thick, text=black, font=\sffamily]&#xA;%%%%&#xA;\tikzset{meter/.append style={draw, inner sep=10, rectangle, font=\vphantom{A}, minimum width=30, minimum height=10 line width=.5, path picture={\draw[black] ([shift={(.1,.3)}]path picture bounding box.south west) to[bend left=50] ([shift={(-.1,.3)}]path picture bounding box.south east);\draw[black,-latex] ([shift={(0,.1)}]path picture bounding box.south) -- ([shift={(.3,-.1)}]path picture bounding box.north);}}}&#xA;%&#xA;%&#xA;% \begin{tikzpicture}[-stealth, thick, text=black]&#xA;\begin{tikzpicture}[&amp;gt;=Stealth, thick, text=black, font=\sffamily]&#xA;% State q0&#xA;\node[state, minimum width=2.cm, minimum height=0.5cm] (A) at (90:2) {\rm {Optimizer}};&#xA;&#xA;% State q1&#xA;\node[state, fill=NavyBlue, minimum width=2.cm, minimum height=0.5cm, left=-1 cm] (B) at (18:2) {\rm R({$\Theta$},{$X$})};&#xA;\node[above] at (B.north) {{$\Theta$}};&#xA;&#xA;% Box on the side of q1&#xA;\node[state, fill=NavyBlue, minimum width=1.cm, minimum height=0.5cm] (B_side) at (3.8,0.6) {$|0\rangle$};&#xA;\node[below=0.7 cm,left=-0.4 cm] at (B_side.east) {Quantum};&#xA;\node[below=0.9cm,left=-0.4 cm] at (B_side.east) {pre-processing};&#xA;\draw[-stealth] (B_side) -- (B);&#xA;% \node[below=0.3cm, align=center, font=\footnotesize] at (B_side.east) {Quantum\\pre-processing};&#xA;% Box on top of q1&#xA;\node[state, fill=Orange, minimum width=1.5cm, minimum height=0.8cm] (B_top) at (2.2,2.1) {Data: {x}};&#xA;\node[above] at (B_top.east) {};&#xA;\draw[-stealth] (B_top) -- (B);&#xA;&#xA;% State q2&#xA;\node[state, fill=NavyBlue, minimum width=1.cm, minimum height=.5cm, left=-2.2 cm] (C) at (-32:2) { &#xA;    ~\Qcircuit @C=.4em @R=.3em{&#xA;      \gate{R_y}&amp;amp;\gate{R_z} &amp;amp;\qw &amp;amp; &#xA;     \gate{R_y}&amp;amp;\gate{R_z}&#xA;    \protect\gategroup{1}{1}{1}{2}{0.25em}{--}&#xA;    \protect\gategroup{1}{4}{1}{5}{0.25em}{--}&#xA;    }};&#xA;\node[above=0.4cm, right=-0.0 cm] at (C.north west) {Quantum circuit};&#xA;% State q3&#xA;\node[meter, state, fill=NavyBlue, minimum width=2.cm, minimum height=0.2cm] (D) at (-147:2) {M};&#xA;% \node[meter, state, fill=NavyBlue, minimum width=2.cm, minimum height=0.5cm] (meter) at (-138:2) {M};&#xA;\node[above=0.01cm] at (D.north west) {State measurement};&#xA;&#xA;% State q4&#xA;\node[state, minimum width=2.cm, minimum height=0.5cm] (E) at (162:2) {$f(|\langle y | \phi \rangle |^2 )$};&#xA;\node[above=-0.5] at (E.north) {post-processing};&#xA;% Transition q0 to q1&#xA;\draw[-stealth] (A) to[bend left=30] node[above]{Parameter} (B);&#xA;&#xA;% Transition q1 to q2&#xA;\draw[-stealth] (B) to[bend left=15] node[right]{$e_1$} (C);&#xA;&#xA;% Transition q2 to q3&#xA;\draw[-stealth] (C) to[bend left=15] node[right]{$e_2$} (D);&#xA;&#xA;% Transition q3 to q4&#xA;\draw[-stealth] (D) to[bend left=15] node[below=-0.4 cm, right=0.1 cm]{Quantum state$ |\phi\rangle$} (E);&#xA;&#xA;% Transition q4 to q0&#xA;\draw[-stealth] (E) to[bend left=30] node[left]{Classical} (A);&#xA;\end{tikzpicture}&#xA;%&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt;: See my modification &lt;a href=&quot;https://tex.stackexchange.com/a/716729/245790&quot;&gt;here&lt;/a&gt;, with some minor problem left, described there.&lt;/p&gt;&#xA;
  353.        </summary>
  354.    </entry>
  355.    <entry>
  356.        <id>https://tex.stackexchange.com/q/714376</id>
  357.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  358.        <title type="text">Align paragraph in paracol at the top by force</title>
  359.            <category scheme="https://tex.stackexchange.com/tags" term="footnotes" />
  360.            <category scheme="https://tex.stackexchange.com/tags" term="page-breaking" />
  361.            <category scheme="https://tex.stackexchange.com/tags" term="alignment" />
  362.            <category scheme="https://tex.stackexchange.com/tags" term="paracol" />
  363.        <author>
  364.            <name>kraanium</name>
  365.            <uri>https://tex.stackexchange.com/users/293738</uri>
  366.        </author>
  367.        <link rel="alternate" href="https://tex.stackexchange.com/questions/714376/align-paragraph-in-paracol-at-the-top-by-force" />
  368.        <published>2024-03-30T08:54:37Z</published>
  369.        <updated>2024-04-29T16:07:20Z</updated>
  370.        <summary type="html">
  371.            &lt;p&gt;Paracol is a package that allows for synchronized multi-column typesetting. However, I find a situation where paragraphs in two columns not aligned at the top. Here&#x27;s the MWE that just shows the problem&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{paracol}&#xA;\usepackage{ctex}&#xA;\usepackage{lipsum}&#xA;\title{Paracol}&#xA;\footnotelayout{m}&#xA;\author{kraanium13 }&#xA;\date{October 2023}&#xA;&#xA;\begin{document}&#xA;&#xA;\maketitle&#xA;&#xA;\section{Introduction}&#xA;\lipsum[1-2]&#xA;\begin{paracol}{2}&#xA;test \footnote{a regular footnote}&#xA;test \footnote{a regular footnote}&#xA;\switchcolumn&#xA;no footnote text&#xA;\end{paracol}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;and this produces the following document that seems weired&#xA;&lt;a href=&quot;https://i.stack.imgur.com/lFgj1.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/lFgj1.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;this happens because the left column does not have enough space to put the footnote, so that the content is flushed to the next page. However, the right column remains unaffected. This results in a situation where the first line of the left column is on a different page than that of the right column.&lt;/p&gt;&#xA;&lt;p&gt;However, I wish to make them aligned at the top (i.e. the first line of the left and the right column should at least stand on the same page). There are some possible solutions that I can think of:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;To add a vertical space to the right column to make them flush to a new page. The amount should be the same as what TeX adds to the left column.&lt;/li&gt;&#xA;&lt;li&gt;More generally, can we determine whether a page break should be triggered before putting any text?&lt;/li&gt;&#xA;&lt;li&gt;To force keeping the line with footnote mark on the previous page, but the footnote text on the next page. This will cause some discrepancy but I have seen this behavior when the footnote is long.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;
  372.        </summary>
  373.    </entry>
  374.    <entry>
  375.        <id>https://tex.stackexchange.com/q/702816</id>
  376.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  377.        <title type="text">How can I create a horizontal line with the pp points above and the reference correspondingly below neatly?</title>
  378.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  379.            <category scheme="https://tex.stackexchange.com/tags" term="beamer" />
  380.        <author>
  381.            <name>Sara</name>
  382.            <uri>https://tex.stackexchange.com/users/307912</uri>
  383.        </author>
  384.        <link rel="alternate" href="https://tex.stackexchange.com/questions/702816/how-can-i-create-a-horizontal-line-with-the-pp-points-above-and-the-reference-co" />
  385.        <published>2023-12-01T10:57:35Z</published>
  386.        <updated>2024-04-29T17:04:55Z</updated>
  387.        <summary type="html">
  388.            &lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/2s5Yj.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/2s5Yj.png&quot; alt=&quot;This is the kind of line I intended. I wanted the reference to be stated right below the pp, not slanted as I had ended up coding&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{beamer}&#xA;\usepackage{graphicx} % Required for inserting images&#xA;\usepackage{ctex, hyperref}&#xA;\usepackage[T1]{fontenc}&#xA;\usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra}&#xA;\usepackage{graphicx,pstricks,listings,stackengine}&#xA;\usepackage{tabularx}&#xA;\usepackage{parskip}&#xA;\usepackage{titlesec}&#xA;\usepackage{setspace}&#xA;\usepackage{ragged2e}&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{snakes}&#xA;\usepackage{rotating}&#xA;\usepackage{relsize}&#xA;\usepackage{chronology}&#xA;\usetikzlibrary{positioning,shapes.geometric, arrows.meta,chains, arrows.spaced}&#xA;\usepackage[overlay]{textpos}&#xA;\usepackage{lmodern}&#xA;\usepackage{forest}&#xA;\usepackage{booktabs}&#xA;\usepackage{amsfonts}&#xA;\usepackage{amssymb}&#xA;\usepackage{amsthm}&#xA;\usepackage{amsmath}&#xA;\usepackage{amsopn} &#xA;\usepackage[table]{xcolor}&#xA;\usepackage{multirow}&#xA;%\usepackage{newtxtext,newtxmath}&#xA;%\usetheme{Darmstadt}&#xA;\usetheme{Madrid}&#xA;%\usecolortheme{seahorse}&#xA;\let\tempItemizeBeg\itemize&#xA;\let\tempItemizeEnd\enditemize&#xA;\renewenvironment{itemize}{\tempItemizeBeg \justifying}{\tempItemizeEnd}&#xA;&#xA;\begin{document}&#xA;\begin{frame}{Effect Sizes}&#xA;\begin{itemize}&#xA;    \item{\scriptsize Mauryama,(2014):Non-coresident parents-higher chance of longevity}&#xA;    \item {\scriptsize Varghese and Roy,(2019): Reduces anaemia in pregnant women}&#xA;    \item {\scriptsize Anukriti et al.,(2019): Likelihood to Visit HC}&#xA;\end{itemize}&#xA;%\vspace{-3cm}&#xA;\begin{center}&#xA;    \begin{tikzpicture}&#xA;        % draw horizontal line   &#xA;        \draw (-5,0) -- (6,0);&#xA;    &#xA;    &#xA;  &#xA;    &#xA;    % draw nodes&#xA;    \hspace{-1cm}&#xA;    \draw (-2,0) node[below=3pt] {$ $} node[above=3pt] {$\begin{turn}{0}  \textbf{3pp} \end{turn} $};&#xA;    \hspace{0.5cm}&#xA;    \draw (0,0) node[below=3pt] {$  $} node[above=3pt] {$\begin{turn}{0}\textbf {5.32pp} {$\begin{turn}{45}Mauryama,(2014) \end{turn}$}\end{turn}$};&#xA;     \hspace{2.5cm}&#xA;    \draw (0,0) node[below=3pt] {$  $} node[above=3pt] {$\begin{turn}{0}\textbf {(-)13.2pp} {$\begin{turn}{45}Varghese and Roy,(2019) \end{turn}$}\end{turn}$};&#xA;     \hspace{2.5cm}&#xA;    \draw (0,0) node[below=3pt] {$  $} node[above=3pt] {$\begin{turn}{0}\textbf {(-)13.4pp} {$\begin{turn}{45}Anukriti et al.,(2019) \end{turn}$}\end{turn}$};&#xA;   &#xA;           &#xA;\end{tikzpicture}&#xA;\end{center} &#xA;&#xA;\end{frame}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  389.        </summary>
  390.    </entry>
  391.    <entry>
  392.        <id>https://tex.stackexchange.com/q/702775</id>
  393.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  394.        <title type="text">System font con&#xFB01;guration for XeTeX and LuaTeX: coundn&#x27;t find `texlive-fontconfig.conf `</title>
  395.            <category scheme="https://tex.stackexchange.com/tags" term="fonts" />
  396.            <category scheme="https://tex.stackexchange.com/tags" term="xetex" />
  397.        <author>
  398.            <name>Kai ZHAO</name>
  399.            <uri>https://tex.stackexchange.com/users/157114</uri>
  400.        </author>
  401.        <link rel="alternate" href="https://tex.stackexchange.com/questions/702775/system-font-con%ef%ac%81guration-for-xetex-and-luatex-coundnt-find-texlive-fontconfig" />
  402.        <published>2023-12-01T00:26:58Z</published>
  403.        <updated>2024-04-29T12:04:55Z</updated>
  404.        <summary type="html">
  405.            &lt;p&gt;I had a problem compile with XeLaTeX. I got an error: &amp;quot;Package fontspec Error: The font &amp;quot;XITS Math&amp;quot; cannot be found.&amp;quot;.&lt;/p&gt;&#xA;&lt;p&gt;But the XITS Math is installed along with texlive and I can locate the font files:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;ls /usr/share/texlive/texmf-dist/fonts/opentype/public/xits/&#xA;XITS-Bold.otf  XITS-BoldItalic.otf  XITS-Italic.otf  XITS-Regular.otf  XITSMath-Bold.otf  XITSMath-Regular.otf&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Then I found &lt;a href=&quot;https://tex.stackexchange.com/a/43680/157114&quot;&gt;this answer&lt;/a&gt; refering the &lt;a href=&quot;https://tug.org/texlive/doc/texlive-en/texlive-en.html#x1-330003.4.4&quot; rel=&quot;nofollow noreferrer&quot;&gt;official document&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;For XeTeX: on Windows, fonts shipped with TeX Live are automatically made available (by running the fc-cache program provided for Windows as part of TeX Live). For the Mac, you&#x2019;ll need to consult other documentation. For Unix systems other than macOS, the procedure is the following.&lt;/p&gt;&#xA;&lt;p&gt;When the xetex package is installed (either at initial installation or later), the necessary con&#xFB01;guration &#xFB01;le is created in TEXMFSYSVAR/fonts/conf/texlive-fontconfig.conf. To make the TeX Live fonts available as system fonts,&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Copy that texlive-fontconfig.conf &#xFB01;le to (typically) /etc/fonts/conf.d/09-texlive.conf.&lt;/li&gt;&#xA;&lt;li&gt;Run fc-cache -fsv.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;My problem is that I coundn&#x27;t even find the file &amp;quot;texlive-fontconfig.conf&amp;quot;. I tried to search by filename from the root of my file system and got nothing.&lt;/p&gt;&#xA;
  406.        </summary>
  407.    </entry>
  408.    <entry>
  409.        <id>https://tex.stackexchange.com/q/669488</id>
  410.        <re:rank scheme="https://tex.stackexchange.com">4</re:rank>
  411.        <title type="text">Paragraph numbering</title>
  412.            <category scheme="https://tex.stackexchange.com/tags" term="numbering" />
  413.            <category scheme="https://tex.stackexchange.com/tags" term="paragraphs" />
  414.        <author>
  415.            <name>Seagoon</name>
  416.            <uri>https://tex.stackexchange.com/users/287200</uri>
  417.        </author>
  418.        <link rel="alternate" href="https://tex.stackexchange.com/questions/669488/paragraph-numbering" />
  419.        <published>2022-12-23T20:40:01Z</published>
  420.        <updated>2024-04-29T13:12:21Z</updated>
  421.        <summary type="html">
  422.            &lt;p&gt;I am an English lawyer and am trying to use LaTeX to typeset a legal opinion in traditional style. I am looking for a way to automatically number paragraphs and sub-paragraphs, i.e. something that looks like the below. This is very easy with multi-level lists in Word but I can&#x27;t figure out an easy way to do it with LaTeX. Any help would be much appreciated.&lt;/p&gt;&#xA;&lt;p&gt;Is it possible to create something that looks like the below?&lt;/p&gt;&#xA;&lt;p&gt;Many thanks!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/v1Gzt.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/v1Gzt.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Edit&lt;/strong&gt; I now have this working as I&#x27;d like it using the following code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&#xA;\documentclass[a4paper, oneside, 12pt]{article}&#xA;\usepackage[english]{babel}&#xA;\usepackage{geometry}&#xA;\usepackage[T1]{fontenc}&#xA;\usepackage{newpxtext,newpxmath}&#xA;\usepackage{blindtext}&#xA;\usepackage[hang]{footmisc}&#xA;&#xA;% \usepackage[none]{hyphenat}&#xA;&#xA;% Set enumerate to have continuous numbering and make our sublist styles&#xA;\usepackage{enumitem}&#xA;\setlist[enumerate]{&#xA;    resume,&#xA;    align=left,&#xA;    topsep=0.25cm,&#xA;    itemsep=0.25cm,&#xA;    leftmargin=1cm,&#xA;    rightmargin=0cm,&#xA;    itemindent=0cm,&#xA;    labelsep=0cm,&#xA;    labelwidth=1cm,&#xA;    labelindent=0cm,&#xA;}&#xA;&#xA;\newlist{enum-alpha}{enumerate}{1}&#xA;\setlist[enum-alpha]{&#xA;    label=(\alph*),&#xA;    align=left,&#xA;    topsep=0.25cm,&#xA;    itemsep=0.25cm,&#xA;    leftmargin=1cm,&#xA;    rightmargin=0cm,&#xA;    itemindent=0cm,&#xA;    labelsep=0cm,&#xA;    labelwidth=1cm,&#xA;    labelindent=0cm,&#xA;}&#xA;&#xA;\newlist{enum-roman}{enumerate}{1}&#xA;\setlist[enum-roman]{&#xA;    label=(\roman*),&#xA;    align=left,&#xA;    topsep=0.25cm,&#xA;    itemsep=0.25cm,&#xA;    leftmargin=1cm,&#xA;    rightmargin=0cm,&#xA;    itemindent=0cm,&#xA;    labelsep=0cm,&#xA;    labelwidth=1cm,&#xA;    labelindent=0cm,&#xA;}&#xA;&#xA;% Disable section numbering&#xA;\setcounter{secnumdepth}{0}&#xA;&#xA;% Adjust section heading formats&#xA;\usepackage{titlesec}&#xA;\titleformat{\section}{\bfseries}{}{0pt}{}&#xA;\titleformat{\subsection}{\bfseries}{}{0pt}{\hspace*{1cm}}&#xA;\titleformat{\subsubsection}{\itshape}{}{0pt}{\hspace*{2cm}}&#xA;&#xA;\begin{document}&#xA;&#xA;    \section{Heading}&#xA;    \begin{enumerate}&#xA;     &#xA;        \item \blindtext %\footnote{\blindtext}&#xA;&#xA;        \item \blindtext&#xA;&#xA;        \begin{enum-alpha}&#xA;            \item \blindtext&#xA;            &#xA;            \begin{enum-roman}&#xA;            &#xA;                \item \blindtext                 &#xA;                \item \blindtext                &#xA;            &#xA;            \end{enum-roman}&#xA;            &#xA;            \item \blindtext&#xA;        &#xA;        \end{enum-alpha}&#xA;    &#xA;    \end{enumerate}&#xA;&#xA;    \section{Heading}&#xA;    \subsection{Sub-heading}&#xA;    \subsubsection{Sub-sub heading}&#xA;    \begin{enumerate}&#xA;        \item \blindtext&#xA;&#xA;        \begin{enum-alpha}&#xA;            \item Test.\footnote{Test}&#xA;            &#xA;            \item \blindtext             &#xA;        \end{enum-alpha}&#xA;    &#xA;    \end{enumerate}&#xA;    &#xA;    \subsection{Sub-heading}&#xA;    \begin{enumerate}&#xA;            \item \blindtext &#xA;        \end{enumerate}&#xA;&#xA;\end{document}&#xA;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Which renders as attached (just screenshotting the first two pages):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/i8UCE.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/i8UCE.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The need to \begin and \end each enumerate environment is quite cumbersome. I was wondering if there is a way to prepare a document like this in Markdown and then use pandoc to convert it to PDF via LaTEX in a way that formats the nested lists as in my example. I suspect it will be easier to set the list definitions based on how far nested they are, rather than using named sublists, e.g:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&#xA;\usepackage{enumitem}&#xA;\setlist[enumerate]{&#xA;    align=left,&#xA;    leftmargin=1cm,&#xA;    itemindent=0cm,&#xA;    labelsep=0cm,&#xA;    labelwidth=1cm,&#xA;    labelindent=0cm,&#xA;}&#xA;&#xA;\setlist[enumerate,1]{&#xA;    resume,&#xA;    label=\arabic*.,&#xA;}&#xA;&#xA;\setlist[enumerate,2]{&#xA;    label=(\alph*),&#xA;}&#xA;&#xA;\setlist[enumerate,3]{&#xA;    label=(\roman*),&#xA;}&#xA;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Does anyone know if this is possible? I&#x27;ve found some discussion [here] (&lt;a href=&quot;https://docs.google.com/document/d/e/2PACX-1vSX5opye0KWQ687nLhYKW1VTs2DljUUl5fra4kicNK7ygj-_Qyc3lhuEQh3g94Z4mM7EKQLPPpa3L3Q/pub&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://docs.google.com/document/d/e/2PACX-1vSX5opye0KWQ687nLhYKW1VTs2DljUUl5fra4kicNK7ygj-_Qyc3lhuEQh3g94Z4mM7EKQLPPpa3L3Q/pub&lt;/a&gt;) but it seems very complicated. I am wondering whether a preamble to the Markdown file or a change to the pandoc LaTeX template might achieve the same result.&lt;/p&gt;&#xA;
  423.        </summary>
  424.    </entry>
  425.    <entry>
  426.        <id>https://tex.stackexchange.com/q/575207</id>
  427.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  428.        <title type="text">pdfpages adds the page *before* the section title, despite being declared after</title>
  429.            <category scheme="https://tex.stackexchange.com/tags" term="floats" />
  430.            <category scheme="https://tex.stackexchange.com/tags" term="pdf" />
  431.            <category scheme="https://tex.stackexchange.com/tags" term="pdfpages" />
  432.        <author>
  433.            <name>Thor Correia</name>
  434.            <uri>https://tex.stackexchange.com/users/231073</uri>
  435.        </author>
  436.        <link rel="alternate" href="https://tex.stackexchange.com/questions/575207/pdfpages-adds-the-page-before-the-section-title-despite-being-declared-after" />
  437.        <published>2020-12-16T00:18:33Z</published>
  438.        <updated>2024-04-29T15:01:15Z</updated>
  439.        <summary type="html">
  440.            &lt;p&gt;I&#x27;d like to add a &amp;quot;supporting information&amp;quot; section and include all of my NMR PDFs. This is what my LaTeX looks like:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\clearpage&#xA;\section{Supporting Information}&#xA;\includepdf[pages=-]{../NMR/Out/Ethylvanillin.pdf}&#xA;\includepdf[pages=-]{../NMR/Out/Hydrogen Diantilis.pdf}&#xA;\includepdf[pages=-]{../NMR/Out/Methyl Diantilis.pdf}&#xA;\includepdf[pages=-]{../NMR/Out/Ethyl Diantilis.pdf}&#xA;\includepdf[pages=-]{../NMR/Out/n-Propyl Diantilis.pdf}&#xA;\includepdf[pages=-]{../NMR/Out/Isopropyl Diantilis.pdf}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This is what it looks like:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/si67M.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/si67M.jpg&quot; alt=&quot;PDF&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The section title is on the wrong page!&lt;/p&gt;&#xA;
  441.        </summary>
  442.    </entry>
  443.    <entry>
  444.        <id>https://tex.stackexchange.com/q/562914</id>
  445.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  446.        <title type="text">Scrolling in Overleaf</title>
  447.            <category scheme="https://tex.stackexchange.com/tags" term="overleaf" />
  448.        <author>
  449.            <name>Daniel</name>
  450.            <uri>https://tex.stackexchange.com/users/54103</uri>
  451.        </author>
  452.        <link rel="alternate" href="https://tex.stackexchange.com/questions/562914/scrolling-in-overleaf" />
  453.        <published>2020-09-16T12:58:31Z</published>
  454.        <updated>2024-04-29T13:05:25Z</updated>
  455.        <summary type="html">
  456.            &lt;p&gt;When I&#x27;m writing in Overleaf I can scroll the editor using arrows or &lt;kbd&gt;PgUp&lt;/kbd&gt; and &lt;kbd&gt;PdDn&lt;/kbd&gt;. But I don&#x27;t know how to scroll the PDF viewer without using the mouse. I know I can click on the PDF viewer and then use arrows but I don&#x27;t want to leave the editing window.&lt;/p&gt;&#xA;&lt;p&gt;Are there:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;p&gt;Shortcuts for scrolling the PDF viewer while I am editing.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;p&gt;A way to sync editor with PDF viewer, i.e. when I move in the editor the PDF viewer follows along.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;
  457.        </summary>
  458.    </entry>
  459.    <entry>
  460.        <id>https://tex.stackexchange.com/q/499115</id>
  461.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  462.        <title type="text">Horizontal arrows between nodes in tikzpicture</title>
  463.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  464.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-arrows" />
  465.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-node" />
  466.        <author>
  467.            <name>GrB</name>
  468.            <uri>https://tex.stackexchange.com/users/52343</uri>
  469.        </author>
  470.        <link rel="alternate" href="https://tex.stackexchange.com/questions/499115/horizontal-arrows-between-nodes-in-tikzpicture" />
  471.        <published>2019-07-08T13:59:43Z</published>
  472.        <updated>2024-04-29T13:25:04Z</updated>
  473.        <summary type="html">
  474.            &lt;p&gt;I have the following picture:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[preview,border=10pt]{standalone}&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{positioning}&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{center}&#xA;  \begin{small}&#xA;    \begin{tikzpicture} [label distance=5pt]&#xA;      \tikzstyle{every node}=[font=\small] %&#xA;      \tikzstyle{every label}=[text width=2.3cm, align=center] %&#xA;      \tikzstyle{mechanism}=[draw, thick, minimum height=4cm, text&#xA;      width=2.3cm, fill=lightgray] %&#xA;      \tikzstyle{motivation}=[draw, thick, right=of n3, text width=1.6cm,&#xA;      align=center] %&#xA;&#xA;      \node (n1) [align=center, text width=1.8cm] {Cues in the environment}; %&#xA;      \node (n2) [mechanism, right=of n1, align=center,&#xA;      label={above:Acquisition mechanism}] {infer contents of norms \\[3em]&#xA;        identify norm-related behavior}; %&#xA;      \node (n3) [mechanism, right=of n2, align=left,&#xA;      label={above:Implementation mechanism}] {norm database\\&#xA;        $n_{1} \cdots\cdots\cdots$\\ $n_{2} \cdots\cdots\cdots$\\&#xA;        $n_{3} \cdots\cdots\cdots$\\ $\phantom{n_{3}} \cdots\cdots\cdots$\\&#xA;        $n_{z} \cdots\cdots\cdots$\smallskip\\ norm-related\\ reasoning\\&#xA;        capacity}; %&#xA;      \node (n4) [motivation, yshift=1.2cm] {compliance motivation} ; %&#xA;      \node (n5) [motivation, yshift=-1.2cm] {punishment motivation} ; %&#xA;      \path[-&amp;gt;,thick] (n1) edge (n2) (n2) edge (n3); %&#xA;      \path[-&amp;gt;,thick] (n3) edge (n4) (n3) edge (n5); %&#xA;    \end{tikzpicture}&#xA;  \end{small}&#xA;\end{center}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;The output:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/JxgaF.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/JxgaF.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I would like the two rightmost arrows to be horizontal, that is, leading horizontally from the node (n3) to the west anchors of (n4) and (n5).  How can I achieve this?&lt;/p&gt;&#xA;
  475.        </summary>
  476.    </entry>
  477.    <entry>
  478.        <id>https://tex.stackexchange.com/q/387870</id>
  479.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  480.        <title type="text">PGFPlots &#x2B; TikZ: Stranger Beamer behavior</title>
  481.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  482.            <category scheme="https://tex.stackexchange.com/tags" term="beamer" />
  483.            <category scheme="https://tex.stackexchange.com/tags" term="pgfplots" />
  484.            <category scheme="https://tex.stackexchange.com/tags" term="beamer-metropolis" />
  485.        <author>
  486.            <name>RAO</name>
  487.            <uri>https://tex.stackexchange.com/users/102596</uri>
  488.        </author>
  489.        <link rel="alternate" href="https://tex.stackexchange.com/questions/387870/pgfplots-tikz-stranger-beamer-behavior" />
  490.        <published>2017-08-23T17:08:59Z</published>
  491.        <updated>2024-04-29T11:45:22Z</updated>
  492.        <summary type="html">
  493.            &lt;p&gt;I am trying to include a &lt;code&gt;PGFPlots&lt;/code&gt; &#x2B; &lt;code&gt;TikZ&lt;/code&gt; figure in a &lt;code&gt;beamer&lt;/code&gt; presentation made with the &lt;code&gt;metropolis&lt;/code&gt; theme. If I compile the figure in a normal &lt;code&gt;article&lt;/code&gt; class (or &lt;code&gt;standalone&lt;/code&gt;), the figure is fine. The code for the figure is the following:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[tikz]{standalone}&#xA;\usetikzlibrary{shapes}&#xA;\usepackage{pgfplots}&#xA;\pgfplotsset{compat=newest}&#xA;&#xA;\usepackage[utf8]{inputenc} % Required for including letters with accents&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{tikzpicture}&#xA;    \begin{axis}[&#xA;        width=\textwidth,&#xA;        height=8cm,&#xA;        hide y axis,&#xA;        axis x line*=bottom,&#xA;        xtick={-3,-2,-1,0,1,2,3},&#xA;        xticklabels={$\bar x-3s$,$\bar x-2s$,$\bar x-s$,$\bar x$,$\bar x&#x2B;s$,$\bar x&#x2B;2s$,$\bar x&#x2B;3s$},&#xA;        xmin = -3.5,&#xA;        xmax = 3.5,&#xA;        ymin = 0,&#xA;        ymax = 0.9,&#xA;    ]&#xA;    \draw[dashed] (axis cs:-3,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:-3,0.85);&#xA;    \draw[dashed] (axis cs:-2,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:-2,0.7);&#xA;    \draw[dashed] (axis cs:-1,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:-1,0.55);&#xA;    \draw[dashed] (axis cs:1,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:1,0.55);&#xA;    \draw[dashed] (axis cs:2,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:2,0.7);&#xA;    \draw[dashed] (axis cs:3,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:3,0.85);&#xA;    \draw[stealth-stealth](-1,0.55) -- (1,0.55) node[midway,fill=white]{68\%};&#xA;    \node at(0,0.5) {1 desviaci&#xF3;n};&#xA;    \node at(0,0.45) {est&#xE1;ndar};    &#xA;    \draw[stealth-stealth](-2,0.7) -- (2,0.7) node[midway,fill=white]{95\%};&#xA;    \node at(0,0.65) {2 desviaciones est&#xE1;ndar};&#xA;    \draw[stealth-stealth](-3,0.85) -- (3,0.85) node[midway,fill=white]{99.7\%};    &#xA;    \node at(0,0.8) {3 desviaciones est&#xE1;ndar};  &#xA;    \addplot[samples=201,ultra thick] {exp(-x^2/2)/sqrt(2*pi)};&#xA;    \draw[thick,dashed] (axis cs:0,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:0,{1/sqrt(2*pi)});&#xA;    \end{axis}&#xA;\end{tikzpicture}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;This produces this figure:&#xA;&lt;a href=&quot;https://i.stack.imgur.com/81nDv.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/81nDv.jpg&quot; alt=&quot;Standalone Test&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;If I now try to put that figure inside a &lt;code&gt;beamer&lt;/code&gt; presentation (using the &lt;code&gt;metropolis theme&lt;/code&gt;), the code I am using is:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;%!TEX TS-program = xelatex&#xA;&#xA;\documentclass{beamer}&#xA;\usetheme{metropolis}           % Use metropolis theme&#xA;&#xA;\usepackage[utf8]{inputenc} % Required for including letters with accents&#xA;&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{shapes}&#xA;\usepackage{pgfplots}&#xA;\pgfplotsset{compat=newest}&#xA;&#xA;\begin{document}&#xA;  \begin{frame}{Test}&#xA;      \centering&#xA;      \begin{tikzpicture}&#xA;        \begin{axis}[&#xA;            width=\textwidth,&#xA;            height=8cm,&#xA;            hide y axis,&#xA;            axis x line*=bottom,&#xA;            xtick={-3,-2,-1,0,1,2,3},&#xA;            xticklabels={$\bar x-3s$,$\bar x-2s$,$\bar x-s$,$\bar x$,$\bar x&#x2B;s$,$\bar x&#x2B;2s$,$\bar x&#x2B;3s$},&#xA;            xmin = -3.5,&#xA;            xmax = 3.5,&#xA;            ymin = 0,&#xA;            ymax = 0.9,&#xA;          ]&#xA;        \draw[dashed] (axis cs:-3,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:-3,0.85);&#xA;        \draw[dashed] (axis cs:-2,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:-2,0.7);&#xA;        \draw[dashed] (axis cs:-1,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:-1,0.55);&#xA;        \draw[dashed] (axis cs:1,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:1,0.55);&#xA;        \draw[dashed] (axis cs:2,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:2,0.7);&#xA;        \draw[dashed] (axis cs:3,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:3,0.85);&#xA;        \draw[stealth-stealth](-1,0.55) -- (1,0.55) node[midway,fill=white]{68\%};&#xA;        \node at(0,0.5) {1 desviaci&#xF3;n};&#xA;        \node at(0,0.45) {est&#xE1;ndar};    &#xA;        \draw[stealth-stealth](-2,0.7) -- (2,0.7) node[midway,fill=white]{95\%};&#xA;        \node at(0,0.65) {2 desviaciones est&#xE1;ndar};&#xA;        \draw[stealth-stealth](-3,0.85) -- (3,0.85) node[midway,fill=white]{99.7\%};    &#xA;        \node at(0,0.8) {3 desviaciones est&#xE1;ndar};  &#xA;        \addplot[samples=201,ultra thick] {exp(-x^2/2)/sqrt(2*pi)};&#xA;        \draw[thick,dashed] (axis cs:0,\pgfkeysvalueof{/pgfplots/ymin}) -- (axis cs:0,{1/sqrt(2*pi)});&#xA;        \end{axis}&#xA;      \end{tikzpicture}&#xA;  \end{frame}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;which produces this when compiled:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/lcf5E.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/lcf5E.jpg&quot; alt=&quot;Beamer Test&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I have no clue about what is happening. Any help will be much appreciated.&lt;/p&gt;&#xA;
  494.        </summary>
  495.    </entry>
  496.    <entry>
  497.        <id>https://tex.stackexchange.com/q/170817</id>
  498.        <re:rank scheme="https://tex.stackexchange.com">12</re:rank>
  499.        <title type="text">Is it possible make the section names globally title case?</title>
  500.            <category scheme="https://tex.stackexchange.com/tags" term="sectioning" />
  501.            <category scheme="https://tex.stackexchange.com/tags" term="capitalization" />
  502.        <author>
  503.            <name>Daniel</name>
  504.            <uri>https://tex.stackexchange.com/users/14755</uri>
  505.        </author>
  506.        <link rel="alternate" href="https://tex.stackexchange.com/questions/170817/is-it-possible-make-the-section-names-globally-title-case" />
  507.        <published>2014-04-10T19:13:37Z</published>
  508.        <updated>2024-04-29T15:04:10Z</updated>
  509.        <summary type="html">
  510.            &lt;p&gt;I don&#x27;t want to change them one by one. I am wondering how to make the section names globally title case? That is &quot;This is a Title Case Section Name&quot;. &lt;/p&gt;&#xA;&#xA;&lt;p&gt;It would be nice if you can also give answers applied to such as concerning subsection as well. Or using Small Capitals etc... Thanks&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I am using article document class, that is used for journal publications.&lt;/p&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&#xA;&lt;h2&gt;Edit:&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;As shown in &lt;a href=&quot;http://titlecase.com/&quot;&gt;this website&lt;/a&gt;, the Title Case I want is:&lt;/p&gt;&#xA;&#xA;&lt;h3&gt;TitleCase exceptions&lt;/h3&gt;&#xA;&#xA;&lt;p&gt;Articles, conjunctions, and prepositions less than six letters long are changed to lower case unless they are at the beginning of a sentence. These include:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;code&gt;(01)a&lt;/code&gt; &lt;code&gt;(02)abaft&lt;/code&gt; &lt;code&gt;(03)about&lt;/code&gt; &lt;code&gt;(04)above&lt;/code&gt; &lt;code&gt;(05)afore&lt;/code&gt; &lt;code&gt;(06)after&lt;/code&gt; &lt;code&gt;(07)along&lt;/code&gt; &lt;code&gt;(08)amid&lt;/code&gt; &lt;code&gt;(09)among&lt;/code&gt; &lt;code&gt;(10)an&lt;/code&gt; &lt;code&gt;(11)apud&lt;/code&gt; &lt;code&gt;(12)as&lt;/code&gt; &lt;code&gt;(13)aside&lt;/code&gt; &lt;code&gt;(14)at&lt;/code&gt; &lt;code&gt;(15)atop&lt;/code&gt; &lt;code&gt;(16)below&lt;/code&gt; &lt;code&gt;(17)but&lt;/code&gt; &lt;code&gt;(18)by&lt;/code&gt; &lt;code&gt;(19)circa&lt;/code&gt; &lt;code&gt;(20)down&lt;/code&gt; &lt;code&gt;(21)for&lt;/code&gt; &lt;code&gt;(22)from&lt;/code&gt; &lt;code&gt;(23)given&lt;/code&gt; &lt;code&gt;(24)in&lt;/code&gt; &lt;code&gt;(25)into&lt;/code&gt; &lt;code&gt;(26)lest&lt;/code&gt; &lt;code&gt;(27)like&lt;/code&gt; &lt;code&gt;(28)mid&lt;/code&gt; &lt;code&gt;(29)midst&lt;/code&gt; &lt;code&gt;(30)minus&lt;/code&gt; &lt;code&gt;(31)near&lt;/code&gt; &lt;code&gt;(32)next&lt;/code&gt; &lt;code&gt;(33)of&lt;/code&gt; &lt;code&gt;(34)off&lt;/code&gt; &lt;code&gt;(35)on&lt;/code&gt; &lt;code&gt;(36)onto&lt;/code&gt; &lt;code&gt;(37)out&lt;/code&gt; &lt;code&gt;(38)over&lt;/code&gt; &lt;code&gt;(39)pace&lt;/code&gt; &lt;code&gt;(40)past&lt;/code&gt; &lt;code&gt;(41)per&lt;/code&gt; &lt;code&gt;(42)plus&lt;/code&gt; &lt;code&gt;(43)pro&lt;/code&gt; &lt;code&gt;(44)qua&lt;/code&gt; &lt;code&gt;(45)round&lt;/code&gt; &lt;code&gt;(46)sans&lt;/code&gt; &lt;code&gt;(47)save&lt;/code&gt; &lt;code&gt;(48)since&lt;/code&gt; &lt;code&gt;(49)than&lt;/code&gt; &lt;code&gt;(50)thru&lt;/code&gt; &lt;code&gt;(51)till&lt;/code&gt; &lt;code&gt;(52)times&lt;/code&gt; &lt;code&gt;(53)to&lt;/code&gt; &lt;code&gt;(54)under&lt;/code&gt; &lt;code&gt;(55)until&lt;/code&gt; &lt;code&gt;(56)unto&lt;/code&gt; &lt;code&gt;(57)up&lt;/code&gt; &lt;code&gt;(58)upon&lt;/code&gt; &lt;code&gt;(59)via&lt;/code&gt; &lt;code&gt;(60)vice&lt;/code&gt; &lt;code&gt;(61)with&lt;/code&gt; &lt;code&gt;(62)worth&lt;/code&gt; &lt;code&gt;(63)the&lt;/code&gt; &lt;code&gt;(64)and&lt;/code&gt; &lt;code&gt;(65)nor&lt;/code&gt; &lt;code&gt;(66)or&lt;/code&gt; &lt;code&gt;(67)yet&lt;/code&gt; &lt;code&gt;(68)so&lt;/code&gt; &lt;/p&gt;&#xA;
  511.        </summary>
  512.    </entry>
  513.    <entry>
  514.        <id>https://tex.stackexchange.com/q/120271</id>
  515.        <re:rank scheme="https://tex.stackexchange.com">229</re:rank>
  516.        <title type="text">Alternatives to LaTeX</title>
  517.            <category scheme="https://tex.stackexchange.com/tags" term="typography" />
  518.            <category scheme="https://tex.stackexchange.com/tags" term="latex-misc" />
  519.            <category scheme="https://tex.stackexchange.com/tags" term="big-list" />
  520.        <author>
  521.            <name>student</name>
  522.            <uri>https://tex.stackexchange.com/users/4011</uri>
  523.        </author>
  524.        <link rel="alternate" href="https://tex.stackexchange.com/questions/120271/alternatives-to-latex" />
  525.        <published>2013-06-20T19:18:19Z</published>
  526.        <updated>2024-04-29T17:02:28Z</updated>
  527.        <summary type="html">
  528.            &lt;p&gt;Are there any  &lt;strong&gt;professional&lt;/strong&gt; alternatives  to TeX/LaTeX which produce &lt;strong&gt;equal or even better&lt;/strong&gt; typesetting? Maybe expensive commercial ones. The software counts if it is comparable or superior to LaTeX (with microtype) in typesetting text &lt;em&gt;or&lt;/em&gt; math (or both). In any case, please mention both aspects in your answer.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I am only aware of ConTeXt (which is partly based on TeX).&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Note that I am not looking for an alternative for my personal use, I am just asking out of curiosity.&lt;/p&gt;&#xA;
  529.        </summary>
  530.    </entry>
  531. </feed>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid Atom 1.0" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//tex.stackexchange.com/feeds

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda