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: http://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-05-19T00:42:16Z</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/718255</id>
  12.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  13.        <title type="text">Identifying definition and theorem counters halfway through document</title>
  14.            <category scheme="https://tex.stackexchange.com/tags" term="numbering" />
  15.            <category scheme="https://tex.stackexchange.com/tags" term="theorems" />
  16.            <category scheme="https://tex.stackexchange.com/tags" term="counters" />
  17.            <category scheme="https://tex.stackexchange.com/tags" term="renewcommand" />
  18.        <author>
  19.            <name>Stephen Cook</name>
  20.            <uri>https://tex.stackexchange.com/users/320391</uri>
  21.        </author>
  22.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718255/identifying-definition-and-theorem-counters-halfway-through-document" />
  23.        <published>2024-05-19T00:09:53Z</published>
  24.        <updated>2024-05-19T00:09:53Z</updated>
  25.        <summary type="html">
  26.            &lt;p&gt;I am currently creating a latex article for a large-scale assignment for a class. In it, the numbering system for the definitions and theorems needs to change halfway through the document. In one section, definitions and theorems get different counters without section numbers. But in section 2, they use the same counters. Here is a visualization of what I am trying to achieve:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;SECTION 1&#xA;definition 1&#xA;theorem 1&#xA;theorem 2&#xA;definition 2&#xA;theorem 3&#xA;etc...&#xA;&#xA;SECTION 2&#xA;definition 2.1&#xA;theorem 2.2&#xA;theorem 2.3&#xA;definition 2.4&#xA;theorem 2.5&#xA;etc...&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I have been successful in adding the section number to the end of them by using &lt;code&gt;\renewcommand&lt;/code&gt;, but I have not been able to make their counters the same after the switch to section 2. Is this possible to do?&lt;/p&gt;&#xA;&lt;p&gt;Thank you so much for the help!&lt;/p&gt;&#xA;
  27.        </summary>
  28.    </entry>
  29.    <entry>
  30.        <id>https://tex.stackexchange.com/q/718254</id>
  31.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  32.        <title type="text">fbox with multiple lines in lower right corner of page?</title>
  33.            <category scheme="https://tex.stackexchange.com/tags" term="fbox" />
  34.            <category scheme="https://tex.stackexchange.com/tags" term="picture-mode" />
  35.            <category scheme="https://tex.stackexchange.com/tags" term="uplatex" />
  36.        <author>
  37.            <name>OsakaWebbie</name>
  38.            <uri>https://tex.stackexchange.com/users/29995</uri>
  39.        </author>
  40.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718254/fbox-with-multiple-lines-in-lower-right-corner-of-page" />
  41.        <published>2024-05-18T23:36:02Z</published>
  42.        <updated>2024-05-19T00:10:34Z</updated>
  43.        <summary type="html">
  44.            &lt;p&gt;I want to put a framed box with text in the lower right corner of the page. The whole page is in a picture environment. The content is programmatically created (from a database), so the amount of text will vary - in some cases it will short (e.g. &amp;quot;3 copies&amp;quot;), and in other cases it will also have a list of names. I like the fact that fbox will size itself to fit the contents, but I have two things I can&#x27;t figure out how to do.&lt;/p&gt;&#xA;&lt;p&gt;(1) When there are multiple lines (the list of names), I don&#x27;t know how to have line breaks without using something like parbox or minipage, both of which need a width defined. That defeats the flexibility of fbox. I tried &lt;code&gt;\fbox{\parbox{\linewidth}{Test}}&lt;/code&gt;, but the box goes all the way to (or beyond) the right edge of the page, so I guess the &lt;code&gt;\linewidth&lt;/code&gt; is not the width of the &lt;em&gt;actual&lt;/em&gt; line of text.&lt;/p&gt;&#xA;&lt;p&gt;(2) The X and Y values for &lt;code&gt;\put(X,Y)&lt;/code&gt; seem to mean the left edge of the box and the vertical middle. If there is a way to make it mean the bottom right instead, I can&#x27;t figure it out. The code I&#x27;m writing that gets the data from the database and generates the .tex file will know the number of lines, so it could calculate an appropriate Y value, but X is more problematic, as it&#x27;s not a fixed-space font.&lt;/p&gt;&#xA;&lt;p&gt;Here is a minimum example that includes all the packages and setup of the real thing (because I don&#x27;t know how much of it matters for this) but only one page and only the fbox part, not the other items on the page:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{ujarticle}&#xA;\usepackage{plext}&#xA;\usepackage[uplatex]{otf}&#xA;\usepackage[T1]{fontenc}&#xA;\usepackage{lmodern}&#xA;\usepackage[paperwidth=210mm,paperheight=297mm,margin=0mm]{geometry}&#xA;\usepackage{verbatim}&#xA;\usepackage{lscape}&#xA;\usepackage{textpos}&#xA;\usepackage[dvipdfmx]{graphicx}&#xA;\pagestyle{empty}&#xA;\graphicspath {{/var/www/kizunadb/public/graphics/}}&#xA;\begin{document}&#xA;\setlength{\unitlength}{1mm}&#xA;\noindent&#xA;\raggedright&#xA;\sffamily&#xA;\gtfamily&#xA;\begin{picture}(210,297)(3,3)&#xA;&#xA;\setlength{\fboxsep}{3mm}&#xA;\put(105,50){\fbox{\parbox{\linewidth}{&#xA;  \fontsize{20}{24}\selectfont&#xA;  5 copies\\&#xA;  \fontsize{14}{16}\selectfont&#xA;  Doe, John (1)\\&#xA;  Jones, Samuel &amp;amp; Sally (1)\\&#xA;  Smith, George (3)&#xA;  }}}&#xA;&#xA;\end{picture}&#xA;\clearpage&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  45.        </summary>
  46.    </entry>
  47.    <entry>
  48.        <id>https://tex.stackexchange.com/q/718252</id>
  49.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  50.        <title type="text">bibliography separated using TexStudio</title>
  51.            <category scheme="https://tex.stackexchange.com/tags" term="bibliographies" />
  52.            <category scheme="https://tex.stackexchange.com/tags" term="bibtex" />
  53.            <category scheme="https://tex.stackexchange.com/tags" term="natbib" />
  54.            <category scheme="https://tex.stackexchange.com/tags" term="bibliographystyle" />
  55.        <author>
  56.            <name>BROK</name>
  57.            <uri>https://tex.stackexchange.com/users/316166</uri>
  58.        </author>
  59.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718252/bibliography-separated-using-texstudio" />
  60.        <published>2024-05-18T23:08:26Z</published>
  61.        <updated>2024-05-18T23:48:00Z</updated>
  62.        <summary type="html">
  63.            &lt;p&gt;I m working on my thesis and trying to have seperated bibliographies for each chapter so my code goes as follows :&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[oneside,12pt]{book}&#xA;\usepackage{chapterbib}&#xA;\usepackage[numbers,sort&amp;amp;compress]{natbib}&#xA;&#xA;\begin{document}&#xA;\chapter*{Abstract}&#xA;\chapter*{acknowledgments}&#xA;\include{chapter2}&#xA;&#xA;\include{chapter3}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;meanwhile on every chapter i have this :&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\bibliographystyle{unsrtnat}&#xA;\scriptsize &#xA;\bibliography{chapter2bib}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;and i get a compile error that it didn&#x27;t find the file please not that it was working on overleaf perfectly but for some reasons i couldn&#x27;t use it anymore and now i want to use it on texstudio&lt;/p&gt;&#xA;
  64.        </summary>
  65.    </entry>
  66.    <entry>
  67.        <id>https://tex.stackexchange.com/q/718250</id>
  68.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  69.        <title type="text">Overleaf compiled page keeps going blank</title>
  70.            <category scheme="https://tex.stackexchange.com/tags" term="overleaf" />
  71.        <author>
  72.            <name>Jonathan McDonald</name>
  73.            <uri>https://tex.stackexchange.com/users/320388</uri>
  74.        </author>
  75.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718250/overleaf-compiled-page-keeps-going-blank" />
  76.        <published>2024-05-18T21:46:25Z</published>
  77.        <updated>2024-05-18T21:46:41Z</updated>
  78.        <summary type="html">
  79.            &lt;p&gt;After I go to another tab on Chrome or go on another app (e.g. Spotify, etc), the compiled page on my Overleaf becomes this.&#xA;&lt;a href=&quot;https://i.sstatic.net/0gdDgDCY.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/0gdDgDCY.png&quot; alt=&quot;compiled page after going to another tab on Chrome&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;If I recompile, it goes back to normal, as shown below. Does anyone know why this is happening or how I can fix it? Is it because I have a lot of tabs open and it&#x27;s a memory thing?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/TMASfkPJ.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/TMASfkPJ.png&quot; alt=&quot;Compiled page after recompiling&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  80.        </summary>
  81.    </entry>
  82.    <entry>
  83.        <id>https://tex.stackexchange.com/q/718249</id>
  84.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  85.        <title type="text">How to add images and text next to each other (side-by-side) in latex?</title>
  86.            <category scheme="https://tex.stackexchange.com/tags" term="graphics" />
  87.            <category scheme="https://tex.stackexchange.com/tags" term="tex-core" />
  88.        <author>
  89.            <name>Kiran</name>
  90.            <uri>https://tex.stackexchange.com/users/320386</uri>
  91.        </author>
  92.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718249/how-to-add-images-and-text-next-to-each-other-side-by-side-in-latex" />
  93.        <published>2024-05-18T21:06:22Z</published>
  94.        <updated>2024-05-18T21:06:22Z</updated>
  95.        <summary type="html">
  96.            &lt;p&gt;I am pretty new to using latex. I have a problem. I need to place some text on both sides of an image. All I am able to do is place the text either above the image or below the image.&lt;/p&gt;&#xA;&lt;p&gt;I need it like:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;[text]  [image]  [text]&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Can someone please help me with this?&lt;/p&gt;&#xA;
  97.        </summary>
  98.    </entry>
  99.    <entry>
  100.        <id>https://tex.stackexchange.com/q/718247</id>
  101.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  102.        <title type="text">Getting sans serif font to work with newtx and pdflatex</title>
  103.            <category scheme="https://tex.stackexchange.com/tags" term="fonts" />
  104.            <category scheme="https://tex.stackexchange.com/tags" term="pdftex" />
  105.            <category scheme="https://tex.stackexchange.com/tags" term="newtx" />
  106.        <author>
  107.            <name>memeplex</name>
  108.            <uri>https://tex.stackexchange.com/users/117111</uri>
  109.        </author>
  110.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718247/getting-sans-serif-font-to-work-with-newtx-and-pdflatex" />
  111.        <published>2024-05-18T20:36:40Z</published>
  112.        <updated>2024-05-18T20:36:40Z</updated>
  113.        <summary type="html">
  114.            &lt;p&gt;This simple document is rendered by pdflatex using serif font (not sans as requested) and I get the warning &amp;quot;Font shape OT1/qhv/m/n undefined&amp;quot;:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}  &#xA;\usepackage{newtx}  &#xA;\begin{document}  &#xA;\textsf{Hello}  &#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Adding lmodern does fix the issue. The output is rendered with the same sans face than without using newtx at all:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{lmodern}    &#xA;\usepackage{newtx} % &amp;lt;-- this does nothing in this case &#xA;\begin{document}  &#xA;\textsf{Hello}  &#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;So it seems that newtx is using the same sans font than lmodern, but its documentation states:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;It is a complete text (newtxtext) and math (newtxmath) package with roman text font provided by a Times clone, &lt;strong&gt;sans serif based on a Helvetica clone&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;So why doesn&#x27;t it work by itself when using sans fonts?&lt;/p&gt;&#xA;&lt;p&gt;Here is another quote:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;If you specify no sf text or tt text fonts before newtxmath/newtx, those packages will load a Helvetica clone and the typewriter font from txfonts.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;So maybe I should install txfonts (I&#x27;m using basictex, so it&#x27;s probably not installed by default), but anyway the first quote seems to imply that the fonts are provided by newtx.&lt;/p&gt;&#xA;&lt;p&gt;So is txfonts a mandatory newtx dependency?&lt;/p&gt;&#xA;&lt;p&gt;NOTE: with xelatex and lualatex the first example works OOB.&lt;/p&gt;&#xA;&lt;p&gt;NOTE: TBH I don&#x27;t quite understand what newtx does in general.&lt;/p&gt;&#xA;
  115.        </summary>
  116.    </entry>
  117.    <entry>
  118.        <id>https://tex.stackexchange.com/q/718241</id>
  119.        <re:rank scheme="https://tex.stackexchange.com">4</re:rank>
  120.        <title type="text">ConTeXt equivalent for \textcommabelow (e.g. a t-comma)</title>
  121.            <category scheme="https://tex.stackexchange.com/tags" term="context" />
  122.            <category scheme="https://tex.stackexchange.com/tags" term="accents" />
  123.        <author>
  124.            <name>guemax</name>
  125.            <uri>https://tex.stackexchange.com/users/318181</uri>
  126.        </author>
  127.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718241/context-equivalent-for-textcommabelow-e-g-a-t-comma" />
  128.        <published>2024-05-18T18:26:03Z</published>
  129.        <updated>2024-05-18T18:36:44Z</updated>
  130.        <summary type="html">
  131.            &lt;p&gt;In LaTeX, writing a &lt;a href=&quot;https://en.wikipedia.org/wiki/%C8%9A&quot; rel=&quot;nofollow noreferrer&quot;&gt;t-comma&lt;/a&gt; (not to be confused with a &lt;a href=&quot;https://en.wikipedia.org/wiki/%C5%A2&quot; rel=&quot;nofollow noreferrer&quot;&gt;t-cedilla&lt;/a&gt;) can be written using &lt;code&gt;\textcommabelow{t}&lt;/code&gt;. What is the correct way for entering a t-comma using ConTeXt? Unfortunately, the &lt;a href=&quot;https://www.pragma-ade.nl/general/manuals/ma-cb-en.pdf&quot; rel=&quot;nofollow noreferrer&quot;&gt;official manual&lt;/a&gt; only shows how to enter a cedilla (see page 82).&lt;/p&gt;&#xA;&lt;p&gt;Thanks in advance for your help!&lt;/p&gt;&#xA;&lt;p&gt;P.S. Using the t-comma with Unicode works, but I prefer using ASCII. It is only required at a single place in my document, so a one-time solution would be great!&lt;/p&gt;&#xA;
  132.        </summary>
  133.    </entry>
  134.    <entry>
  135.        <id>https://tex.stackexchange.com/q/718240</id>
  136.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  137.        <title type="text">Biblatex apa style doesn&#x27;t work while style=authoryear works flawlessly. Searching for the line causing the error</title>
  138.            <category scheme="https://tex.stackexchange.com/tags" term="biblatex" />
  139.            <category scheme="https://tex.stackexchange.com/tags" term="pdftex" />
  140.            <category scheme="https://tex.stackexchange.com/tags" term="biber" />
  141.            <category scheme="https://tex.stackexchange.com/tags" term="bibliographystyle" />
  142.            <category scheme="https://tex.stackexchange.com/tags" term="zotero" />
  143.        <author>
  144.            <name>MrMistoffelees</name>
  145.            <uri>https://tex.stackexchange.com/users/282050</uri>
  146.        </author>
  147.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718240/biblatex-apa-style-doesnt-work-while-style-authoryear-works-flawlessly-searchi" />
  148.        <published>2024-05-18T17:59:08Z</published>
  149.        <updated>2024-05-18T20:39:40Z</updated>
  150.        <summary type="html">
  151.            &lt;p&gt;I&#x27;m writing this after trying to troubleshoot for around 4 hours.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m using a .cls file from my university, Zotero, biber and pdflatex. I need to switch the class&#x27; citation style to the apa bibligraphy style.&lt;/p&gt;&#xA;&lt;p&gt;This is the command from the cls file:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\RequirePackage[style=authoryear, sorting=none]{biblatex}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;So I changed it to&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\RequirePackage[style=apa, sorting=nyt]{biblatex} %apa bibligraphy style&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Running&#xA;Running &lt;code&gt;biber main&lt;/code&gt; and &lt;code&gt;pdflatex main&lt;/code&gt; causes 6 errors during pdflatex compilation:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;l.152 \printbibliography[heading=none]&#xA;                                      {}&#xA;? h               &#xA;I&#x27;ve inserted a begin-math/end-math symbol since I think&#xA;you left one out. Proceed, with fingers crossed.&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Searching for the word &lt;code&gt;inserted&lt;/code&gt; in the main.log file, I found&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;[134]&#xA;Underfull \hbox (badness 1270) in paragraph at lines 152--152&#xA;\T1/zpltlf/m/n/11 re-vis-ited: N-gram graphs. \T1/zpltlf/m/it/11 ACM Trans-ac-t&#xA;ions on Speech and Lan-guage&#xA; []&#xA;&#xA;! Missing $ inserted.&#xA;&amp;lt;inserted text&amp;gt; &#xA;                $&#xA;&amp;lt;to be read again&amp;gt; &#xA;                   _&#xA;\namepartgiveni -&amp;gt;_&#xA;                   \bibinitperiod &#xA;&amp;lt;argument&amp;gt; \mkbibnamegiven {\namepartgiveni }&#xA;                                             \isdot \ifthenelse {\value {uni...&#xA;&#xA;\@secondoftwo #1#2-&amp;gt;#2&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;But I have absolutely no idea where the &lt;code&gt;$&lt;/code&gt; symbol is missing.&lt;/p&gt;&#xA;&lt;p&gt;Line 152 only helps by showing me that the error(s) are linked to the bibliography:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;...&#xA;152: \printbibliography[heading=none]{}&#xA;...&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;How could I proceed to find at least the line causing the error?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;&#xA;Here is a larger part from my main.log file&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;LaTeX Warning: Float too large for page by 21.53491pt on input line 754.&#xA;&#xA;) [118] [119] [120 &amp;lt;./figures/ConceptGraph.pdf&amp;gt;]&#xA;Chapter V.&#xA;&#xA;Overfull \hbox (14.81197pt too wide) in paragraph at lines 145--145&#xA; \T1/zpltlf/b/n/28 CON-CLU-SIO-N-AND-OUT-LOOK|&#xA; []&#xA;&#xA;File: images/linea_larga_dorada.png Graphic file (type png)&#xA;&amp;lt;use images/linea_larga_dorada.png&amp;gt;&#xA;Package pdftex.def Info: images/linea_larga_dorada.png  used on input line 145.&#xA;&#xA;(pdftex.def)             Requested size: 506.10776pt x 2.18999pt.&#xA;[121&#xA;&#xA;] [122] [123] [124&#xA;&#xA;]&#xA;Chapter VI.&#xA;File: images/linea_larga_dorada.png Graphic file (type png)&#xA;&amp;lt;use images/linea_larga_dorada.png&amp;gt;&#xA;Package pdftex.def Info: images/linea_larga_dorada.png  used on input line 151.&#xA;&#xA;(pdftex.def)             Requested size: 506.10776pt x 2.18999pt.&#xA;[125] [126]&#xA;! Missing $ inserted.&#xA;&amp;lt;inserted text&amp;gt; &#xA;                $&#xA;&amp;lt;to be read again&amp;gt; &#xA;                   _&#xA;\namepartgiveni -&amp;gt;_&#xA;                   \bibinitperiod &#xA;&amp;lt;argument&amp;gt; \mkbibnamegiven {\namepartgiveni }&#xA;                                             \isdot \ifthenelse {\value {uni...&#xA;&#xA;\@secondoftwo #1#2-&amp;gt;#2&#xA;                      &#xA;\abx@macro@name:apa:given-family ...ibnamedelimd }&#xA;                                                  \ifdefvoid {#4}{}{\mkbibna...&#xA;&#xA;\blx@theformat ...partprefix }{\namepartsuffix }}}&#xA;                                                  \ifthenelse {\value {listc...&#xA;&#xA;\blx@nameparser@i ...epart}{#2}\blx@theformat {#2}&#xA;                                                  \endgroup &#xA;&amp;lt;argument&amp;gt; ...lax TA}}, giveni={_\bibinitperiod }}&#xA;                                                  \fi \advance \c@listcount ...&#xA;&#xA;\@secondoftwo #1#2-&amp;gt;#2&#xA;                      &#xA;\blx@thedata ... TA}}, giveni={_\bibinitperiod }}}&#xA;                                                  {{hash=7b21e728b2cc671cf0b...&#xA;&amp;lt;argument&amp;gt; ...dafter \blx@nameparser \blx@thedata &#xA;                                                  {}&amp;amp;&#xA;\abx@nwd@*@default #1-&amp;gt;#1&#xA;                         &#xA;&amp;lt;argument&amp;gt; ...er \blx@nameparser \blx@thedata {}&amp;amp;}&#xA;                                                  \blx@endunit &#xA;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  152.        </summary>
  153.    </entry>
  154.    <entry>
  155.        <id>https://tex.stackexchange.com/q/718239</id>
  156.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  157.        <title type="text">How to hide an object from tagpdf and provide alt-text</title>
  158.            <category scheme="https://tex.stackexchange.com/tags" term="tagged-pdf" />
  159.        <author>
  160.            <name>dedded</name>
  161.            <uri>https://tex.stackexchange.com/users/62287</uri>
  162.        </author>
  163.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718239/how-to-hide-an-object-from-tagpdf-and-provide-alt-text" />
  164.        <published>2024-05-18T17:54:18Z</published>
  165.        <updated>2024-05-18T17:54:18Z</updated>
  166.        <summary type="html">
  167.            &lt;p&gt;When I compile this document, I get five dozen warnings from the tagpdf having to do with the qrcode. Is there a way I can hide the qrcode from tagpdf? Preferably this would include an option to provide alt-text.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\DocumentMetadata{testphase={phase-III}}&#xA;\documentclass{article}&#xA;\usepackage{qrcode}&#xA;\usepackage{url}&#xA;\usepackage{hyperref}&#xA;\newcommand\mylink{https:tex.stackexchange.com}&#xA;&#xA;\begin{document}&#xA;\qrcode{\mylink}             % How do I hide this qrcode from tagging?&#xA;\url{\mylink}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  168.        </summary>
  169.    </entry>
  170.    <entry>
  171.        <id>https://tex.stackexchange.com/q/718238</id>
  172.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  173.        <title type="text">`cleveref` with cyrillic in LuaLaTeX</title>
  174.            <category scheme="https://tex.stackexchange.com/tags" term="luatex" />
  175.            <category scheme="https://tex.stackexchange.com/tags" term="cleveref" />
  176.            <category scheme="https://tex.stackexchange.com/tags" term="cyrillic" />
  177.        <author>
  178.            <name>Sergey Slyusarev</name>
  179.            <uri>https://tex.stackexchange.com/users/99551</uri>
  180.        </author>
  181.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718238/cleveref-with-cyrillic-in-lualatex" />
  182.        <published>2024-05-18T17:45:02Z</published>
  183.        <updated>2024-05-18T17:45:02Z</updated>
  184.        <summary type="html">
  185.            &lt;p&gt;I&#x27;m trying to use &lt;code&gt;cleveref&lt;/code&gt; with Russian language with unicode text in LuaLaTeX, and can&#x27;t get it to work.&#xA;This mwe:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{book}&#xA;\usepackage{ebgaramond-maths}&#xA;\usepackage[russian]{babel}&#xA;\usepackage[russian]{cleveref}&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{equation}&#xA;  a=b \label{eq:1}&#xA;\end{equation}&#xA;&#xA;\begin{equation}&#xA;  c=d \label{eq:2}&#xA;\end{equation}&#xA;&#xA;&#x43F;&#x440;&#x43E;&#x432;&#x435;&#x440;&#x43A;&#x430; \cref{eq:1,eq:2}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;produces the following error:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;! Undefined control sequence.&#xA;\cref@equation@name@plural -&amp;gt;\cyrf &#xA;                                   -\cyrl .&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I tried using &lt;code&gt;poliglossia&lt;/code&gt; as well, to similar effect.&lt;/p&gt;&#xA;&lt;p&gt;Defining all the &lt;code&gt;\cyr*&lt;/code&gt; macros like so (or like in &lt;a href=&quot;https://tex.stackexchange.com/a/455124/99551&quot;&gt;this&lt;/a&gt; answer to a similar question):&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\def\cyrf{&#x444;}&#xA;\def\CYRP{&#x41F;}&#xA;\def\cyrr{&#x440;}&#xA;\def\cyrl{&#x43B;}&#xA;\def\cyri{&#x438;}&#xA;...&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;might be an option, but maybe there&#x27;s a better way to do it?&lt;/p&gt;&#xA;
  186.        </summary>
  187.    </entry>
  188.    <entry>
  189.        <id>https://tex.stackexchange.com/q/718237</id>
  190.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  191.        <title type="text">Spacing and vertical lines on a tabularx</title>
  192.            <category scheme="https://tex.stackexchange.com/tags" term="tables" />
  193.            <category scheme="https://tex.stackexchange.com/tags" term="tabularx" />
  194.        <author>
  195.            <name>User</name>
  196.            <uri>https://tex.stackexchange.com/users/320358</uri>
  197.        </author>
  198.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718237/spacing-and-vertical-lines-on-a-tabularx" />
  199.        <published>2024-05-18T17:40:54Z</published>
  200.        <updated>2024-05-18T20:45:25Z</updated>
  201.        <summary type="html">
  202.            &lt;p&gt;I made a table with tabular with the following code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[12pt,a4paper]{article}&#xA;&#xA;\begin{document}&#xA;\begin{table}[ht!]\centering\begin{tabular}{|c|c|c|c|}&#xA;&#xA;\hline Regulator&amp;amp;$K_p$&amp;amp;$T_i$&amp;amp;$T_d$\\&#xA;&#xA;\hline P&amp;amp;$\displaystyle{}\frac{\displaystyle{}1&#x2B;\frac{0,35\tau}{1-\tau}}a$&amp;amp;&amp;amp;\\&#xA;&#xA;\hline PI&amp;amp;$\displaystyle{}\frac{\displaystyle{}0,9(1&#x2B;\frac{0,92\tau}{1-\tau})}a$&amp;amp;$\displaystyle{}\frac{(3,3-3\tau)L}{1&#x2B;1,2\tau}$&amp;amp;\\&#xA;&#xA;\hline PD&amp;amp;$\displaystyle{}\frac{\displaystyle{}1,24(1&#x2B;\frac{0,13\tau}{1-\tau})}a$&amp;amp;&amp;amp;$\displaystyle{}\frac{(0,27-0,36\tau)L}{1-0,87\tau}$\\&#xA;&#xA;\hline PID&amp;amp;$\displaystyle{}\frac{\displaystyle{}1,35(1&#x2B;\frac{0,18\tau}{1-\tau})}a$&amp;amp;$\displaystyle{}\frac{(2,5-2\tau)L}{1-0,39\tau}$&amp;amp;$\displaystyle{}\frac{(0,37-0,37\tau)L}{1-0,81\tau}$\\\hline&#xA;&#xA;\end{tabular}\caption{Determinarea parametriilor regulatorului PID prin metoda Cohen-Coon\cite{CohenCoon}}\end{table}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;, but I have gotten the table&#xA;&lt;a href=&quot;https://i.sstatic.net/eA5dWlCv.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/eA5dWlCv.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&#xA;which the text is near the horizontal line.&lt;/p&gt;&#xA;&lt;p&gt;Then I tried with&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[12pt,a4paper]{article}&#xA;\usepackage{tabularx}&#xA;&#xA;\usepackage{ragged2e}&#xA;&#xA;\newcolumntype{L}[1]{&amp;gt;{\RaggedRight\hspace{0pt}\hsize=#1\hsize}X}&#xA;&#xA;\usepackage{booktabs}&#xA;\begin{document}&#xA;\begin{table}[ht!]\centering\begin{tabularx}{\textwidth}{@{} *{3}{L{0.8}} L{1.6} @{}}&#xA;&#xA;\toprule Regulator&amp;amp;$K_p$&amp;amp;$T_i$&amp;amp;$T_d$\\&#xA;&#xA;\midrule\addlinespace P&amp;amp;$\displaystyle{}\frac{\displaystyle{}1&#x2B;\frac{0,35\tau}{1-\tau}}a$&amp;amp;&amp;amp;\\&#xA;&#xA;\midrule\addlinespace PI&amp;amp;$\displaystyle{}\frac{\displaystyle{}0,9(1&#x2B;\frac{0,92\tau}{1-\tau})}a$&amp;amp;$\displaystyle{}\frac{(3,3-3\tau)L}{1&#x2B;1,2\tau}$&amp;amp;\\&#xA;&#xA;\midrule\addlinespace PD&amp;amp;$\displaystyle{}\frac{\displaystyle{}1,24(1&#x2B;\frac{0,13\tau}{1-\tau})}a$&amp;amp;&amp;amp;$\displaystyle{}\frac{(0,27-0,36\tau)L}{1-0,87\tau}$\\&#xA;&#xA;\midrule\addlinespace PID&amp;amp;$\displaystyle{}\frac{\displaystyle{}1,35(1&#x2B;\frac{0,18\tau}{1-\tau})}a$&amp;amp;$\displaystyle{}\frac{(2,5-2\tau)L}{1-0,39\tau}$&amp;amp;$\displaystyle{}\frac{(0,37-0,37\tau)L}{1-0,81\tau}$\\\midrule&#xA;&#xA;\end{tabularx}\caption{Determinarea parametriilor regulatorului PID prin metoda Cohen-Coon\cite{CohenCoon}}\end{table}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;, but there is not a vertical line between columns, and some formulas are lower than others, as shown in the image below.&#xA;&lt;a href=&quot;https://i.sstatic.net/JoPYiT2C.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/JoPYiT2C.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The questions are how do I fix the formulas to be on the same level and how do I add a vertical line between columns?&lt;/p&gt;&#xA;
  203.        </summary>
  204.    </entry>
  205.    <entry>
  206.        <id>https://tex.stackexchange.com/q/718234</id>
  207.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  208.        <title type="text">How can i fix the error on &quot; Error line 191! Missing number, treated as zero.&lt; to be read again&gt;\I@English.1.191|Idf@finish\currentoption&quot;</title>
  209.            <category scheme="https://tex.stackexchange.com/tags" term="macros" />
  210.            <category scheme="https://tex.stackexchange.com/tags" term="line-spacing" />
  211.            <category scheme="https://tex.stackexchange.com/tags" term="compilation-error" />
  212.            <category scheme="https://tex.stackexchange.com/tags" term="package-options" />
  213.        <author>
  214.            <name>George Darius Ocen</name>
  215.            <uri>https://tex.stackexchange.com/users/319856</uri>
  216.        </author>
  217.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718234/how-can-i-fix-the-error-on-error-line-191-missing-number-treated-as-zero-t" />
  218.        <published>2024-05-18T17:23:30Z</published>
  219.        <updated>2024-05-18T17:23:30Z</updated>
  220.        <summary type="html">
  221.            &lt;p&gt;I need help. My text in Miktex &#x2B; texmaker end on line 40 but I  get an &amp;quot;Error line 191! Missing number, treated as zero.  \I@English. 1.191\Idf@finish\currentOption&amp;quot;. please help me to fix this error.&lt;/p&gt;&#xA;
  222.        </summary>
  223.    </entry>
  224.    <entry>
  225.        <id>https://tex.stackexchange.com/q/718231</id>
  226.        <re:rank scheme="https://tex.stackexchange.com">4</re:rank>
  227.        <title type="text">how to fix libertine package with lualatex putting tilde too low?</title>
  228.            <category scheme="https://tex.stackexchange.com/tags" term="fonts" />
  229.            <category scheme="https://tex.stackexchange.com/tags" term="luatex" />
  230.            <category scheme="https://tex.stackexchange.com/tags" term="libertine" />
  231.            <category scheme="https://tex.stackexchange.com/tags" term="libertinus" />
  232.        <author>
  233.            <name>Alec Jacobson</name>
  234.            <uri>https://tex.stackexchange.com/users/13600</uri>
  235.        </author>
  236.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718231/how-to-fix-libertine-package-with-lualatex-putting-tilde-too-low" />
  237.        <published>2024-05-18T14:57:39Z</published>
  238.        <updated>2024-05-18T22:05:26Z</updated>
  239.        <summary type="html">
  240.            &lt;p&gt;When I try to use the libertine package with lualatex:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{libertine}&#xA;\begin{document}&#xA;  \(\mathbf{\tilde{n}}\)&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I&#x27;m seeing problems making a letter with a tilde above it bold:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/gY0akn4I.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/gY0akn4I.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;It looks ok without the libertine package or without being bold. Is this a known issue with lualatex or something I can fix?&lt;/p&gt;&#xA;&lt;p&gt;[update]: Here&#x27;s longer list of n&#x27;s and &#xF1;&#x27;s. The hope would be that the boldness of the n matches regular text bold. And that the tildes all end up in a reasonable place. I&#x27;m not sure what to expect for differences between mathbf/symbf but for various attempts they look different:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;&#xA;%\usepackage{libertine}&#xA;% Supports symbf&#xA;\usepackage{libertinus}&#xA;&#xA;\begin{document}&#xA;  &#xA;  \textbf{n}&#xA;  \textbf{&#xF1;} % U&#x2B;00F1&#xA;  \textbf{n&#x303;} % U&#x2B;006E U&#x2B;0303&#xA;  \(\mathbf{&#xF1;}\) % U&#x2B;00F1&#xA;  \(\mathbf{n&#x303;}\) % U&#x2B;006E U&#x2B;0303&#xA;  \(\mathbf{\tilde{n}} \)&#xA;  \(\symbf{&#xF1;}\) % U&#x2B;00F1&#xA;  \(\symbf{n&#x303;}\) % U&#x2B;006E U&#x2B;0303&#xA;  \(\symbf{\tilde{n}}\)&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;With libertinus this outputs:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/7qKpTWeK.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/7qKpTWeK.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  241.        </summary>
  242.    </entry>
  243.    <entry>
  244.        <id>https://tex.stackexchange.com/q/718212</id>
  245.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  246.        <title type="text">Extra space when body ends with math mode</title>
  247.            <category scheme="https://tex.stackexchange.com/tags" term="color" />
  248.            <category scheme="https://tex.stackexchange.com/tags" term="environments" />
  249.        <author>
  250.            <name>scribe</name>
  251.            <uri>https://tex.stackexchange.com/users/215221</uri>
  252.        </author>
  253.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718212/extra-space-when-body-ends-with-math-mode" />
  254.        <published>2024-05-18T07:16:46Z</published>
  255.        <updated>2024-05-18T18:25:14Z</updated>
  256.        <summary type="html">
  257.            &lt;p&gt;I often write homework assignments with solutions. I copy the homework tex file and then fill in the solutions. This requires that I keep track of two files. Today I decided to write an environment to wrap my solutions with. The idea is that I can toggle the visibility of this environment to produce the homework and solution PDFs. A nice added feature can be I can change the colour of the solutions to make them pop.&lt;/p&gt;&#xA;&lt;p&gt;I am currently trying to implement the colour part. Here is what I have,&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-latex prettyprint-override&quot;&gt;&lt;code&gt;\NewDocumentEnvironment{sol}{O{blue}}{%&#xA;  \leavevmode\color{#1}\ignorespaces%&#xA;}{%&#xA;}%&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Now with something like this,&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-latex prettyprint-override&quot;&gt;&lt;code&gt;\begin{sol}&#xA;  We proceed by factoring,&#xA;  \begin{align*}&#xA;    x^2- 8x - 9         &amp;amp; = 9-9         &amp;amp;  &amp;amp; \text{Subtract 9 on both sides.}         \\&#xA;    x^2- x &#x2B; 9x - 9     &amp;amp; = 0           &amp;amp;  &amp;amp; \text{Breaking the middle term.}         \\&#xA;    x(x - 1) &#x2B; 9(x - 1) &amp;amp; = 0           &amp;amp;  &amp;amp; \text{Pulling out common factors.}       \\&#xA;    (x - 1)(x &#x2B; 9)      &amp;amp; = 0           &amp;amp;  &amp;amp; \text{Pulling out common } (x - 1).      \\&#xA;    x                   &amp;amp; \in \{1, -9\} &amp;amp;  &amp;amp; f(x)g(x) = 0 \Ra f(x) = 0 \vee g(x) = 0.&#xA;  \end{align*}&#xA;\end{sol}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I get extra space at the end of the derivation. Could someone point out why and how might I avoid the extraneous space?&lt;/p&gt;&#xA;
  258.        </summary>
  259.    </entry>
  260.    <entry>
  261.        <id>https://tex.stackexchange.com/q/718161</id>
  262.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  263.        <title type="text">How to position two tcolorboxes next to each other on the same line and adjust the distance between them? [duplicate]</title>
  264.            <category scheme="https://tex.stackexchange.com/tags" term="tcolorbox" />
  265.        <author>
  266.            <name>Wild Feather</name>
  267.            <uri>https://tex.stackexchange.com/users/125665</uri>
  268.        </author>
  269.        <link rel="alternate" href="https://tex.stackexchange.com/questions/718161/how-to-position-two-tcolorboxes-next-to-each-other-on-the-same-line-and-adjust-t" />
  270.        <published>2024-05-17T10:32:13Z</published>
  271.        <updated>2024-05-18T16:36:13Z</updated>
  272.        <summary type="html">
  273.            &lt;p&gt;I have the following situation, where I have produced two boxes with text inside using the package &lt;code&gt;tcolorbox&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[a4paper,12pt]{article}&#xA;\usepackage[english]{babel}&#xA;\usepackage[most]{tcolorbox}&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{tcolorbox}[colback=black!8!white,colframe=black, width=3cm]&#xA;\centering Males&#xA;\end{tcolorbox}&#xA;\begin{tcolorbox}[colback=black!8!white,colframe=black, width=3cm]&#xA;\centering Females&#xA;\end{tcolorbox}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;However, with this code both boxes appear in different lines, and I would like to have them on the same line and to be able to adjust the distance between them using &lt;code&gt;\hspace*{}&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;How can this be done, preferably in a simple way?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt; the answers I received here are way more helpful, short and elegant than those provided in the related question that caused the close votes. For this reason, I don&#x27;t believe the question should be closed.&lt;/p&gt;&#xA;
  274.        </summary>
  275.    </entry>
  276.    <entry>
  277.        <id>https://tex.stackexchange.com/q/717603</id>
  278.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  279.        <title type="text">Tikz: Grouped Plot with Secondary y-axis</title>
  280.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  281.            <category scheme="https://tex.stackexchange.com/tags" term="pgfplots" />
  282.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-styles" />
  283.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pic" />
  284.            <category scheme="https://tex.stackexchange.com/tags" term="groupplots" />
  285.        <author>
  286.            <name>John</name>
  287.            <uri>https://tex.stackexchange.com/users/163616</uri>
  288.        </author>
  289.        <link rel="alternate" href="https://tex.stackexchange.com/questions/717603/tikz-grouped-plot-with-secondary-y-axis" />
  290.        <published>2024-05-09T21:28:02Z</published>
  291.        <updated>2024-05-18T17:18:47Z</updated>
  292.        <summary type="html">
  293.            &lt;p&gt;I have been working quite some time on a grouped error bar plot, but I&#x27;ve hit a wall: one of the variables (Variable 2) comes from a logistic regression, so its value/coefficient isn&#x27;t directly comparable to the others. The scale difference between the values corresponding to &#x27;Variable 2&#x27; and &#x27;Variables 1 and 3&#x27; results in tiny error bars for the latter, complicating interpretation. To fix this, I want to add a secondary y-axis on the right side of the plot just for Variable 2. Would that be possible?&lt;/p&gt;&#xA;&lt;p&gt;The plot that I have created right now looks as follows:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/VC2lyLZt.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/VC2lyLZt.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The code to generate the plot is given below.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[tikz,border=7pt]{standalone}&#xA;\usetikzlibrary{matrix,arrows.meta,decorations.pathreplacing}&#xA;\usetikzlibrary{matrix, arrows.meta} % added arrows.meta&#xA;\usepackage{pgfplots}&#xA;\usepgfplotslibrary{groupplots}&#xA;\usepackage{xcolor}&#xA;\definecolor{buy_color}{RGB}{0, 102, 204} % blue&#xA;\definecolor{sell_color}{RGB}{255, 51, 51} % red&#xA;\definecolor{all_color}{RGB}{0, 153, 0} % green&#xA;&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{tikzpicture}&#xA;\pgfplotsset{&#xA;  error bars/.cd,&#xA;    x dir=none,&#xA;    y dir=both, y explicit,&#xA;}&#xA;\begin{groupplot}[&#xA;    group style={&#xA;        group name=my plots,&#xA;        group size=1 by 3,&#xA;        vertical sep=1.5cm&#xA;    },&#xA;    width=12cm,&#xA;    height=6cm,&#xA;    tick pos=left,&#xA;    tick align=outside,&#xA;    yticklabel pos=left,&#xA;    yticklabel style={font=\footnotesize},&#xA;    ylabel style={font=\footnotesize},&#xA;    legend style={font=\footnotesize},&#xA;    legend pos=north west,&#xA;]&#xA;&#xA;\nextgroupplot[&#xA;    xlabel=Variables (Panel A),&#xA;    ylabel=Value,&#xA;    xtick={1,...,3},&#xA;    xticklabels={Variable 1,Variable 2, Variable 3},&#xA;]&#xA;  \addplot [mark=*,color=buy_color,only marks] table [x expr={\thisrow{x}-0.1}, y=y, y error=ey] {&#xA;    x y ey&#xA;    1 -0.057 -0.022&#xA;    2 -0.99 -0.28&#xA;    3 0.042 0.11&#xA;  };&#xA;  \addlegendentry{Buy}&#xA;  &#xA;  \addplot [mark=*,color=sell_color,only marks] table [x expr={\thisrow{x}&#x2B;0.1}, y=y, y error=ey] {&#xA;    x y ey&#xA;    1 -0.10 -0.07&#xA;    2 -0.52 0.26&#xA;    3 0.022 0.10&#xA;  };&#xA;  \addlegendentry{Sell}&#xA;\end{groupplot}&#xA;\end{tikzpicture}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  294.        </summary>
  295.    </entry>
  296.    <entry>
  297.        <id>https://tex.stackexchange.com/q/717366</id>
  298.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  299.        <title type="text">Draw two arrows between nodes in tikzpicture</title>
  300.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  301.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-arrows" />
  302.        <author>
  303.            <name>needhelp</name>
  304.            <uri>https://tex.stackexchange.com/users/319587</uri>
  305.        </author>
  306.        <link rel="alternate" href="https://tex.stackexchange.com/questions/717366/draw-two-arrows-between-nodes-in-tikzpicture" />
  307.        <published>2024-05-06T19:39:30Z</published>
  308.        <updated>2024-05-18T17:40:18Z</updated>
  309.        <summary type="html">
  310.            &lt;p&gt;I&#x27;m looking how to draw two arrows between nodes such as the red ones my image (the black one doesn&#x27;t matter). I tried with south,east etc unfortunately I cannot have something like on the picture with that. Thanks.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt; \begin{tikzpicture}[node distance=2cm, &amp;gt;=stealth, auto]&#xA;    % Define nodes&#xA;    \node[circle, draw] (A) at (0,0) {A};&#xA;    \node[circle, draw] (B) at (0,3) {B};&#xA;    \node[circle, draw] (C) at (-4,0) {C};&#xA;    \node[circle, draw] (D) at (-2,3) {D};&#xA;    \node[circle, draw] (E) at (-1.9,-2) {F};&#xA;    \node[circle, draw] (G) at (3,0) {G};&#xA;    \node[circle, draw] (Grade) at (3,3) {Grade};&#xA;    \node[circle, draw] (Indice) at (5,3) {Indice};&#xA;    \node[circle, draw] (H) at (3,-2) {H};&#xA;     \node[circle, draw] (I) at (6,-2) {I};&#xA;    % Draw arrows&#xA;    \draw[-&amp;gt;] (Grade) -- (Indice);&#xA;    \draw[-&amp;gt;] (Indice) -- (Grade);&#xA;   &#xA;&#xA;\end{tikzpicture}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/KnamogmG.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/KnamogmG.png&quot; alt=&quot;Graph&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  311.        </summary>
  312.    </entry>
  313.    <entry>
  314.        <id>https://tex.stackexchange.com/q/715866</id>
  315.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  316.        <title type="text">Compile two times with boolean set to true first and then false</title>
  317.            <category scheme="https://tex.stackexchange.com/tags" term="compiling" />
  318.            <category scheme="https://tex.stackexchange.com/tags" term="etoolbox" />
  319.        <author>
  320.            <name>User</name>
  321.            <uri>https://tex.stackexchange.com/users/312685</uri>
  322.        </author>
  323.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715866/compile-two-times-with-boolean-set-to-true-first-and-then-false" />
  324.        <published>2024-04-18T13:08:54Z</published>
  325.        <updated>2024-05-18T15:01:00Z</updated>
  326.        <summary type="html">
  327.            &lt;p&gt;I just received some tex files where there is a boolean defined at the beginning of the document with the etoolbox package. Changing the boolean produces a slightly different pdf. To produce the other version of the document, I have to copy the first pdf to not overwrite it when compiling again, change the boolean and then compile a second time. Is there a way to compile the document two times with the boolean set to the both true and false separately and and receive two pdfs?&lt;/p&gt;&#xA;&lt;p&gt;Thank you very much!&lt;/p&gt;&#xA;
  328.        </summary>
  329.    </entry>
  330.    <entry>
  331.        <id>https://tex.stackexchange.com/q/711810</id>
  332.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  333.        <title type="text">\topsep in nested list ignored</title>
  334.            <category scheme="https://tex.stackexchange.com/tags" term="lists" />
  335.            <category scheme="https://tex.stackexchange.com/tags" term="enumitem" />
  336.            <category scheme="https://tex.stackexchange.com/tags" term="vertical-spacing" />
  337.            <category scheme="https://tex.stackexchange.com/tags" term="nesting" />
  338.        <author>
  339.            <name>Gargantuar</name>
  340.            <uri>https://tex.stackexchange.com/users/172890</uri>
  341.        </author>
  342.        <link rel="alternate" href="https://tex.stackexchange.com/questions/711810/topsep-in-nested-list-ignored" />
  343.        <published>2024-02-28T23:33:02Z</published>
  344.        <updated>2024-05-18T20:02:55Z</updated>
  345.        <summary type="html">
  346.            &lt;p&gt;I don&#x27;t know if this is a LaTeX problem or an &lt;code&gt;enumitem&lt;/code&gt; problem, but it seems that &lt;code&gt;\topsep&lt;/code&gt; (and similarly &lt;code&gt;\partopsep&lt;/code&gt;) is ignored in nested lists if the list starts in vertical mode.&lt;/p&gt;&#xA;&lt;p&gt;Consider the following example with &lt;code&gt;topsep=10pt&lt;/code&gt; to exaggerate.&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-latex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{enumitem}&#xA;\begin{document}&#xA;&#xA;\begin{enumerate}&#xA;    \item a % list starts after text&#xA;        \begin{enumerate}[topsep=10pt]&#xA;            \item &#xA;        \end{enumerate}&#xA;        b&#xA;\end{enumerate}&#xA;&#xA;\begin{enumerate}&#xA;    \item % list starts without text&#xA;        \begin{enumerate}[topsep=10pt]&#xA;            \item &#xA;        \end{enumerate}&#xA;        b&#xA;\end{enumerate}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/dTmwQ.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/dTmwQ.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As seen in the first list, &lt;code&gt;topsep&lt;/code&gt; of &lt;code&gt;10pt&lt;/code&gt; is added above and below the list, as expected. Here the list is preceded by some text.&lt;/p&gt;&#xA;&lt;p&gt;In the second list, &lt;code&gt;topsep&lt;/code&gt; is completely ignored, printing &lt;em&gt;b&lt;/em&gt; immediately after the end of the list. Here the list starts directly after &lt;code&gt;\item&lt;/code&gt; without text. I&#x27;d expect that a vertical space of &lt;code&gt;topsep&lt;/code&gt; would be placed after the list at least. The same happens if one replaces &lt;code&gt;a&lt;/code&gt; by &lt;code&gt;\leavevmode&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This becomes especially problematic if one starts a theorem-like environment with a list, and after that one types text. Depending on the style of the list, this could become indistinguishable from normal paragraphs.&lt;/p&gt;&#xA;&lt;p&gt;So why is that the case? And how could one fix this? The fix probably uses the &lt;code&gt;after&lt;/code&gt; key, but should detect this specific case (i.e. that the list starts without text if nested) somehow.&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt; Apparently, &lt;code&gt;amsthm&lt;/code&gt; is also well-aware of this problem.&#xA;From the &lt;code&gt;amsthm&lt;/code&gt; documentation, p. 4:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;If no text is provided, the list will follow the heading on the same line. This has three unwanted effects: the horizontal space between the theorem head and the first item will be unacceptably large, a hyperlink to the theorem will not be &#x201C;live&#x201D; in the PDF file (although it will be marked), and &lt;em&gt;the extra vertical space that should follow the end of the list will be absent&lt;/em&gt; [emphasis mine].&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;
  347.        </summary>
  348.    </entry>
  349.    <entry>
  350.        <id>https://tex.stackexchange.com/q/694078</id>
  351.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  352.        <title type="text">pgfplots and subcaption subfigures not aligned vertically</title>
  353.            <category scheme="https://tex.stackexchange.com/tags" term="pgfplots" />
  354.            <category scheme="https://tex.stackexchange.com/tags" term="vertical-alignment" />
  355.            <category scheme="https://tex.stackexchange.com/tags" term="subcaption" />
  356.        <author>
  357.            <name>Bossipo</name>
  358.            <uri>https://tex.stackexchange.com/users/302836</uri>
  359.        </author>
  360.        <link rel="alternate" href="https://tex.stackexchange.com/questions/694078/pgfplots-and-subcaption-subfigures-not-aligned-vertically" />
  361.        <published>2023-08-22T10:41:14Z</published>
  362.        <updated>2024-05-18T16:07:36Z</updated>
  363.        <summary type="html">
  364.            &lt;p&gt;I&#x27;m trying to create a figure with 3 figures horizontally. I&#x27;m using &lt;code&gt;figure*&lt;/code&gt; environment, as I&#x27;m working in a two-column document, so that it spans the whole width horizontally. I&#x27;m using both &lt;code&gt;pgfplots&lt;/code&gt; and the &lt;code&gt;subcaption&lt;/code&gt; package.&lt;/p&gt;&#xA;&lt;p&gt;However, as I create the three figures with equal width, the one in the middle appears a little below the others. Here is an image for reference:&#xA;&lt;a href=&quot;https://i.stack.imgur.com/lHjfz.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/lHjfz.png&quot; alt=&quot;Example of the problem&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;My code is the following:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-latex prettyprint-override&quot;&gt;&lt;code&gt;\begin{figure*}[!t]&#xA;    \centering&#xA;    \begin{subfigure}{0.32\textwidth}&#xA;        \centering&#xA;        \input{figs/err_G_pert}&#xA;    \end{subfigure}&#xA;    \begin{subfigure}{0.32\textwidth}&#xA;        \centering&#xA;        \input{figs/err_X_sparsity}&#xA;    \end{subfigure}&#xA;    \begin{subfigure}{0.32\textwidth}&#xA;        \centering&#xA;        \input{figs/err_S_samp}&#xA;    \end{subfigure}&#xA;  \end{figure*}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;And in the inputted files there is only the creation of a tikzpicture as follows &lt;code&gt;\begin{tikzpicture}[baseline,scale=1]&lt;/code&gt;. I&#x27;ve tried setting the width to 0.3 but no luck.&lt;/p&gt;&#xA;&lt;p&gt;Thank you everyone in advance.&lt;/p&gt;&#xA;
  365.        </summary>
  366.    </entry>
  367.    <entry>
  368.        <id>https://tex.stackexchange.com/q/681216</id>
  369.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  370.        <title type="text">fixfoot with fixed labels for each footnote</title>
  371.            <category scheme="https://tex.stackexchange.com/tags" term="footnotes" />
  372.        <author>
  373.            <name>Danica</name>
  374.            <uri>https://tex.stackexchange.com/users/9019</uri>
  375.        </author>
  376.        <link rel="alternate" href="https://tex.stackexchange.com/questions/681216/fixfoot-with-fixed-labels-for-each-footnote" />
  377.        <published>2023-03-29T20:52:23Z</published>
  378.        <updated>2024-05-18T21:03:10Z</updated>
  379.        <summary type="html">
  380.            &lt;p&gt;In my CV, I use &lt;code&gt;fixfoot&lt;/code&gt; for a few different kinds of markers on talks/etc (e.g. marking that it was presented virtually or that expenses were paid). Currently, I do this with symbols based on &lt;a href=&quot;https://tex.stackexchange.com/a/68713/9019&quot;&gt;this code&lt;/a&gt;; the footnote text only shows up on relevant pages, as desired. The problem is that since I only have a small number of types of footnotes, I&#x27;d like each one to have its own dedicated symbol, rather than changing per page depending on which ones are present and in which order (as in the MWE below).&lt;/p&gt;&#xA;&lt;p&gt;That is, footnote type A should always be &amp;quot;A&amp;quot;, type B should always be &amp;quot;B&amp;quot;, and ideally they should appear in the corresponding order (first &amp;quot;A&amp;quot;, then &amp;quot;B&amp;quot;, but skipping any that aren&#x27;t present on a given page).&lt;/p&gt;&#xA;&lt;p&gt;I tried to modify fixfoot.sty to do this, but it was beyond me &#x2013;&#xA0;I expect at least fixing the symbol (though not the order) should be possible by just changing what&#x27;s the patch already being applied, but I didn&#x27;t figure out the right thing to do there. (I would also really prefer them to appear in a fixed order.) There also might be a much simpler way (it&#x27;s in some sense an easier problem than fixfoot solves)....&lt;/p&gt;&#xA;&lt;p&gt;If every category appeared on every page, then I could use something like the solutions from &lt;a href=&quot;https://tex.stackexchange.com/questions/254691/write-the-same-footnote-in-each-page&quot;&gt;Write the same footnote in each page&lt;/a&gt;, and maybe I&#x27;ll try something like that as a partial solution if nobody suggests something better here.&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage[paperheight=1in,paperwidth=2in]{geometry}&#xA;&#xA;% https://tex.stackexchange.com/questions/68703/fixfoot-sty-with-symbols&#xA;\usepackage[symbol*,perpage,bottom]{footmisc}&#xA;\usepackage{fixfoot}&#xA;\usepackage{etoolbox}&#xA;\makeatletter&#xA;\patchcmd\@fixed@footnote&#xA;  {\protected@xdef\@thefnmark{\csname @#1@fftn@footnote\endcsname}}%&#xA;  {\protected@xdef\@thefnmark{%&#xA;        \expandafter\@fnsymbol\csname @#1@fftn@footnote\endcsname}}%&#xA;  {}{}&#xA;\makeatother&#xA;&#xA;\DeclareFixedFootnote{\notea}{Type A.}&#xA;\DeclareFixedFootnote{\noteb}{Type B.}&#xA;&#xA;\begin{document}&#xA;A\notea{} and B\noteb{}.&#xA;\clearpage&#xA;B\noteb{} and A\notea{}.&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/TokwK.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/TokwK.png&quot; alt=&quot;Rendered output of the MWE&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  381.        </summary>
  382.    </entry>
  383.    <entry>
  384.        <id>https://tex.stackexchange.com/q/650896</id>
  385.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  386.        <title type="text">Latex command line compiler can&#x27;t find image files, but Gummi can</title>
  387.            <category scheme="https://tex.stackexchange.com/tags" term="graphics" />
  388.            <category scheme="https://tex.stackexchange.com/tags" term="compilation-error" />
  389.            <category scheme="https://tex.stackexchange.com/tags" term="command-line" />
  390.        <author>
  391.            <name>Time4Tea</name>
  392.            <uri>https://tex.stackexchange.com/users/263692</uri>
  393.        </author>
  394.        <link rel="alternate" href="https://tex.stackexchange.com/questions/650896/latex-command-line-compiler-cant-find-image-files-but-gummi-can" />
  395.        <published>2022-07-14T16:31:52Z</published>
  396.        <updated>2024-05-18T22:01:25Z</updated>
  397.        <summary type="html">
  398.            &lt;p&gt;I am trying to compile a latex document in Linux; however, the images are not being found from the command line, despite them being found in Gummi. I am running &lt;code&gt;latex [document_name]&lt;/code&gt; from the Linux command line and I am using the following tex code for the figures:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\begin{figure}[tb]&#xA;\centering&#xA;\includegraphics[width=0.47\textwidth]{waveplot_norm_ann}&#xA;\end{figure}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The image is a png file in the same directory as the latex source file. The error I get when trying to compile is as follows:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;! LaTeX Error: File `waveplot_norm_ann&#x27; not found.&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Does anyone know why Gummi can find it, but the command line compiler can&#x27;t?&lt;/p&gt;&#xA;
  399.        </summary>
  400.    </entry>
  401.    <entry>
  402.        <id>https://tex.stackexchange.com/q/628475</id>
  403.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  404.        <title type="text">How to adjust the line number count of a double-column document to start from the title?</title>
  405.            <category scheme="https://tex.stackexchange.com/tags" term="titles" />
  406.            <category scheme="https://tex.stackexchange.com/tags" term="two-column" />
  407.            <category scheme="https://tex.stackexchange.com/tags" term="line-numbering" />
  408.            <category scheme="https://tex.stackexchange.com/tags" term="lineno" />
  409.        <author>
  410.            <name>happy</name>
  411.            <uri>https://tex.stackexchange.com/users/257043</uri>
  412.        </author>
  413.        <link rel="alternate" href="https://tex.stackexchange.com/questions/628475/how-to-adjust-the-line-number-count-of-a-double-column-document-to-start-from-th" />
  414.        <published>2021-12-30T01:56:42Z</published>
  415.        <updated>2024-05-18T19:03:45Z</updated>
  416.        <summary type="html">
  417.            &lt;p&gt;I have observed that in latex, the line number count of a single-column document starts from the title, but the line number count of a double-column document starts from the main text. I hope that the line number of a double-column document can also start from the title. Is it, if so, how to modify it?&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{lipsum}&#xA;\usepackage{lineno}&#xA;&#xA;\linenumbers&#xA;\begin{document}&#xA;\title{The Triangulation of Titling Data in Non-Linear Gaussian Fashion via $\rho$ Series\thanks{No procrastination}}&#xA;\date{2017\\ December}&#xA;\author{John Doe\\ Magic Department\thanks{I am no longer a member of this department}, Richard Miles University &#xA;\and Richard Row, \LaTeX\ Academy}&#xA;&#xA;\maketitle&#xA;\lipsum&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/UmRR6.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/UmRR6.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[twocolumn]{article}&#xA;\usepackage{lipsum}&#xA;\usepackage{lineno}&#xA;&#xA;\linenumbers&#xA;\begin{document}&#xA;&#xA;\title{The Triangulation of Titling Data in Non-Linear Gaussian Fashion via $\rho$ Series\thanks{No procrastination}}&#xA;\date{2017\\ December}&#xA;\author{John Doe\\ Magic Department\thanks{I am no longer a member of this department}, Richard Miles University &#xA;\and Richard Row, \LaTeX\ Academy}&#xA;&#xA;\maketitle&#xA;\lipsum&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/XyN3D.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/XyN3D.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  418.        </summary>
  419.    </entry>
  420.    <entry>
  421.        <id>https://tex.stackexchange.com/q/624981</id>
  422.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  423.        <title type="text">how to adjust the width of the block title to the length of the text</title>
  424.            <category scheme="https://tex.stackexchange.com/tags" term="beamer" />
  425.            <category scheme="https://tex.stackexchange.com/tags" term="block" />
  426.        <author>
  427.            <name>Dom</name>
  428.            <uri>https://tex.stackexchange.com/users/28256</uri>
  429.        </author>
  430.        <link rel="alternate" href="https://tex.stackexchange.com/questions/624981/how-to-adjust-the-width-of-the-block-title-to-the-length-of-the-text" />
  431.        <published>2021-12-04T22:20:07Z</published>
  432.        <updated>2024-05-19T00:06:25Z</updated>
  433.        <summary type="html">
  434.            &lt;p&gt;I want the block title width to automatically adjust to the length of the text. In the following MWE, I have changed the beamer template for the block environment and set the width of the block title to a fixed measure. However, I want that measure not to be fixed and to adjust to the title text length.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{beamer} &#xA;\usetheme{Dresden}&#xA;\setbeamercolor{block title}{fg=white,bg=blue}&#xA;\setbeamercolor{block body}{fg=black,bg=black!5}&#xA;\setbeamerfont{block title}{size=\normalsize,series=\bf}&#xA;\setbeamerfont{block body}{size=\normalsize}&#xA;\setbeamertemplate{block begin}{&#xA;    \begin{beamercolorbox}[rounded=true,wd=2cm]{block title}&#xA;        \usebeamerfont*{block title}\insertblocktitle&#xA;    \end{beamercolorbox}&#xA;    \vskip1pt&#xA;    \usebeamerfont{block body}&#xA;    \begin{beamercolorbox}[wd=1\linewidth,sep=1pt,leftskip=0.2cm,rightskip=0.2cm]{block body}\vskip1pt&#xA;}&#xA;\setbeamertemplate{block end}{&#xA;    \vskip6pt&#xA;    \end{beamercolorbox}&#xA;}&#xA;\begin{document}&#xA;&#xA;\begin{frame}&#xA;\begin{block}{Short title}&#xA;some text here&#xA;\end{block}&#xA;\begin{block}{A bit more long title}&#xA;some text here&#xA;\end{block}&#xA;\end{frame}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  435.        </summary>
  436.    </entry>
  437.    <entry>
  438.        <id>https://tex.stackexchange.com/q/548711</id>
  439.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  440.        <title type="text">Table with different number of rows per column and jagged edge?</title>
  441.            <category scheme="https://tex.stackexchange.com/tags" term="tables" />
  442.            <category scheme="https://tex.stackexchange.com/tags" term="formatting" />
  443.        <author>
  444.            <name>ajax2112</name>
  445.            <uri>https://tex.stackexchange.com/users/202874</uri>
  446.        </author>
  447.        <link rel="alternate" href="https://tex.stackexchange.com/questions/548711/table-with-different-number-of-rows-per-column-and-jagged-edge" />
  448.        <published>2020-06-10T04:04:20Z</published>
  449.        <updated>2024-05-18T20:10:31Z</updated>
  450.        <summary type="html">
  451.            &lt;p&gt;I was wondering if anyone knows of a way to create a table in latex that looks something like this?&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/ysohy.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/ysohy.jpg&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I have a table in my project like this one below, but would like to remove the lines for the bottom right half.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/jpb7b.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/jpb7b.jpg&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Any help is greatly appreciated :)&lt;/p&gt;&#xA;
  452.        </summary>
  453.    </entry>
  454.    <entry>
  455.        <id>https://tex.stackexchange.com/q/523582</id>
  456.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  457.        <title type="text">LuaTex precompiled header fails with Unknown color stack number 1</title>
  458.            <category scheme="https://tex.stackexchange.com/tags" term="initex" />
  459.        <author>
  460.            <name>LeO</name>
  461.            <uri>https://tex.stackexchange.com/users/48642</uri>
  462.        </author>
  463.        <link rel="alternate" href="https://tex.stackexchange.com/questions/523582/luatex-precompiled-header-fails-with-unknown-color-stack-number-1" />
  464.        <published>2020-01-09T15:00:26Z</published>
  465.        <updated>2024-05-18T23:00:25Z</updated>
  466.        <summary type="html">
  467.            &lt;p&gt;I&#x27;m running on the Linux system LuaTex, 1.0.4. Since the compilation time takes quite some time - especially to create the ToC I thought I can precompile the header. With the precomiled header I try to run (as file &lt;code&gt;Main_2.tex&lt;/code&gt;)&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;\begin{document}&#xA;    Hello World&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;&lt;code&gt;luatex -shell-escape &quot;&amp;amp;preamble Main_2.tex&quot;&lt;/code&gt; which fails always with&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;*geometry* detected driver: pdftex&#xA;(/usr/share/texmf/tex/latex/hyperref/nameref.sty&#xA;(/usr/share/texmf/tex/generic/oberdiek/gettitlestring.sty)) (./Main_2.out)&#xA;(./Main_2.out) (/usr/share/texmf/tex/latex/oberdiek/pdflscape.sty&#xA;(/usr/share/texmf/tex/latex/graphics/lscape.sty))&#xA;! Unknown color stack number 1.&#xA;&amp;lt;to be read again&amp;gt; &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;The preamble is&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;\RequirePackage{luatex85} % for the watermark to be transparent (with the package)&#xA;\documentclass[a4paper,11pt]{article}&#xA;\usepackage{tikzpagenodes}&#xA;\usepackage[a4paper,includeheadfoot,margin=2.54cm]{geometry} % for margins on a A4paper&#xA;\usepackage{fontspec}&#xA;\usepackage[english, ngerman]{babel}&#xA;\usepackage{enumerate} % for enumeration to change&#xA;\usepackage{xcolor} % for highlighting AND background images-color!!!&#xA;\usepackage[pdfencoding=auto]{hyperref} % for links and PDF-specifica (and Umlaute in PDF meta-data)&#xA;\usepackage[raggedright]{titlesec} % to have the section NOT justify, i.e. the lines can be shorter (for linebreak)&#xA;\def\UrlBreaks{\do\/\do-\do\_} % for breaking long URLS additonally&#xA;\usepackage[all]{nowidow} % prevents orphans and widows&#xA;\usepackage{hyphenat} % allows hyphenation of compound words like &#x27;Test- und Produktivszenarien&#x27; (see source code)&#xA;\defaultfontfeatures{Ligatures=TeX} % to have the automatics ligatures of TeX&#xA;\setmainfont{Liberation Sans}  % use different font  (#xxy) [ size 11pt - already in the preamble]&#xA; %%% START adjust spacing in ToC number %%% &#xA;\makeatletter&#xA;\renewcommand\@pnumwidth{2em} %more place for page number &#xA;\makeatother %%% END adjust spacing in ToC number %%% &#xA;&#xA;\usepackage{setspace} % use for line spacing &#xA;\onehalfspacing % line spacing = 1.5 &#xA;\usepackage{booktabs} % for rules within a table&#xA;\usepackage{parskip} &#xA;&#xA;\usepackage{ltablex} % for tables with long lines &amp;amp; long tables (over &amp;gt;1 page)&#xA;\usepackage{arabluatex} % for support of arabic fonts&#xA;\newfontfamily\arabicfont{Amiri}[Script=Arabic, RawFeature={&#x2B;anum}]&#xA;\usepackage{tikz} % for invalid images&#xA;\usetikzlibrary{shapes}&#xA;\usepackage{fancyvrb}&#xA;\usepackage{fvextra}&#xA;&#xA;\usepackage{csquotes} % for quotes&#xA;\usepackage{eso-pic, transparent, pdfpages} % for the watermark&#xA;\AddToShipoutPictureFG{\AtPageCenter{\put(-40,-25){\rotatebox{55}{\makebox[0pt]{\transparent{0.5}\fontsize{3cm}{3cm}\bfseries\textcolor{red}{Draft}}}}}}&#xA; %%% START fix for longtables incorrect page wrapping %%% &#xA;\makeatletter&#xA;% copied from longtable.sty:&#xA;\def\LT@output{%&#xA;    \ifnum\outputpenalty &amp;lt;-\@Mi&#xA;    \ifnum\outputpenalty &amp;gt; -\LT@end@pen&#xA;    \LT@err{floats and marginpars not allowed in a longtable}\@ehc&#xA;    \else&#xA;    \setbox\z@\vbox{\unvbox\@cclv}%&#xA;    \ifdim \ht\LT@lastfoot&amp;gt;\ht\LT@foot&#xA;    \dimen@\pagegoal&#xA;    \advance\dimen@-\ht\LT@lastfoot&#xA;    \ifdim\dimen@&amp;lt;\ht\z@&#xA;    \setbox\@cclv\vbox{\unvbox\z@\copy\LT@foot\vss}%&#xA;    \@makecol&#xA;    \@outputpage&#xA;    \setbox\z@\vbox{\box\LT@head}%&#xA;    \fi&#xA;    \fi&#xA;    \global\@colroom\@colht&#xA;    \global\vsize\@colht&#xA;    %       \vbox %&amp;lt;--- removing this box avoids the error&#xA;    {\unvbox\z@\box\ifvoid\LT@lastfoot\LT@foot\else\LT@lastfoot\fi}%&#xA;    \fi&#xA;    \else&#xA;    \setbox\@cclv\vbox{\unvbox\@cclv\copy\LT@foot\vss}%&#xA;    \@makecol&#xA;    \@outputpage&#xA;    \global\vsize\@colroom&#xA;    \copy\LT@head\nobreak&#xA;    \fi}&#xA;\makeatother %%% END fix for longtables incorrect page wrapping %%% &#xA;&#xA;% START: #xxx: Different colors&#xA;\usepackage{titlesec} &#xA;\definecolor{coi_gray}{RGB}{136,155,169}&#xA;% Set formats for each heading level&#xA;\titleformat*{\section}{\normalsize\bfseries\color{coi_gray}}&#xA;\titleformat*{\subsection}{\normalsize\bfseries\color{coi_gray}}&#xA;\usepackage[font=small, format=hang]{caption} % small font, an additional line as space after figure&#xA;\titleformat*{\subsubsection}{\normalsize\bfseries\color{coi_gray}}&#xA;% END #xxx&#xA;\hypersetup{&#xA;    pdfauthor={},&#xA;    pdftitle={Test, DRAFT},&#xA;    pdfsubject={DRAFT},&#xA;    urlcolor={blue},&#xA;    colorlinks={true},&#xA;    pdfcreator={my\hyp{}tex},&#xA;    pdfproducer={lualatex},&#xA;    linkcolor={black},&#xA;    pdfkeywords={afg},&#xA;}&#xA;&#xA;\dump&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;and I generate the &lt;code&gt;fmt&lt;/code&gt; file with &lt;code&gt;lualatex -ini  &quot;&amp;amp;lualatex preamble.tex&quot;&lt;/code&gt;.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Any hints what&#x27;s wrong with the definition? Is a matter of order? Package clash?&lt;/p&gt;&#xA;
  468.        </summary>
  469.    </entry>
  470.    <entry>
  471.        <id>https://tex.stackexchange.com/q/455919</id>
  472.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  473.        <title type="text">Span a figure or table over 2 columns in a 3-or-more column document</title>
  474.            <category scheme="https://tex.stackexchange.com/tags" term="floats" />
  475.            <category scheme="https://tex.stackexchange.com/tags" term="multicol" />
  476.        <author>
  477.            <name>johnymm</name>
  478.            <uri>https://tex.stackexchange.com/users/171789</uri>
  479.        </author>
  480.        <link rel="alternate" href="https://tex.stackexchange.com/questions/455919/span-a-figure-or-table-over-2-columns-in-a-3-or-more-column-document" />
  481.        <published>2018-10-20T01:46:12Z</published>
  482.        <updated>2024-05-18T23:30:09Z</updated>
  483.        <summary type="html">
  484.            &lt;p&gt;Is it possible to span a float over 2 columns in a 3 (or more) column document obtained by the &lt;code&gt;multicol&lt;/code&gt; package? &lt;/p&gt;&#xA;&#xA;&lt;p&gt;Something like this, for example: &lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/oXbix.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/oXbix.jpg&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&#xA;I know it&#x27;s easy to span afloat across all columns using the &lt;code&gt;figure*&lt;/code&gt; environment; or on 1 column by using the &lt;code&gt;center&lt;/code&gt; environment. &lt;/p&gt;&#xA;&#xA;&lt;p&gt;But I have absolutely no idea how a crate a float that spans 2 columns in a 3 column document. Or, taking it a step further, a float that has a variable horizontal length, spanning for instance 1.5 or 2.5 columns (i.e. the &lt;code&gt;wrapfig&lt;/code&gt; equivalent for multiple columns). &lt;/p&gt;&#xA;&#xA;&lt;p&gt;Thanks. &lt;/p&gt;&#xA;
  485.        </summary>
  486.    </entry>
  487.    <entry>
  488.        <id>https://tex.stackexchange.com/q/200235</id>
  489.        <re:rank scheme="https://tex.stackexchange.com">6</re:rank>
  490.        <title type="text">Is there a predefined bandpass filter block in tikz?</title>
  491.            <category scheme="https://tex.stackexchange.com/tags" term="diagrams" />
  492.            <category scheme="https://tex.stackexchange.com/tags" term="circuitikz" />
  493.            <category scheme="https://tex.stackexchange.com/tags" term="block" />
  494.        <author>
  495.            <name>papiri</name>
  496.            <uri>https://tex.stackexchange.com/users/62057</uri>
  497.        </author>
  498.        <link rel="alternate" href="https://tex.stackexchange.com/questions/200235/is-there-a-predefined-bandpass-filter-block-in-tikz" />
  499.        <published>2014-09-08T20:45:54Z</published>
  500.        <updated>2024-05-18T20:26:32Z</updated>
  501.        <summary type="html">
  502.            &lt;p&gt;&lt;img src=&quot;https://i.stack.imgur.com/S3z8i.jpg&quot; alt=&quot;enter image description here&quot;&gt;&#xA;I want to create this block diagram.&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;    \documentclass{article}&#xA; \usepackage{tikz}&#xA; \usepackage{circuitikz}&#xA; \usepackage{pst-solides3d}&#xA; \usetikzlibrary{shapes,decorations}&#xA; \usetikzlibrary{positioning,arrows}&#xA; \tikzset{&#xA; state/.style={circle,draw,minimum size=6ex},&#xA; arrow/.style={-latex, shorten &amp;gt;=1ex, shorten &amp;lt;=1ex}}&#xA; \begin{document}&#xA; \begin{tikzpicture}  &#xA; %antenne&#xA;  \draw (0,-2) -- (0,.75);&#xA;  \draw (-1,.75) -- (0,-.25) -- (1,.75);&#xA;  \draw&#xA;  (0,-2) -- (3,-2);&#xA;  %lna&#xA;  \draw&#xA;  (3,-2.5) -- (3,-1.5)&#xA;  (3,-1.5) -- (4,-2)&#xA;  (3,-2.5) -- (4,-2)&#xA;  ;&#xA;  \draw[-latex]&#xA;  (4,-2) -- (6,-2);&#xA;  %bf1&#xA;  \draw&#xA;  (6,-2.5) -- (6,-1.5) -- (7,-1.5) -- (7,-2.5)-- (6,-2.5);&#xA; \end{tikzpicture}&#xA; \end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;&lt;img src=&quot;https://i.stack.imgur.com/ukdSp.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Is there any predefined bandpass filter in circuitikz and if don&#x27;t how do I get the sinus curves into this little box?&lt;/p&gt;&#xA;
  503.        </summary>
  504.    </entry>
  505.    <entry>
  506.        <id>https://tex.stackexchange.com/q/178857</id>
  507.        <re:rank scheme="https://tex.stackexchange.com">58</re:rank>
  508.        <title type="text">How can I use wxLua in LuaLaTeX on Windows?</title>
  509.            <category scheme="https://tex.stackexchange.com/tags" term="miktex" />
  510.            <category scheme="https://tex.stackexchange.com/tags" term="luatex" />
  511.            <category scheme="https://tex.stackexchange.com/tags" term="windows" />
  512.            <category scheme="https://tex.stackexchange.com/tags" term="lua" />
  513.        <author>
  514.            <name>SLx64</name>
  515.            <uri>https://tex.stackexchange.com/users/51879</uri>
  516.        </author>
  517.        <link rel="alternate" href="https://tex.stackexchange.com/questions/178857/how-can-i-use-wxlua-in-lualatex-on-windows" />
  518.        <published>2014-05-18T08:57:06Z</published>
  519.        <updated>2024-05-18T18:04:05Z</updated>
  520.        <summary type="html">
  521.            &lt;p&gt;I have some problems using wxLua in LuaLateX.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;This works:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;lua simpleui.lua&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;(print instead of &lt;code&gt;tex.print&lt;/code&gt;)&lt;/p&gt;&#xA;&#xA;&lt;p&gt;But if I try this:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;lualatex wx.tex&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;it doesn&#x27;t work.&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\directlua{require(&quot;simpleui.lua&quot;)}&#xA;\usepackage{color}&#xA;&#xA;\begin{document}&#xA;  {\Huge\color{\ChoicewxRadioBox} Test!}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;Error:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/QA9WR.png&quot; rel=&quot;noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/QA9WR.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;code&gt;simpleui.lua&lt;/code&gt;:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;require(&quot;wx&quot;)&#xA;&#xA;frame = nil&#xA;&#xA;function HandleEvents(event)&#xA;  local name = event:GetEventObject():DynamicCast(&quot;wxWindow&quot;):GetName()&#xA;  print(string.format(&quot;\\global\\def\\Choice%s{%s}&quot;, name, event:GetString()))&#xA;end&#xA;&#xA;function main()&#xA;  frame = wx.wxFrame(wx.NULL,&#xA;                     wx.wxID_ANY,&#xA;                     &quot;Erstellen Sie Ihr PDF-Dokument mit LuaTeX&quot;,&#xA;                     wx.wxDefaultPosition,&#xA;                     wx.wxSize(185, 85),&#xA;                     wx.wxDEFAULT_FRAME_STYLE)&#xA;  local panel = wx.wxPanel(frame, wx.wxID_ANY)&#xA;  local choices = {&quot;blue&quot;, &quot;red&quot;, &quot;green&quot;}&#xA;  local radioBox = wx.wxRadioBox(panel,&#xA;                                 wx.wxID_ANY,&#xA;                                 &quot;Farbe&quot;,&#xA;                                 wx.wxDefaultPosition,&#xA;                                 wx.wxDefaultSize,&#xA;                                 choices, 1,wx.wxRA_SPECIFY_ROWS)&#xA;  frame:Connect(wx.wxID_ANY,&#xA;                wx.wxEVT_COMMAND_RADIOBOX_SELECTED,&#xA;                HandleEvents)&#xA;  frame:Show(true)&#xA;end&#xA;&#xA;main()&#xA;&#xA;wx.wxGetApp():MainLoop()&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;The folder contains the following files:&lt;/p&gt;&#xA;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;lua51.dll&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;lua5.1.dll&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;simpleui.lua&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;wx.tex&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;wx.dll&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;p&gt;I am using Lua 5.1 and LuaTeX beta-0.70.2 (MikTeX 2.9).&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;code&gt;texlua simpleui.lua&lt;/code&gt; doesn&#x27;t work:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/Qy2mA.png&quot; rel=&quot;noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/Qy2mA.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;The example is on page 24:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;http://www.dante.de/events/Archiv/dante2012/Programm/Vortraege/vortrag-meigen.pdf&quot; rel=&quot;noreferrer&quot;&gt;http://www.dante.de/events/Archiv/dante2012/Programm/Vortraege/vortrag-meigen.pdf&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Edit: I was able to compile the wxlua libs on Linux and it works, but i still haven&#x27;t any solution for windows.&lt;/p&gt;&#xA;
  522.        </summary>
  523.    </entry>
  524.    <entry>
  525.        <id>https://tex.stackexchange.com/q/87131</id>
  526.        <re:rank scheme="https://tex.stackexchange.com">5</re:rank>
  527.        <title type="text">Overwrite section numbering styles in RevTex</title>
  528.            <category scheme="https://tex.stackexchange.com/tags" term="sectioning" />
  529.            <category scheme="https://tex.stackexchange.com/tags" term="numbering" />
  530.            <category scheme="https://tex.stackexchange.com/tags" term="revtex" />
  531.        <author>
  532.            <name>Boki</name>
  533.            <uri>https://tex.stackexchange.com/users/23351</uri>
  534.        </author>
  535.        <link rel="alternate" href="https://tex.stackexchange.com/questions/87131/overwrite-section-numbering-styles-in-revtex" />
  536.        <published>2012-12-15T17:03:38Z</published>
  537.        <updated>2024-05-18T17:27:42Z</updated>
  538.        <summary type="html">
  539.            &lt;p&gt;I want my sections, subsections and subsubsections in &lt;code&gt;revtex&lt;/code&gt; to be marked by arabic numbers and 1.1., 1.1.1. etc. Instead I&#x27;m having roman numbers and letters. Can somebody help me?&lt;/p&gt;&#xA;
  540.        </summary>
  541.    </entry>
  542. </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=http%3A//tex.stackexchange.com/feeds

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