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-16T04:28:05Z</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/715675</id>
  12.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  13.        <title type="text">how to draw this graphic using the Tikz in TeX?</title>
  14.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  15.        <author>
  16.            <name>&#x9752;&#x5C71;&#x6F2B;&#x6B65;</name>
  17.            <uri>https://tex.stackexchange.com/users/285959</uri>
  18.        </author>
  19.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715675/how-to-draw-this-graphic-using-the-tikz-in-tex" />
  20.        <published>2024-04-16T04:03:50Z</published>
  21.        <updated>2024-04-16T04:03:50Z</updated>
  22.        <summary type="html">
  23.            &lt;p&gt;I am a novice to TeX,&#xA;how to draw this graphic using the Tikz in TeX?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/AJbSA5D8.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/AJbSA5D8.jpg&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  24.        </summary>
  25.    </entry>
  26.    <entry>
  27.        <id>https://tex.stackexchange.com/q/715674</id>
  28.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  29.        <title type="text">\cs_new:Npn causes illegal unit or measure error while \let doesn&#x27;t</title>
  30.            <category scheme="https://tex.stackexchange.com/tags" term="errors" />
  31.            <category scheme="https://tex.stackexchange.com/tags" term="expl3" />
  32.        <author>
  33.            <name>Stephen</name>
  34.            <uri>https://tex.stackexchange.com/users/241621</uri>
  35.        </author>
  36.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715674/cs-newnpn-causes-illegal-unit-or-measure-error-while-let-doesnt" />
  37.        <published>2024-04-16T02:41:27Z</published>
  38.        <updated>2024-04-16T02:41:27Z</updated>
  39.        <summary type="html">
  40.            &lt;p&gt;In the MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\setlength{\fboxsep}{0pt}&#xA;\begin{document}&#xA;&#xA;\ExplSyntaxOn&#xA;\cs_new:Npn \foo:nn #1#2&#xA;  {&#xA;    \makebox[#1][s]{#2}&#xA;  }&#xA;% \cs_new:Npn \bar:nn #1#2 { \foo:nn #1#2 }&#xA;\let \bar:nn \foo:nn&#xA;\fbox{\foo:nn {3cm} {a~b~c~d}}\par&#xA;\fbox{\bar:nn {3cm} {a~b~c~d}}&#xA;\ExplSyntaxOff&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;If I use &lt;code&gt;\cs_new:Npn&lt;/code&gt; instead of &lt;code&gt;\let&lt;/code&gt;, it will throw an &amp;quot;illegal unit of measure&amp;quot; error. Why? How can I fix this?&lt;/p&gt;&#xA;
  41.        </summary>
  42.    </entry>
  43.    <entry>
  44.        <id>https://tex.stackexchange.com/q/715665</id>
  45.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  46.        <title type="text">How to have restatable tcolorbox theorem environments, while avoiding labels being multiply defined</title>
  47.            <category scheme="https://tex.stackexchange.com/tags" term="cross-referencing" />
  48.            <category scheme="https://tex.stackexchange.com/tags" term="tcolorbox" />
  49.            <category scheme="https://tex.stackexchange.com/tags" term="labels" />
  50.            <category scheme="https://tex.stackexchange.com/tags" term="theorems" />
  51.            <category scheme="https://tex.stackexchange.com/tags" term="thmtools" />
  52.        <author>
  53.            <name>Naysh</name>
  54.            <uri>https://tex.stackexchange.com/users/118947</uri>
  55.        </author>
  56.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715665/how-to-have-restatable-tcolorbox-theorem-environments-while-avoiding-labels-bei" />
  57.        <published>2024-04-15T21:01:40Z</published>
  58.        <updated>2024-04-15T23:58:52Z</updated>
  59.        <summary type="html">
  60.            &lt;p&gt;I have a document where I would like to define a theorem early on, and then restate the same theorem later on when it comes time to prove it.&lt;/p&gt;&#xA;&lt;p&gt;Normally this could be done using the &lt;code&gt;thm-restate&lt;/code&gt; package. However, the theorems in my document use a tcolorbox environment, so instead I tried using the approach suggested in &lt;a href=&quot;https://tex.stackexchange.com/a/660914/118947&quot;&gt;this answer&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;That approach works for restating theorems, but then LaTeX raises warnings about labels being &amp;quot;multiply defined.&amp;quot; Because of this error, I cannot then reference the restated theorems correctly.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My question:&lt;/strong&gt; how can I restate tcolorbox theorems, without running into an issue where labels are duplicated?&lt;/p&gt;&#xA;&lt;p&gt;Here is a minimum example showcasing the setup and problem:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;&#xA;\usepackage{amsmath}&#xA;\usepackage[colorlinks=true, allcolors=blue]{hyperref}&#xA;\usepackage{cleveref}&#xA;&#xA;\usepackage{tcolorbox}&#xA;\tcbuselibrary{theorems}&#xA;\tcbuselibrary{magazine}&#xA;\usepackage{amsthm}&#xA;&#xA;\theoremstyle{definition}&#xA;&#xA;% The tcolorbox theorem&#xA;\newtcbtheorem{theorem}{Theorem}{colback=gray!10,colframe=gray!40!black}{theorem}&#xA;&#xA;% Commands to restate the theorem&#xA;\newcommand{\recallthm}[2][1]{\par\noindent\useboxarray[#2]{#1}}&#xA;\usepackage{environ}&#xA;\NewEnviron{restatablethm}[2]{%&#xA;\newboxarray{#2}%&#xA;\begin{theorem}[reset box array=#2, store to box array=#2]{#1}{#2}&#xA;    \BODY%&#xA;\end{theorem}%&#xA;\recallthm{#2}%&#xA;}&#xA;&#xA;% Other theorem environments might be on the same counter&#xA;\newtheorem{lemma}[tcb@cnt@theorem]{Lemma}&#xA;&#xA;\begin{document}&#xA;&#xA;    % The first theorem&#xA;    \begin{restatablethm}{Serious Algorithm}{coollabel}&#xA;        An example boxed theorem..&#xA;    \end{restatablethm}&#xA;&#xA;    \begin{lemma}&#xA;        A simple lemma.&#xA;    \end{lemma}&#xA;&#xA;    % The restated theorem&#xA;    \recallthm{coollabel}&#xA;&#xA;    By \Cref{thm:collabel} we are done. % The reference here does not work (yields ??). &#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  61.        </summary>
  62.    </entry>
  63.    <entry>
  64.        <id>https://tex.stackexchange.com/q/715660</id>
  65.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  66.        <title type="text">Typesetting Chord Progressions With MusiXTex</title>
  67.            <category scheme="https://tex.stackexchange.com/tags" term="texshop" />
  68.            <category scheme="https://tex.stackexchange.com/tags" term="musixtex" />
  69.        <author>
  70.            <name>duffymo</name>
  71.            <uri>https://tex.stackexchange.com/users/43472</uri>
  72.        </author>
  73.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715660/typesetting-chord-progressions-with-musixtex" />
  74.        <published>2024-04-15T17:58:29Z</published>
  75.        <updated>2024-04-15T18:42:33Z</updated>
  76.        <summary type="html">
  77.            &lt;p&gt;I&#x27;m familiar with LaTeX for math typesetting.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m getting started with MusiXTex for the first time.  I&#x27;m having some fundamental problems.&lt;/p&gt;&#xA;&lt;p&gt;My objective is to use the tool to transcribe music for classical guitar.  The piece is &lt;a href=&quot;https://www.youtube.com/watch?v=sLSPBJJ1o2s&quot; rel=&quot;nofollow noreferrer&quot;&gt;&amp;quot;La Promessa (Elena)&amp;quot; - music by Luciano Pizzolante&lt;/a&gt;.  It uses an open tuning FACFCF.  I&#x27;m assuming that means the key of F major, with one flat.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m using a MacBook Pro running &lt;a href=&quot;https://mac.softpedia.com/get/Word-Processing/TeXShop.shtml&quot; rel=&quot;nofollow noreferrer&quot;&gt;TeXShop version 5.32&lt;/a&gt; on Sonoma 14.4.1.&lt;/p&gt;&#xA;&lt;p&gt;I wanted to start by laying out the F major scale and the chords associated with it.&lt;/p&gt;&#xA;&lt;p&gt;The &lt;code&gt;.tex&lt;/code&gt; file looks like this:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[a4paper]{article}&#xA;&#xA;\usepackage{musixtex}&#xA;\usepackage{hyperref}&#xA;&#xA;\begin{document}&#xA;&#xA;\href{http://www.latex-tutorial.com}{LaTeX-Tutorial}.&#xA;&#xA;Chris Lewis asked me to transcribe a piece called \href{https://www.youtube.com/watch?v=sLSPBJJ1o2s}{&amp;quot;La Promessa (Elena)&amp;quot;} - music by Luciano Pizzolante.  It uses an unusual open tuning that I&#x27;ve never seen before: FACFCF.  I&#x27;m going to guess it&#x27;s in the key of F major.  &#xA;&#xA;I&#x27;lll start by writing an F major scale.  It has one flat, so it falls nicely on the guitar: &#xA;&#xA;\begin{music}&#xA;    \setstaffs1{1}&#xA;    \generalmeter{\meterfrac44}&#xA;    \generalsignature{-1}&#xA;&#xA;    % F major scale&#xA;    %  F, G, A, B&#x266D;, C, D, and E&#xA;    \startpiece&#xA;    \notes \qu f \en &#xA;    \notes \qu g \en &#xA;        \notes \qu a \en &#xA;        \notes \qu b \en &#xA;    \bar&#xA;        \notes \qu c \en &#xA;        \notes \qu d \en &#xA;        \notes \qu e \en &#xA;    \notes \qu f \en&#xA;    \endpiece&#xA;\end{music}&#xA;&#xA;What are the chords that go with this scale?&#xA;&#xA;\begin{music}&#xA;     % Set the scale&#xA;    \setstaffs1{1} % Number of staves&#xA;    \generalmeter{\meterfrac44}&#xA;    \generalsignature{-1}&#xA;&#xA;    \startpiece&#xA;        \Notes\zchar{13}{C\textsuperscript{maj6}}\sk\loff{\zh{{J}{L}{N}}}\wh{a}\en\barre&#xA;        \Notes\zchar{13}{F\textsuperscript{7}}\sk\loff{\zh{{F}{H}{J}}}\loffset{1.0}{\fl L}\wh{L}\en\barre&#xA;    \endpiece&#xA;\end{music}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Here&#x27;s the output PDF I get when I run it:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/zOlYwq25.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/zOlYwq25.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Questions:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;How can I get the scale notes to continue up without dropping down an octave at A?&lt;/li&gt;&#xA;&lt;li&gt;The chord symbol layout is rather obscure and hard to follow.  I tried to install the PMX packaging using TeXLive, but TeXShop complains that it can&#x27;t find it?  What&#x27;s the best way?&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;
  78.        </summary>
  79.    </entry>
  80.    <entry>
  81.        <id>https://tex.stackexchange.com/q/715656</id>
  82.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  83.        <title type="text">Argument of \language@active@arg&lt; has an extra }</title>
  84.            <category scheme="https://tex.stackexchange.com/tags" term="chapters" />
  85.            <category scheme="https://tex.stackexchange.com/tags" term="babel" />
  86.            <category scheme="https://tex.stackexchange.com/tags" term="spanish" />
  87.            <category scheme="https://tex.stackexchange.com/tags" term="texorpdfstring" />
  88.        <author>
  89.            <name>albert</name>
  90.            <uri>https://tex.stackexchange.com/users/44119</uri>
  91.        </author>
  92.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715656/argument-of-languageactivearg-has-an-extra" />
  93.        <published>2024-04-15T16:33:37Z</published>
  94.        <updated>2024-04-15T17:38:33Z</updated>
  95.        <summary type="html">
  96.            &lt;p&gt;I have the small MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;  \batchmode&#xA;  \documentclass[twoside]{book}&#xA;  \usepackage[spanish]{babel}&#xA;\begin{document}&#xA;\chapter{Referencia \texorpdfstring{$&amp;lt;$}{&amp;lt;} }&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;And this results (with pdflatex) in the Error:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;! Argument of \language@active@arg&amp;gt; has an extra }.&#xA;&amp;lt;inserted text&amp;gt;&#xA;                \par&#xA;l.5 \chapter{Referencia \texorpdfstring{$&amp;lt;$}{&amp;lt;} }&#xA;&#xA;I&#x27;ve run across a `}&#x27; that doesn&#x27;t seem to match anything.&#xA;For example, `\def\a#1{...}&#x27; and `\a}&#x27; would produce&#xA;this error. If you simply proceed now, the `\par&#x27; that&#xA;I&#x27;ve just inserted will cause me to report a runaway&#xA;argument that might be the root of the problem. But if&#xA;your `}&#x27; was spurious, just type `2&#x27; and it will go away.&#xA;&#xA;Runaway argument?&#xA;! Paragraph ended before \language@active@arg&amp;gt; was complete.&#xA;&amp;lt;to be read again&amp;gt;&#xA;                   \par&#xA;l.5 \chapter{Referencia \texorpdfstring{$&amp;lt;$}{&amp;lt;} }&#xA;&#xA;I suspect you&#x27;ve forgotten a `}&#x27;, causing me to apply this&#xA;control sequence to too much text. How can we recover?&#xA;My plan is to forget the whole thing and hope for the best.&#xA;...&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Any suggestions on how to solve this in a general way?&#xA;(problem also occurs with other characters in &lt;code&gt;textorpdfstring&lt;/code&gt;)&lt;/p&gt;&#xA;
  97.        </summary>
  98.    </entry>
  99.    <entry>
  100.        <id>https://tex.stackexchange.com/q/715655</id>
  101.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  102.        <title type="text">Displayed math inside an ovalbox in the fancy box package</title>
  103.            <category scheme="https://tex.stackexchange.com/tags" term="fancybox" />
  104.        <author>
  105.            <name>Michael Hardy</name>
  106.            <uri>https://tex.stackexchange.com/users/13610</uri>
  107.        </author>
  108.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715655/displayed-math-inside-an-ovalbox-in-the-fancy-box-package" />
  109.        <published>2024-04-15T16:32:40Z</published>
  110.        <updated>2024-04-15T16:50:37Z</updated>
  111.        <summary type="html">
  112.            &lt;pre&gt;&lt;code&gt;\begin{center}&#xA;\ovalbox{Consider the integral&#xA;$ I_n = \int_0^1$}&#xA;\end{center}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;While using the fancybox package, the code above works as I would have expected, but the following gets me an error message about a missing $&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\begin{center}&#xA;\ovalbox{Consider the integral&#xA;$$ I_n = \int_0^1$$}&#xA;\end{center}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;How can I make this work?&lt;/p&gt;&#xA;
  113.        </summary>
  114.    </entry>
  115.    <entry>
  116.        <id>https://tex.stackexchange.com/q/715652</id>
  117.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  118.        <title type="text">ER diagram with empty boxes as a worksheet</title>
  119.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  120.            <category scheme="https://tex.stackexchange.com/tags" term="diagrams" />
  121.        <author>
  122.            <name>wayne</name>
  123.            <uri>https://tex.stackexchange.com/users/178154</uri>
  124.        </author>
  125.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715652/er-diagram-with-empty-boxes-as-a-worksheet" />
  126.        <published>2024-04-15T16:00:14Z</published>
  127.        <updated>2024-04-15T21:24:25Z</updated>
  128.        <summary type="html">
  129.            &lt;p&gt;I am in the process of creating a worksheet for my students. It&#x27;s about ER-diagrams. It&#x27;s relatively easy with Word, but it doesn&#x27;t look so nice ;)&lt;/p&gt;&#xA;&lt;p&gt;I already know how to create ER-diagrams. What I would like to have are fields that the students have to fill out. Here my code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[10pt,letterpaper]{article}&#xA;\usepackage[lmargin=1in,rmargin=1in,tmargin=1in,bmargin=1in]{geometry}&#xA;\usepackage{tikz-er2}&#xA;\usepackage{adjustbox}&#xA;\usetikzlibrary{shadows,positioning}&#xA;&#xA;&#xA;\begin{document}&#xA;&#xA;&#xA;\tikzset{every entity/.style={top color=white,bottom color=blue!30,draw=blue!50!black!100,drop shadow},&#xA;        every attribute/.style = {top color=white, bottom color=yellow!20,&#xA;                                  draw=yellow, drop shadow},&#xA;        every relationship/.style ={top color=white, bottom color=red!20,&#xA;                                  draw=red!50!black!100, drop shadow},&#xA;        every edge/.style = {link},&#xA;        every isa/.style = {top color=white, bottom color=green!20,&#xA;                                  draw=green!50!black!100, drop shadow},&#xA;        }&#xA;\begin{adjustbox}{width=\columnwidth,center}&#xA;\begin{tikzpicture}[node distance=8em]&#xA;    \node[entity] (student) {Kunde};&#xA;    \node[attribute] (stud-id) [left = of student] {\key{KNR}} edge (student);&#xA;    \node[attribute] (name) [above  = of student] {Name} edge (student);&#xA;    \node[relationship] (joins) [right = of student] {kauft} edge (student);&#xA;    \node[entity] (pgroup) [right = of joins] {Artikel} edge  (joins);&#xA;    \node[attribute] (group-id) [above = of pgroup] {Bezeichnung} edge (pgroup);&#xA;    \node[attribute] (group-id) [right = of pgroup] {\key{ANR}} edge (pgroup);&#xA;\end{tikzpicture}&#xA;\end{adjustbox}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Here is the result:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/b4ijYHUr.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/b4ijYHUr.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;And here what it looks like in Word:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/8UzlkhTK.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/8UzlkhTK.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;So how to add empty boxes and empty speech bubbles to the ER diagram? I&#x27;m very thankful for your help!&lt;/strong&gt;&lt;/p&gt;&#xA;
  130.        </summary>
  131.    </entry>
  132.    <entry>
  133.        <id>https://tex.stackexchange.com/q/715650</id>
  134.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  135.        <title type="text">Preserving Cross-references links in an extracted PDF</title>
  136.            <category scheme="https://tex.stackexchange.com/tags" term="cross-referencing" />
  137.            <category scheme="https://tex.stackexchange.com/tags" term="pdfpages" />
  138.            <category scheme="https://tex.stackexchange.com/tags" term="extract" />
  139.        <author>
  140.            <name>Aymane Fihadi</name>
  141.            <uri>https://tex.stackexchange.com/users/49238</uri>
  142.        </author>
  143.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715650/preserving-cross-references-links-in-an-extracted-pdf" />
  144.        <published>2024-04-15T15:51:28Z</published>
  145.        <updated>2024-04-15T16:31:02Z</updated>
  146.        <summary type="html">
  147.            &lt;p&gt;When I write my lectures, I write them in one document such as this mwe&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;% document name : main.tex&#xA;\documentclass{scrbook}&#xA;\usepackage{etoc}&#xA;\newcommand{\chaptertoc}[1][Contenu du chapitre]{%&#xA;    %\etocsettocstyle{\addsec*{#1}}{}%&#xA;    \etocsettocstyle{\addsec*{#1\\\rule{\textwidth}{0.4pt}} \small }{}&#xA;    \localtableofcontents%&#xA;}&#xA;&#xA;\usepackage{hyperref}&#xA;&#xA;\usepackage[]{blindtext}&#xA;&#xA;\begin{document}&#xA;\tableofcontents&#xA;\chapter{Chapter One}&#xA;\chaptertoc{}&#xA;\section{section one of chapter one}&#xA;\Blindtext&#xA;\section{section two of chapter one}&#xA;\Blindtext&#xA;\chapter{Chapter Two}&#xA;\chaptertoc{}&#xA;\section{section one of chapter two}&#xA;\Blindtext&#xA;\section{section two of chapter two}&#xA;\Blindtext&#xA;\section{section three of chapter two}&#xA;\Blindtext&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I continue to modify and expand upon this main.tex document and share the content with my students based on the progress of the lecture, typically chapter by chapter. So I create a new document that contains along the lines of this mwe :&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;% document name: pdf_chapter1.tex&#xA;\documentclass{article}&#xA;\usepackage[]{pdfpages}&#xA;\usepackage{hyperref}&#xA;\begin{document}&#xA;    \includepdf[pages={3-5}]{main}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;And share the compiled result. The workflow (is) was convenient because I&#x27;ve been doing it this way for many years, but the problem is that I lose all the links of cross-references of the chapters, table of contents, and equations in the document.&#xA;Could you help me solve this issue, or if not possible, suggest another workflow?&lt;/p&gt;&#xA;
  148.        </summary>
  149.    </entry>
  150.    <entry>
  151.        <id>https://tex.stackexchange.com/q/715648</id>
  152.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  153.        <title type="text">Short title running and Author running in article class</title>
  154.            <category scheme="https://tex.stackexchange.com/tags" term="article" />
  155.            <category scheme="https://tex.stackexchange.com/tags" term="pagestyle" />
  156.        <author>
  157.            <name>Cris</name>
  158.            <uri>https://tex.stackexchange.com/users/147330</uri>
  159.        </author>
  160.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715648/short-title-running-and-author-running-in-article-class" />
  161.        <published>2024-04-15T15:36:24Z</published>
  162.        <updated>2024-04-15T20:10:33Z</updated>
  163.        <summary type="html">
  164.            &lt;p&gt;I try to add short title running on the even pages and author running on the odd page in a document, using this code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[11pt]{article}&#xA;\usepackage{lipsum}&#xA;&#xA;\title{\bf THE TITLE}&#xA;&#xA;\author{FIRST AUTHOR\footnote{{\tt e.mail@address.com} Address} &#xA;       \and SECOND AUTHOR\footnote{second author address}&#xA;       \and THIRD AUTHOR\footnote{third author address}}&#xA;\date{~}&#xA;\begin{document}&#xA;&#xA;\maketitle&#xA;&#xA;\pagestyle{myheadings}&#xA;\markboth{The short title}{F. Author S. Author T. Author}&#xA;&#xA;\lipsum&#xA;\lipsum&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The output is:&#xA;&lt;a href=&quot;https://i.sstatic.net/Cbq4tMOr.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/Cbq4tMOr.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&#xA;&lt;a href=&quot;https://i.sstatic.net/53kxDyfH.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/53kxDyfH.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&#xA;&lt;a href=&quot;https://i.sstatic.net/Tpgcd6MJ.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/Tpgcd6MJ.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As can be observed, the author is inserted on the top of the even pages (as on the odd pages) and not the short title as I want.&lt;/p&gt;&#xA;&lt;p&gt;I really don&#x27;t know how to fix it, by keeping the same layout of the document (margins, width, length etc.) as for the &lt;code&gt;article&lt;/code&gt; class.&lt;/p&gt;&#xA;&lt;p&gt;Any help would be appreciated.&lt;/p&gt;&#xA;
  165.        </summary>
  166.    </entry>
  167.    <entry>
  168.        <id>https://tex.stackexchange.com/q/715634</id>
  169.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  170.        <title type="text">Command for a comma-separated list of &#x27;Nchoose&#x27; numbers from &#x27;1,2,...,Nmax&#x27; numbers</title>
  171.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  172.            <category scheme="https://tex.stackexchange.com/tags" term="lists" />
  173.            <category scheme="https://tex.stackexchange.com/tags" term="pgfmath" />
  174.            <category scheme="https://tex.stackexchange.com/tags" term="random-numbers" />
  175.        <author>
  176.            <name>cis</name>
  177.            <uri>https://tex.stackexchange.com/users/46023</uri>
  178.        </author>
  179.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715634/command-for-a-comma-separated-list-of-nchoose-numbers-from-1-2-nmax-numb" />
  180.        <published>2024-04-15T12:43:47Z</published>
  181.        <updated>2024-04-15T21:51:44Z</updated>
  182.        <summary type="html">
  183.            &lt;p&gt;I found a code &lt;a href=&quot;https://tex.stackexchange.com/a/346285/46023&quot;&gt;here&lt;/a&gt; from @John Kormylo that chooses &lt;code&gt;\Nchoose&lt;/code&gt; numbers from &lt;code&gt;1,2,...,\Nmax&lt;/code&gt; numbers and give it out as comma-separatet &lt;code&gt;\mylist&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; &lt;em&gt;How could I make a &lt;strong&gt;command&lt;/strong&gt; from this, like&lt;/em&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\createlist{&amp;lt;name of list&amp;gt;}{&amp;lt;Nmax&amp;gt;}{&amp;lt;Nchoose&amp;gt;} &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;em&gt;For example&lt;/em&gt; &lt;code&gt;\createliste{pokerlist}{52}{6}&lt;/code&gt;&lt;em&gt;, so that I can say: &lt;br&gt;&#xA;&lt;code&gt;Show list: \pokerlist&lt;/code&gt; &lt;br&gt;&#xA;or &lt;code&gt;Third element is: \pgfmathparse{\pokerarray[2]} \pgfmathresult&lt;/code&gt; (see &#x27;Hint&#x27;) &lt;br&gt;&#xA;and so on.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Hint 1:&lt;/strong&gt; I need it &lt;strong&gt;as an array too&lt;/strong&gt;, but I think I can say &lt;code&gt;\def\myarray{\mylist}&lt;/code&gt; then.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Hint 2:&lt;/strong&gt; In these lists are &lt;em&gt;&lt;strong&gt;no duplicates&lt;/strong&gt;&lt;/em&gt; (For example &amp;quot;1,2,2,2,5,6,7,8,9,10,11,12&amp;quot; is NOT allowed.)&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/7oOqF4He.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/7oOqF4He.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{tikz}&#xA;&#xA;% Choose \Ncoose from \Nmax&#xA;\pgfmathtruncatemacro\Nmax{52}% &#xA;\pgfmathtruncatemacro\Nchoose{12}% &#xA;&#xA;&#xA;\begin{document}&#xA;% List of \Ncoose from \Nmax:&#xA;\foreach \i in {1,...,\Nmax} {\expandafter\xdef\csname index\i\endcsname{\i}}% create indexes&#xA;\foreach \i in {1,...,\Nmax} {% randomise (last step redundant)&#xA;  \pgfmathparse{random(\i,\Nmax)}%&#xA;  \let\j=\pgfmathresult&#xA;  \expandafter\let\expandafter\tempa\csname index\i\endcsname&#xA;  \expandafter\let\expandafter\tempb\csname index\j\endcsname&#xA;  \global\expandafter\let\csname index\i\endcsname=\tempb&#xA;  \global\expandafter\let\csname index\j\endcsname=\tempa&#xA;}%&#xA;\xdef\mylist{\csname index1\endcsname}% create comma delimited list&#xA;\foreach \i in {2,...,\Nchoose} {\xdef\mylist{\mylist, \csname index\i\endcsname}}%&#xA;&#xA;&#xA;\section{{\Nchoose} random numbers from {1,2,\dots,\Nmax}}&#xA;\noindent\mylist&#xA;&#xA;\section{{33} random numbers from {1,2,\dots,60}}&#xA;...&#xA;&#xA;\section{{52} random numbers from {1,2,\dots,52}}&#xA;...&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  184.        </summary>
  185.    </entry>
  186.    <entry>
  187.        <id>https://tex.stackexchange.com/q/715628</id>
  188.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  189.        <title type="text">Keep itemize items in fixed position when changing slides with subitems</title>
  190.            <category scheme="https://tex.stackexchange.com/tags" term="beamer" />
  191.            <category scheme="https://tex.stackexchange.com/tags" term="lists" />
  192.            <category scheme="https://tex.stackexchange.com/tags" term="positioning" />
  193.            <category scheme="https://tex.stackexchange.com/tags" term="vertical-spacing" />
  194.        <author>
  195.            <name>Guilherme Fraga</name>
  196.            <uri>https://tex.stackexchange.com/users/101240</uri>
  197.        </author>
  198.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715628/keep-itemize-items-in-fixed-position-when-changing-slides-with-subitems" />
  199.        <published>2024-04-15T11:55:42Z</published>
  200.        <updated>2024-04-15T19:12:44Z</updated>
  201.        <summary type="html">
  202.            &lt;p&gt;I have some itemize items that I want to present sequentially. I also want to discuss each item, using for that subitems. The subitems should disappear after that item is discussed.&lt;/p&gt;&#xA;&lt;p&gt;I can achieve this using &lt;code&gt;\only&lt;/code&gt; commands for each batch of subitems, see the example below:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{beamer}&#xA;&#xA;\begin{document}&#xA;\begin{frame}[t]&#xA;    \begin{itemize}&#xA;        \item&amp;lt;1-&amp;gt; Item 1&#xA;        \only&amp;lt;2&amp;gt;{\begin{itemize}&#xA;            \item Subitem 1&#xA;            \item Subitem 2&#xA;        \end{itemize}}&#xA;        \item&amp;lt;3-&amp;gt; Item 2&#xA;        \only&amp;lt;4&amp;gt;{\begin{itemize}&#xA;            \item Subitem 1&#xA;            \item Subitem 2&#xA;        \end{itemize}}&#xA;        \item&amp;lt;5-&amp;gt; Item 3&#xA;        \only&amp;lt;6&amp;gt;{\begin{itemize}&#xA;            \item Subitem 1&#xA;            \item Subitem 2&#xA;        \end{itemize}}&#xA;    \end{itemize}&#xA;\end{frame}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I want the main Items (Item 1, Item 2, etc.) to have a fixed position, rather than shifting vertically as I transition from one slide to the other (this is the reason why I used the &lt;code&gt;[t]&lt;/code&gt; specifier for the &lt;code&gt;frame&lt;/code&gt; environment). However, whenever I transition into a slide that has a subitem (say, in slide 4), the vertical spacing between the main items gets messed up.&lt;/p&gt;&#xA;&lt;p&gt;Is there a way of achieving what I want? I have tried using &lt;code&gt;overlayarea&lt;/code&gt; and &lt;code&gt;overprint&lt;/code&gt; for this, but I was not able to do it.&lt;/p&gt;&#xA;
  203.        </summary>
  204.    </entry>
  205.    <entry>
  206.        <id>https://tex.stackexchange.com/q/715592</id>
  207.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  208.        <title type="text">How to produce a stable mathematical symbol &amp; in the typewriter font?</title>
  209.            <category scheme="https://tex.stackexchange.com/tags" term="symbols" />
  210.            <category scheme="https://tex.stackexchange.com/tags" term="typewriter" />
  211.        <author>
  212.            <name>M. Logic</name>
  213.            <uri>https://tex.stackexchange.com/users/140814</uri>
  214.        </author>
  215.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715592/how-to-produce-a-stable-mathematical-symbol-in-the-typewriter-font" />
  216.        <published>2024-04-15T02:25:03Z</published>
  217.        <updated>2024-04-15T23:47:18Z</updated>
  218.        <summary type="html">
  219.            &lt;p&gt;First a minimal working sample is as follows.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;&#xA;\newcommand*\ttand{\mathord{\texttt{\&amp;amp;}}}&#xA;&#xA;\begin{document}&#xA;&#xA;$\ttand$&#xA;&#xA;\itshape$\ttand$&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/26QxzLBM.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/26QxzLBM.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As you see I defined a mathematical symbol &amp;amp; in the typewriter font. But it isn&#x27;t stable since it could be effected by &lt;code&gt;\itshape&lt;/code&gt;, &lt;code&gt;\bfseries&lt;/code&gt; and so on. Furthermore, it does&#x27;t work by replacing &lt;code&gt;\texttt&lt;/code&gt; by &lt;code&gt;\mathtt&lt;/code&gt; since &lt;code&gt;\mathtt&lt;/code&gt; doesn&#x27;t work on &amp;amp;. Then &lt;em&gt;how to produce a stable mathematical symbol &amp;amp; in the typewriter font?&lt;/em&gt;&lt;/p&gt;&#xA;
  220.        </summary>
  221.    </entry>
  222.    <entry>
  223.        <id>https://tex.stackexchange.com/q/715548</id>
  224.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  225.        <title type="text">How to share a figure between 2 columns with paracol</title>
  226.            <category scheme="https://tex.stackexchange.com/tags" term="graphics" />
  227.            <category scheme="https://tex.stackexchange.com/tags" term="multicol" />
  228.            <category scheme="https://tex.stackexchange.com/tags" term="paracol" />
  229.        <author>
  230.            <name>R. N</name>
  231.            <uri>https://tex.stackexchange.com/users/51462</uri>
  232.        </author>
  233.        <link rel="alternate" href="https://tex.stackexchange.com/questions/715548/how-to-share-a-figure-between-2-columns-with-paracol" />
  234.        <published>2024-04-14T13:00:21Z</published>
  235.        <updated>2024-04-15T16:19:57Z</updated>
  236.        <summary type="html">
  237.            &lt;p&gt;I am writing a report in two languages.&#xA;Therefore, I use the package &lt;code&gt;paracol&lt;/code&gt; to synchronize my text in columns.&#xA;I also use a &lt;code&gt;\columnseprule&lt;/code&gt; to separate the two columns.&lt;/p&gt;&#xA;&lt;p&gt;My problem is that within this report, I need to include some graphics.&#xA;So these images don&#x27;t need to be repeated in both columns but the caption should be different for each column.&lt;/p&gt;&#xA;&lt;p&gt;I came up with a cumbersome solution: I created a single column &lt;code&gt;singleCol&lt;/code&gt; environment that I use in the left column and I use a &lt;code&gt;phantom&lt;/code&gt; in the right column to have the same spacing.&#xA;It is work-ish: the spacing is still not perfect, and figure counters are not correct...&#xA;But I still have one problem.&#xA;The column rule separator is overlaying my figure, despite the that I change the size of the rule to 0 within this environment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/YF7lYu0x.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/YF7lYu0x.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;So as a more general question: how can I share a single graphic for 2 columns with their own caption in a float environment with paracol ?&#xA;Or as a specific question (if my solution is retained), how to remove the &lt;code&gt;\columnseprule&lt;/code&gt; locally within a paracol environment ?&lt;/p&gt;&#xA;&lt;p&gt;Here is a MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article} &#xA;  \usepackage[utf8]{inputenc}&#xA;  \usepackage[T1]{fontenc}&#xA;&#xA;  \usepackage{graphicx,float}&#xA;  \usepackage{paracol}&#xA;     \setlength{\columnseprule}{0.4pt}&#xA;     \setlength{\columnsep}{2em}&#xA;&#xA;     \makeatletter&#xA;     \newenvironment{singleCol}{% at begining of the env&#xA;        \setlength{\columnseprule}{0.0pt}&#xA;        \vskip\intextsep&#xA;        \noindent\minipage{\textwidth}&#xA;     }% body goes here&#xA;     {% at the end of the env&#xA;        \endminipage\hskip-\textwidth&#xA;     }% &#xA;     \makeatother&#xA;  &#xA;\begin{document} &#xA;&#xA;\begin{paracol}{2}&#xA;  \begin{leftcolumn}&#xA;     For several days in succession fragments of a defeated army had passed through the town. &#xA;     &#xA;     They were mere disorganized bands, not disciplined forces. &#xA;     The men wore long, dirty beards and tattered uniforms; they advanced in listless fashion, without a flag, without a leader.&#xA;     All seemed exhausted, worn out, incapable of thought or resolve, marching onward merely by force of habit, and dropping to the ground with fatigue the moment they halted.&#xA;  \end{leftcolumn}&#xA;  \begin{rightcolumn}&#xA;     Pendant plusieurs jours de suite des lambeaux d&#x27;arm&#xE9;e en d&#xE9;route avaient travers&#xE9; la ville. &#xA;&#xA;     Ce n&#x27;&#xE9;tait point de la troupe, mais des hordes d&#xE9;band&#xE9;es. &#xA;     Les hommes avaient la barbe longue et sale, des uniformes en guenilles, et ils avan&#xE7;aient d&#x27;une allure molle, &#xA;     sans drapeau, sans r&#xE9;giment. Tous semblaient accabl&#xE9;s, &#xE9;reint&#xE9;s, incapables d&#x27;une pens&#xE9;e ou d&#x27;une r&#xE9;solution,   marchant seulement par habitude, et tombant de fatigue sit&#xF4;t qu&#x27;ils s&#x27;arr&#xEA;taient. &#xA;  \end{rightcolumn}&#xA;&#xA;  \begin{figure*}&#xA;     \centering&#xA;     \includegraphics[width=0.5\textwidth]{example-image}&#xA;     \caption{caption of figure1}&#xA;  \end{figure*}&#xA;&#xA;  \begin{leftcolumn}&#xA;     One saw, in particular, many enlisted men, pea\-ceful citizens, men who lived quietly on their income, bending beneath the weight of their rifles; and little active volunteers,   easily frightened but full of enthusiasm, as eager to attack as they were ready to take to flight; and amid these, a sprinkling of red-breeched soldiers,       the pitiful remnant of a division cut down in a great battle; somber artillerymen, side by side with nondescript foot-soldiers; and, here and there, the gleaming helmet of a heavy-footed dragoon who had difficulty in keeping up with the quicker pace of the soldiers of the line.&#xA;  \end{leftcolumn}&#xA;  \begin{rightcolumn}&#xA;     On voyait surtout des mobilis&#xE9;s, gens pacifiques, rentiers tranquilles, pliant sous le poids du fusil; des petits moblots alertes, faciles &#xE0; l&#x27;&#xE9;pouvante et prom\-pts &#xE0; l&#x27;enthousiasme, pr&#xEA;ts &#xE0; l&#x27;attaque comme &#xE0; la fuite; puis, au milieu d&#x27;eux, quelques culottes rouges, d&#xE9;bris d&#x27;une division moulue dans une gran\-de bataille; des artilleurs sombres align&#xE9;s avec des fantassins divers; et, parfois, le casque brillant d&#x27;un dragon au pied pesant qui suivait avec peine la marche plus l&#xE9;g&#xE8;re des lignards.&#xA;  \end{rightcolumn}&#xA;&#xA;  \begin{leftcolumn*}&#xA;     Legions of irregulars with high---sounding na\-mes ``Avengers of Defeat&#x27;&#x27;, ``Citizens of the Tomb&#x27;&#x27;, ``Breth\-ren in Death&#x27;&#x27;---passed in their turn, looking like banditti. &#xA;  \end{leftcolumn*}&#xA;  \begin{rightcolumn}&#xA;     Des l&#xE9;gions de francs---tireurs aux appellations h&#xE9;ro&#xEF;ques : &#xAB; les Vengeurs de la D&#xE9;faite, les Citoyens de la Tombe,&#xA;     les Partageurs de la Mort &#xBB; --- passaient &#xE0; leur tour, avec des airs de bandits.&#xA;  \end{rightcolumn}&#xA;&#xA;&#xA;  \begin{leftcolumn}&#xA;     \begin{figure}[b]&#xA;        \begin{singleCol}&#xA;           \centering&#xA;           \includegraphics[width=0.5\textwidth]{example-image}&#xA;        \end{singleCol}&#xA;        \caption{caption of figure3}&#xA;     \end{figure}%&#xA;  \end{leftcolumn}&#xA;  \begin{rightcolumn}&#xA;     \begin{figure}[b]&#xA;        \phantom{\includegraphics[width=0.5\textwidth]{example-image}}&#xA;        \caption{caption de la figure3}&#xA;     \end{figure}%&#xA;  \end{rightcolumn}&#xA;&#xA;&#xA;  \begin{leftcolumn*}&#xA;     Their leaders, former drapers or grain merchants, or tallow or soap chandlers---warriors by force of circumstances, officers by reason of their mustachios or their money---covered with weapons, flannel and gold lace, spoke in an impressive manner,&#xA;     discussed plans of campaign,and behaved as though they alone bore the fortunes of dying France on their braggart shoulders; &#xA;     though, in truth, they frequently were afraid of their own men---scoundrels often brave beyond measure, but pillagers and debauchees.&#xA;  \end{leftcolumn*}&#xA;  \begin{rightcolumn}&#xA;     Leurs chefs, anciens commer&#xE7;ants en draps ou en graines, ex--marchands de suif ou de savon, guerriers de circonstance, &#xA;     nomm&#xE9;s officiers pour leurs &#xE9;cus ou la longueur de leurs moustaches, couverts d&#x27;armes, de flanelle et de galons, &#xA;     parlaient d&#x27;une voix retentissante, discutaient plans de campagne, et pr&#xE9;tendaient soutenir seuls la France agonisante sur leurs &#xE9;paules de fanfarons;&#xA;     mais ils redoutaient parfois leurs propres soldats, gens de sac et de corde, souvent braves &#xE0; outrance, pillards et d&#xE9;bauch&#xE9;s.&#xA;  \end{rightcolumn}&#xA;  &#xA;  \begin{table*}&#xA;     \centering&#xA;     table1&#xA;     \caption{&#xE0; table}&#xA;  \end{table*}&#xA;&#xA;\end{paracol}&#xA;\end{document}&#xA;%EoF&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  238.        </summary>
  239.    </entry>
  240.    <entry>
  241.        <id>https://tex.stackexchange.com/q/714915</id>
  242.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  243.        <title type="text">Problem placing information at the bottom of the first page</title>
  244.            <category scheme="https://tex.stackexchange.com/tags" term="footnotes" />
  245.            <category scheme="https://tex.stackexchange.com/tags" term="fancyhdr" />
  246.            <category scheme="https://tex.stackexchange.com/tags" term="minipage" />
  247.            <category scheme="https://tex.stackexchange.com/tags" term="document-classes" />
  248.            <category scheme="https://tex.stackexchange.com/tags" term="footer" />
  249.        <author>
  250.            <name>Guillermo Jim&#xE9;nez</name>
  251.            <uri>https://tex.stackexchange.com/users/317997</uri>
  252.        </author>
  253.        <link rel="alternate" href="https://tex.stackexchange.com/questions/714915/problem-placing-information-at-the-bottom-of-the-first-page" />
  254.        <published>2024-04-05T22:15:16Z</published>
  255.        <updated>2024-04-15T21:21:06Z</updated>
  256.        <summary type="html">
  257.            &lt;p&gt;I am working on the development of template and I would like to have something similar like this:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/Gx44HNQE.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/Gx44HNQE.png&quot; alt=&quot;Example of what I would like to do&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m working in twocolumn document and I tried to replicate it in &lt;code&gt;\fancyfoot[L]{}&lt;/code&gt; (only for the first page) but, the margin is not enough for the information and I have not been able to implement something that automatically adjusts.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;ll leave an example of the document class and the main.tex&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Document class example code&lt;/em&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\NeedsTeXFormat{LaTeX2e}&#xA;\ProvidesClass{example}[2024/03/28 Rho LaTeX class]&#xA;\DeclareOption*{\PassOptionsToClass{\CurrentOption}{extarticle}}&#xA;\ProcessOptions\relax&#xA;\LoadClass[twocolumn]{extarticle}&#xA;\AtEndOfClass{\RequirePackage{microtype}}&#xA;&#xA;%---------------------------------------------&#xA;&#xA;\usepackage[utf8]{inputenc}&#xA;\usepackage{lipsum} &#xA;\usepackage{stix2}&#xA;\usepackage{fancyhdr}&#xA;\usepackage{xifthen}&#xA;\usepackage{etoolbox}&#xA;\usepackage{algorithm}&#xA;\usepackage{adjustbox}&#xA;\usepackage{iflang}&#xA;\usepackage{ragged2e}&#xA;\usepackage{url}&#xA;&#xA;%---------------------------------------------&#xA;&#xA;\usepackage[left=1.25cm, right=1.25cm, top=2cm, bottom=2cm, headsep=0.75cm]{geometry}&#xA;&#xA;%---------------------------------------------&#xA;&#xA;\newcommand\correspondingauthor[2][]{&#xA;  \gdef\@corres{\textsuperscript{#1}\fontsize{6.5}{9}\selectfont#2}&#xA;}&#xA;\newcommand{\footerfont}{\normalfont\fontsize{7}{9}\selectfont}&#xA;\newcommand{\institution}[1]{\def\@institution{#1}}&#xA;\newcommand{\etal}[1]{\def\@etal{#1}}&#xA;\newcommand{\course}[1]{\def\@course{#1}}&#xA;\newcommand{\doi}[1]{\def\@doi{#1}}&#xA;\newcommand{\footitle}[1]{\def\@footitle{#1}}&#xA;\newcommand{\footinfo}[1]{\def\@footinfo{#1}}&#xA;&#xA;%---------------------------------------------&#xA;&#xA;\pagestyle{fancy}&#xA;&#xA;\fancypagestyle{firststyle}{&#xA;    \fancyhead[R]{}&#xA;    \fancyhead[L]{}&#xA;    \fancyfoot[L]{}&#xA;    \fancyfoot[R]{&#xA;        \vspace{-5pt}&#xA;        \begin{minipage}{\textwidth}&#xA;            \rule{3cm}{0.5pt}&#xA;            \footnotesize&#xA;            \vskip1.5pt&#xA;            \@corres\par&#xA;            \@doi\par&#xA;            \@footinfo\par&#xA;        \end{minipage}&#xA;    }&#xA;        \vskip-25pt&#xA;}&#xA;&#xA;% Header&#xA;\fancyhead[C]{}&#xA;\fancyhead[RE]{\sffamily\footnotesize{\itshape\@title}\hspace{10pt}{\bfseries\thepage}}&#xA;\fancyhead[LO]{\sffamily\footnotesize{\bfseries\thepage}\hspace{10pt}{\itshape\@title}}&#xA;\fancyhead[LE]{}&#xA;\fancyhead[RO]{}&#xA;&#xA;% Footer&#xA;\lfoot{}%&#xA;\cfoot{}%&#xA;\rfoot{}%&#xA;&#xA;\fancyfoot[RO]{\sffamily\footnotesize\@institution\hspace{10pt}{\bfseries\@date}\hspace{10pt}\@footitle}&#xA;\fancyfoot[LO]{\sffamily\footnotesize\@etal}&#xA;\fancyfoot[RE]{\sffamily\footnotesize\@etal}&#xA;\fancyfoot[LE]{\sffamily\footnotesize\@course}&#xA;&#xA;\renewcommand{\headrulewidth}{0pt} % No header rule&#xA;\renewcommand{\footrulewidth}{0pt} % No footer rule&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;em&gt;Example of the main.tex&lt;/em&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[9pt,a4paper,twoside]{example}&#xA;&#xA;%---------------------------------------------&#xA;&#xA;\title{Example}&#xA;\author{Author 1}&#xA;\date{April 2024}&#xA;&#xA;%---------------------------------------------&#xA;% Using the commands&#xA;%---------------------------------------------&#xA;&#xA;\correspondingauthor[$\ast$]{Corresponding author at: This is an example of how you can customize this part of the article. Please, provide the corresponding author information and publisher here. \textit{E-mail address:} example@organization.com.}&#xA;&#xA;\footinfo{Available Online \\ Available date. XXXX-XX/ \copyright\ All rights reserved.}&#xA;&#xA;\doi{\url{https://www.doi.org/exampledoi/XXXXXXXXXX}}&#xA;&#xA;\institution{Example}&#xA;&#xA;\etal{Author last name et al.}&#xA;&#xA;\footitle{Example}&#xA;&#xA;\course{Example}&#xA;&#xA;%---------------------------------------------&#xA;&#xA;\begin{document}&#xA;&#xA;\maketitle&#xA;\thispagestyle{firststyle}&#xA;&#xA;\lipsum[2-10]&#xA;\\&#xA;&#xA;\textbf{On the first page the footer is different from the rest of the pages. I would like to implement something that always shows below but automatically adjusts to the lines that are placed in case I have more information.}\\&#xA;&#xA;\textbf{As I placed it now, you can see that the bottom margin is smaller than the top one and I would like them to be the same.}&#xA;&#xA;\newpage&#xA;&#xA;\textbf{Here the footer change. But if you tried to make the footer larger to fit the information for the first page, it no longer looks good because it looks unnaturally large on the other pages.}&#xA;&#xA;\lipsum[2-10]&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;And this is what I get. As you can see, the bottom part is smaller than the top and, because of the way I made the code, I have to adjust it manually.&lt;/p&gt;&#xA;&lt;p&gt;What I mean is that I have not come up with a solution that can place information at the bottom of the first page and adjust the desired height by itself.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/t47jX6yf.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/t47jX6yf.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Could someone give me a solution where a block of information is always placed at the bottom of the first page or how to get the result of the first image. Thank you very much :)&lt;/p&gt;&#xA;
  258.        </summary>
  259.    </entry>
  260.    <entry>
  261.        <id>https://tex.stackexchange.com/q/714377</id>
  262.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  263.        <title type="text">Making a command that doesn&#x27;t affect typesetting, and that can be inserted almost anywhere</title>
  264.            <category scheme="https://tex.stackexchange.com/tags" term="macros" />
  265.            <category scheme="https://tex.stackexchange.com/tags" term="specials" />
  266.        <author>
  267.            <name>sudgy</name>
  268.            <uri>https://tex.stackexchange.com/users/119330</uri>
  269.        </author>
  270.        <link rel="alternate" href="https://tex.stackexchange.com/questions/714377/making-a-command-that-doesnt-affect-typesetting-and-that-can-be-inserted-almos" />
  271.        <published>2024-03-30T09:30:52Z</published>
  272.        <updated>2024-04-15T18:51:04Z</updated>
  273.        <summary type="html">
  274.            &lt;p&gt;I am writing a program that will allow users to write a LaTeX string, and then it will write it to a tex file, run latex to convert it to a DVI, and then render the DVI.  I also want users to be able to split the string up arbitrarily to allow each substring to be manipulated separately in the program.  This splitting needs to be able to split as fine as each individual glyph if requested.  My idea for doing this was to add &lt;code&gt;\special&lt;/code&gt; commands throughout the tex file, and then my DVI reader would use those to figure out which characters correspond to which sections.  I have this mostly set up, but I&#x27;m having a difficult time programmatically inserting the &lt;code&gt;\special&lt;/code&gt; commands in a way that still compiles and doesn&#x27;t affect the typesetting.&lt;/p&gt;&#xA;&lt;p&gt;As an example, let&#x27;s say the user wanted to render &lt;code&gt;a_b^c = \sqrt{d}&lt;/code&gt;, and that each glyph needs to be in a different section.  (Assume for simplicity that the square root is a single glyph even though that&#x27;s not the case in reality.)  The first idea is this:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\newcommand{sectiona}[1]{\special{section#1}}&#xA;\sectiona{0}a \sectiona{1}_b \sectiona{2}^c \sectiona{3}= \sectiona{4}\sqrt \sectiona{5}d&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;There are two issues: First, the c is placed a little to the right.  It seems that adding the command before the &lt;code&gt;^&lt;/code&gt; is messing it up somehow.  Second, it doesn&#x27;t actually compile because the &lt;code&gt;\sqrt&lt;/code&gt; just sees a &lt;code&gt;\special&lt;/code&gt; as its argument.&lt;/p&gt;&#xA;&lt;p&gt;The second idea is this:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\newcommand{sectiona}[1]{\special{section#1}}&#xA;\sectiona{0}a _\sectiona{1}b ^\sectiona{2}c \sectiona{3}= \sectiona{4}\sqrt \sectiona{5}d&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This still doesn&#x27;t compile.  In addition to the &lt;code&gt;\sqrt&lt;/code&gt; having a bad argument, the &lt;code&gt;_&lt;/code&gt; and &lt;code&gt;^&lt;/code&gt; now do too.&lt;/p&gt;&#xA;&lt;p&gt;The third idea is this:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\newcommand{sectionb}[2]{{\special{section#1}#2}}&#xA;\sectionb{0}a _\sectionb{1}b ^\sectionb{2}c \sectionb{3}= \sectionb{4}\sqrt \sectionb{5}d&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;By having the command eat the following token, the subscript and superscript work perfectly.  But the &lt;code&gt;\sqrt&lt;/code&gt; still doesn&#x27;t work because with the new command, a &lt;code&gt;}&lt;/code&gt; directly follows the &lt;code&gt;\sqrt&lt;/code&gt;.  In addition, The spacing around the = is also messed up.&lt;/p&gt;&#xA;&lt;p&gt;Of course, the best solution would be something like this:&lt;/p&gt;&#xA;&lt;pre class=&quot;lang-tex prettyprint-override&quot;&gt;&lt;code&gt;\newcommand{sectiona}[1]{\special{section#1}}&#xA;\newcommand{sectionb}[2]{{\special{section#1}#2}}&#xA;\sectiona{0}a _\sectionb{1}b ^\sectionb{2}c \sectiona{3}= \sectiona{4}\sqrt \sectionb{5}d&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;However, my program has no way of knowing whether what comes before a section takes an argument or if what comes after a section needs an argument, so this method doesn&#x27;t seem feasible.  Maybe there&#x27;s some TeX way to figure that out but I have no idea what it is.&lt;/p&gt;&#xA;&lt;p&gt;There is a similar question on this site &lt;a href=&quot;https://tex.stackexchange.com/questions/201817/how-to-make-a-command-completely-empty-invisible-non-existent&quot;&gt;here&lt;/a&gt;, but the solution presented there has the problems above where it doesn&#x27;t play nice with the subscripts, superscripts, and square roots.  I need a solution that can be inserted almost anywhere in the tex string.&lt;/p&gt;&#xA;
  275.        </summary>
  276.    </entry>
  277.    <entry>
  278.        <id>https://tex.stackexchange.com/q/713305</id>
  279.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  280.        <title type="text">Drawing a Line to the Midpoint of a Custom Shape in TikZ</title>
  281.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  282.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-shape" />
  283.        <author>
  284.            <name>Marco Moldenhauer</name>
  285.            <uri>https://tex.stackexchange.com/users/278762</uri>
  286.        </author>
  287.        <link rel="alternate" href="https://tex.stackexchange.com/questions/713305/drawing-a-line-to-the-midpoint-of-a-custom-shape-in-tikz" />
  288.        <published>2024-03-16T09:08:36Z</published>
  289.        <updated>2024-04-15T22:02:40Z</updated>
  290.        <summary type="html">
  291.            &lt;p&gt;I have defined a custom shape called &lt;code&gt;myBOX&lt;/code&gt; using &lt;code&gt;\pgfdeclareshape&lt;/code&gt;. My objective is to draw a line from point &lt;code&gt;(0,0)&lt;/code&gt; to &lt;code&gt;(0,2)&lt;/code&gt; and connect it to the midpoint of the left-hand side line of the node &lt;code&gt;myBOX&lt;/code&gt;. Please find my &lt;strong&gt;CODE&lt;/strong&gt;, &lt;strong&gt;OUTPUT&lt;/strong&gt; and &lt;strong&gt;desired OUTPUT&lt;/strong&gt; provided below.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;CODE&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;&#xA;\usepackage{tikz}&#xA;    &#xA;\pgfdeclareshape{myBOX}{&#xA;    &#xA;    \anchor{center}{\pgfpointorigin}&#xA;    &#xA;    \savedanchor\PinA{\pgfpoint{0}{10}}&#xA;    \anchor{PINA}{\PinA}&#xA;    &#xA;    \foregroundpath{        &#xA;        \pgfpathrectanglecorners{\pgfpoint{0}{0}}{\pgfpoint{30}{20}}&#xA;        \pgfusepath{draw}&#xA;    }&#xA;}&#xA;&#xA;\begin{document} &#xA;&#xA;    \begin{tikzpicture}&#xA;        &#xA;        \draw (0,0)--(2,0) node[myBOX, red] {};&#xA;        &#xA;    \end{tikzpicture}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;OUTPUT&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/sGS9P.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/sGS9P.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;desired OUTPUT&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/Q5rGb.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/Q5rGb.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  292.        </summary>
  293.    </entry>
  294.    <entry>
  295.        <id>https://tex.stackexchange.com/q/713279</id>
  296.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  297.        <title type="text">I need the LaTex code for thist figure. I have tried many times but are some issues</title>
  298.            <category scheme="https://tex.stackexchange.com/tags" term="tables" />
  299.            <category scheme="https://tex.stackexchange.com/tags" term="framed" />
  300.        <author>
  301.            <name>shahid khan</name>
  302.            <uri>https://tex.stackexchange.com/users/316833</uri>
  303.        </author>
  304.        <link rel="alternate" href="https://tex.stackexchange.com/questions/713279/i-need-the-latex-code-for-thist-figure-i-have-tried-many-times-but-are-some-iss" />
  305.        <published>2024-03-15T18:00:47Z</published>
  306.        <updated>2024-04-15T19:08:51Z</updated>
  307.        <summary type="html">
  308.            &lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/L4GFU.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/L4GFU.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;here is the code&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{tikz}&#xA;&#xA;% Define a new command for drawing rectangles with specified width and height&#xA;\newcommand{\myrectangle}[6]{\draw (0,0) rectangle (#1,#2);}&#xA;&#xA;\begin{document}&#xA;&#xA;\begin{table}[h]&#xA;\centering&#xA;\begin{tabular}{|c|}&#xA;\hline&#xA;Your content here \\&#xA;\begin{tikzpicture}&#xA;    \myrectangle{4}{4} % First box&#xA;    \node[align=left, anchor=north] at (0.5,0.9) {Text 1}; % Text inside first box&#xA;    &#xA;    \begin{scope}[shift={(0.2,2)}] % Shift for the first nested box&#xA;        \myrectangle{3.5}{2} % First nested box&#xA;        \node[align=left, anchor=north] at (0.3,0.4) {Nested 1a}; % Text inside first nested box&#xA;    \end{scope}&#xA;    &#xA;    \begin{scope}[shift={(0.2,0.1)}] % Shift for the second nested box&#xA;        \myrectangle{2}{2} % Second nested box&#xA;        \node[align=left, anchor=north] at (0.3,0.4) {Nested 1b}; % Text inside second nested box&#xA;    \end{scope}&#xA;\end{tikzpicture}&#xA;&#xA;\begin{tikzpicture}&#xA;    \myrectangle{4}{4} % Second box&#xA;    \node[align=left, anchor=north] at (0.5,0.9) {Text 2}; % Text inside second box&#xA;    &#xA;    \begin{scope}[shift={(0.2,0.5)}] % Shift for the first nested box&#xA;        \myrectangle{0.6}{0.4} % First nested box&#xA;        \node[align=left, anchor=north] at (0.3,0.4) {Nested 2a}; % Text inside first nested box&#xA;    \end{scope}&#xA;    &#xA;    \begin{scope}[shift={(0.2,0.1)}] % Shift for the second nested box&#xA;        \myrectangle{0.6}{0.4} % Second nested box&#xA;        \node[align=left, anchor=north] at (0.3,0.4) {Nested 2b}; % Text inside second nested box&#xA;    \end{scope}&#xA;\end{tikzpicture}&#xA;&#xA;\begin{tikzpicture}&#xA;    \myrectangle{4}{4} % Third box&#xA;    \node[align=left, anchor=north] at (0.5,0.9) {Text 3}; % Text inside third box&#xA;    &#xA;    \begin{scope}[shift={(0.2,0.5)}] % Shift for the first nested box&#xA;        \myrectangle{0.6}{0.4} % First nested box&#xA;        \node[align=left, anchor=north] at (0.3,0.4) {Nested 3a}; % Text inside first nested box&#xA;    \end{scope}&#xA;    &#xA;    \begin{scope}[shift={(0.2,0.1)}] % Shift for the second nested box&#xA;        \myrectangle{0.6}{0.4} % Second nested box&#xA;        \node[align=left, anchor=north] at (0.3,0.4) {Nested 3b}; % Text inside second nested box&#xA;    \end{scope}&#xA;\end{tikzpicture} \\&#xA;\hline&#xA;\end{tabular}&#xA;\end{table}&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Result:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/UEKlY.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/UEKlY.png&quot; alt=&quot;result&quot; /&gt;&lt;/a&gt;&#xA;Can someone help me writing code for this figure? thank you.&lt;/p&gt;&#xA;
  309.        </summary>
  310.    </entry>
  311.    <entry>
  312.        <id>https://tex.stackexchange.com/q/713180</id>
  313.        <re:rank scheme="https://tex.stackexchange.com">2</re:rank>
  314.        <title type="text">Can not install TeXLive 2024</title>
  315.            <category scheme="https://tex.stackexchange.com/tags" term="installing" />
  316.        <author>
  317.            <name>uuikm</name>
  318.            <uri>https://tex.stackexchange.com/users/314643</uri>
  319.        </author>
  320.        <link rel="alternate" href="https://tex.stackexchange.com/questions/713180/can-not-install-texlive-2024" />
  321.        <published>2024-03-14T17:40:32Z</published>
  322.        <updated>2024-04-15T19:36:20Z</updated>
  323.        <summary type="html">
  324.            &lt;p&gt;My system --- Win 11&lt;/p&gt;&#xA;&lt;p&gt;using ISO file to install, want change load but get message&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;error writing &amp;quot;file1b2df9795a0&amp;quot;: broken pipe&#xA;error writing &amp;quot;file1b2df9795a0&amp;quot;: broken pipe&#xA;    while executing&#xA;&amp;quot;chan puts $::inst &amp;quot;checkdir&amp;quot;&amp;quot;&#xA;    (procedure &amp;quot;update_full_path&amp;quot; line 6)&#xA;    invoked from within&#xA;&amp;quot;update_full_path&amp;quot;&#xA;    (procedure &amp;quot;texdir_setup&amp;quot; line 88)&#xA;    invoked from within&#xA;&amp;quot;texdir_setup&amp;quot;&#xA;    invoked from within&#xA;&amp;quot;.tdirb invoke &amp;quot;&#xA;    invoked from within&#xA;&amp;quot;.tdirb instate !disabled { .tdirb invoke } &amp;quot;&#xA;    invoked from within&#xA;&amp;quot;.tdirb instate !disabled { .tdirb invoke } &amp;quot;&#xA;    invoked from within&#xA;&amp;quot;.tdirb instate pressed { .tdirb state !pressed; .tdirb instate !disabled { .tdirb invoke } } &amp;quot;&#xA;    (command bound to event)&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;directly to install get message&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/RbqxH.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/RbqxH.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;How to solve it?&lt;/p&gt;&#xA;
  325.        </summary>
  326.    </entry>
  327.    <entry>
  328.        <id>https://tex.stackexchange.com/q/712863</id>
  329.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  330.        <title type="text">How to make an alphabetically ordered index using imakeidx package?</title>
  331.            <category scheme="https://tex.stackexchange.com/tags" term="imakeidx" />
  332.            <category scheme="https://tex.stackexchange.com/tags" term="makeindex" />
  333.        <author>
  334.            <name>Guri</name>
  335.            <uri>https://tex.stackexchange.com/users/274382</uri>
  336.        </author>
  337.        <link rel="alternate" href="https://tex.stackexchange.com/questions/712863/how-to-make-an-alphabetically-ordered-index-using-imakeidx-package" />
  338.        <published>2024-03-11T19:17:37Z</published>
  339.        <updated>2024-04-16T01:01:05Z</updated>
  340.        <summary type="html">
  341.            &lt;p&gt;I am creating a &lt;a href=&quot;https://github.com/GuriTheoChem/phd-thesis-template&quot; rel=&quot;nofollow noreferrer&quot;&gt;thesis template&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The problem I am running into while making an index is I want to produce an index page that will look like:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Index&#xA;&#xA;P&#xA;Picard, 2&#xA;&#xA;W&#xA;Warp factor, 11&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Right now it looks like:&#xA;&lt;a href=&quot;https://i.stack.imgur.com/0UCoo.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/0UCoo.png&quot; alt=&quot;Index Page: Title Index, entry 1- Picard, page 2, entry 2- Warp Factor, page 11&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The relevant code from &lt;a href=&quot;https://github.com/GuriTheoChem/phd-thesis-template/blob/main/src/contents/latex_doc_preamble/preamble.tex&quot; rel=&quot;nofollow noreferrer&quot;&gt;preamble.tex&lt;/a&gt; looks like this:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\usepackage{imakeidx} % Package for creating index&#xA;% Activate hyperlinks for the index&#xA;\makeindex[columns=2, title=Index, intoc=true]&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The index entries are made in &lt;a href=&quot;https://github.com/GuriTheoChem/phd-thesis-template/blob/main/src/contents/mainmatter/part1/chapter01/chapter01.tex&quot; rel=&quot;nofollow noreferrer&quot;&gt;chapter01.tex&lt;/a&gt; and &lt;a href=&quot;https://github.com/GuriTheoChem/phd-thesis-template/blob/main/src/contents/mainmatter/part1/chapter02/chapter02.tex&quot; rel=&quot;nofollow noreferrer&quot;&gt;chapter02.tex&lt;/a&gt; as:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\index{Picard}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;pre&gt;&lt;code&gt;\index{Warp Factor}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The index is finally printed in &lt;a href=&quot;https://github.com/GuriTheoChem/phd-thesis-template/blob/main/src/main.tex&quot; rel=&quot;nofollow noreferrer&quot;&gt;main.tex&lt;/a&gt; as:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;% Index&#xA;\clearpage&#xA;\phantomsection % To correct the anchor toc index to the index page. Otherwise, the toc index takes user to the last section of the appendix chapter before this.&#xA;\printindex % Print the index&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Would appreciate any solutions.&lt;/p&gt;&#xA;&lt;p&gt;Edit - 16/03/2024 9:PM CET:&lt;/p&gt;&#xA;&lt;p&gt;Updated MWE:&lt;/p&gt;&#xA;&lt;p&gt;The main file&#x27;s location is &lt;code&gt;src/main.tex&lt;/code&gt; and it is:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[12pt]{book}&#xA;&#xA;\input{src/contents/latex_doc_preamble/preamble.tex}&#xA;&#xA;\begin{document}&#xA;    \frontmatter&#xA;    \maketitle&#xA;    \tableofcontents&#xA;&#xA;    \mainmatter&#xA;    \part{Part 1}&#xA;&#xA;    \chapter{Chapter 01}&#xA;    \section{section 1}&#xA;    \paragraph*{}&#xA;    \blindtext \index{Picard} Picard.&#xA;&#xA;    \chapter{Chapter 02}&#xA;    \section{section 1}&#xA;    \paragraph*{}&#xA;    \blindtext \index{Warp Factor} Warp Factor.&#xA;&#xA;    \appendix&#xA;    \chapter{Appendix title}&#xA;    \section{section 1}&#xA;    \subsection{}&#xA;    \paragraph*{}&#xA;    \blindtext&#xA;&#xA;    \clearpage&#xA;    \phantomsection % To correct the anchor toc index&#xA;    \printindex % Print the index&#xA;&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The Preamble file&#x27;s location is &lt;code&gt;src/contents/latex_doc_preamble/preamble.tex&lt;/code&gt; and is:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\title{MWE}&#xA;\author{Some Author}&#xA;&#xA;\usepackage{blindtext} % Generates dummy text for testing purposes&#xA;\usepackage{imakeidx} % Package for creating index&#xA;% \makeindex[columns=2, title=Index, intoc=true]&#xA;\makeindex[columns=2, title=Index, intoc=true,options=-s myindexstyle]&#xA;\usepackage{tocbibind} % Include table of contents, list of figures, etc., in table of contents&#xA;\usepackage[hidelinks]{hyperref} % Enhancements for hyperlinks and cross-references&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The pdf file location after compiling would be &lt;code&gt;build/main.pdf&lt;/code&gt; and is compiled using &lt;code&gt;latexmk&lt;/code&gt; as follows:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;latexmk -pdf -output-directory=build src/main.tex&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  342.        </summary>
  343.    </entry>
  344.    <entry>
  345.        <id>https://tex.stackexchange.com/q/662685</id>
  346.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  347.        <title type="text">Random generator for exam class in Physics or Chemistry</title>
  348.            <category scheme="https://tex.stackexchange.com/tags" term="exam" />
  349.            <category scheme="https://tex.stackexchange.com/tags" term="chemistry" />
  350.            <category scheme="https://tex.stackexchange.com/tags" term="random-numbers" />
  351.            <category scheme="https://tex.stackexchange.com/tags" term="latex-misc" />
  352.            <category scheme="https://tex.stackexchange.com/tags" term="physics" />
  353.        <author>
  354.            <name>riemannium</name>
  355.            <uri>https://tex.stackexchange.com/users/29073</uri>
  356.        </author>
  357.        <link rel="alternate" href="https://tex.stackexchange.com/questions/662685/random-generator-for-exam-class-in-physics-or-chemistry" />
  358.        <published>2022-10-22T18:06:45Z</published>
  359.        <updated>2024-04-15T18:06:03Z</updated>
  360.        <summary type="html">
  361.            &lt;p&gt;I would like to create a exam class such as:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;p&gt;I could include random generator of both numbers and units for conversion factors in physics and chemistry. In particular, what I wish is a pseudorandom generator code that allowed me to generate this output:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ 3.34\cdot 10^{-5}\dfrac{m}{s}$ to $\dfrac{km}{h}$ &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;(the random variables should be the figures, the power of ten AND the units in the fractions.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;p&gt;I could include a random generator of chemical compounds (of course, as it happens with units, I can not in principle create a random generator of chemical compounds). What I want is to create a list of chemical compounds arranged by formula and/or name. E.g.:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;a) $Fe_{2}O_{3}$&#xA;b) Chromium(III) oxide&#xA;...&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Any idea or suggestion of how could I create them? Any package/s I should create or check?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Post edit: should I created a whole randomgenerator list with pgf and the tikz package for every case?&lt;/p&gt;&#xA;&lt;p&gt;Thanks.&lt;/p&gt;&#xA;&lt;p&gt;Post edit(II): is not latex working on the equations in this stack section?&lt;/p&gt;&#xA;
  362.        </summary>
  363.    </entry>
  364.    <entry>
  365.        <id>https://tex.stackexchange.com/q/646877</id>
  366.        <re:rank scheme="https://tex.stackexchange.com">3</re:rank>
  367.        <title type="text">How to auto-arrange nodes of a mindmap in TikZ (to avoid overlapping nodes and connections)</title>
  368.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  369.            <category scheme="https://tex.stackexchange.com/tags" term="mindmaps" />
  370.        <author>
  371.            <name>clel</name>
  372.            <uri>https://tex.stackexchange.com/users/194783</uri>
  373.        </author>
  374.        <link rel="alternate" href="https://tex.stackexchange.com/questions/646877/how-to-auto-arrange-nodes-of-a-mindmap-in-tikz-to-avoid-overlapping-nodes-and-c" />
  375.        <published>2022-06-06T15:33:52Z</published>
  376.        <updated>2024-04-15T21:13:30Z</updated>
  377.        <summary type="html">
  378.            &lt;p&gt;There is a library in TikZ for creating mind (or concept) maps (&lt;a href=&quot;https://pgf-tikz.github.io/pgf/pgfmanual.pdf#section.60&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://pgf-tikz.github.io/pgf/pgfmanual.pdf#section.60&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;However, it doesn&#x27;t seem that intuitive to use. I want nodes to automatically adjust to their content (which can partly be achieved with &lt;a href=&quot;https://tex.stackexchange.com/a/285655/194783&quot;&gt;https://tex.stackexchange.com/a/285655/194783&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;Additionally, I want the mind map to be arranged (at least semi-)automatically.&lt;/p&gt;&#xA;&lt;p&gt;So that things like in this MWE don&#x27;t happen:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass{article}&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{mindmap}&#xA;&#xA;\begin{document}&#xA;\pagestyle{empty}&#xA;{\centering&#xA;    \makebox[0pt]{&#xA;        \begin{tikzpicture}&#xA;            [mindmap,&#xA;            grow cyclic,&#xA;            every node/.style={concept, text width=},&#xA;            concept color=teal!40,&#xA;            ]&#xA;            \node {node}&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                }&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                }&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                }&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                }&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                }&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                }&#xA;                child{&#xA;                    node {subnode}&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                    child { node {subnode} }&#xA;                };&#xA;        \end{tikzpicture}&#xA;    }&#xA;    \par&#xA;}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/tIAD4.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/tIAD4.png&quot; alt=&quot;result&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I assume, in CSS, one defines margins to have non-overlapping elements.&lt;/p&gt;&#xA;&lt;p&gt;Part of the solution might include setting dynamic sibling angles (like in &lt;a href=&quot;https://tex.stackexchange.com/a/118746/194783&quot;&gt;https://tex.stackexchange.com/a/118746/194783&lt;/a&gt;) and defining a custom growth function (as described in &lt;a href=&quot;https://tex.stackexchange.com/a/232914/194783&quot;&gt;https://tex.stackexchange.com/a/232914/194783&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;Edit:&#xA;To mitigate the problem, I added some code to automatically set the &lt;code&gt;sibling angle&lt;/code&gt; based on the number of children of a node. This still doesn&#x27;t always avoid overlap, though.&lt;/p&gt;&#xA;&lt;p&gt;I have seen several posts about writing custom growth functions to achieve a special shape. This also often solves overlaps, but I don&#x27;t want the shapes that are used there.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://tex.stackexchange.com/questions/232816/how-to-put-level-2-concept-mindmap-nodes-alongside-a-rectangle&quot;&gt;How to put level 2 concept mindmap nodes alongside a rectangle&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://tex.stackexchange.com/questions/539375/mindmaps-method-to-get-regular-circle-shape-for-level-4-or-5&quot;&gt;Mindmaps, method to get regular circle shape for level 4 or 5&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://tex.stackexchange.com/questions/574881/grow-circular-tree-with-forest&quot;&gt;Grow circular tree with forest&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For a related problem, there is the &lt;code&gt;forest&lt;/code&gt; package suggested, which doesn&#x27;t entirely help in my case: &lt;a href=&quot;https://tex.stackexchange.com/questions/505350/overlapping-nodes-in-a-tree-using-tikz&quot;&gt;Overlapping nodes in a tree using TikZ&lt;/a&gt;&lt;/p&gt;&#xA;
  379.        </summary>
  380.    </entry>
  381.    <entry>
  382.        <id>https://tex.stackexchange.com/q/635156</id>
  383.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  384.        <title type="text">Trying to create a descriptive table, facing difficulties with alignment</title>
  385.            <category scheme="https://tex.stackexchange.com/tags" term="tables" />
  386.            <category scheme="https://tex.stackexchange.com/tags" term="longtable" />
  387.        <author>
  388.            <name>Mudassir Shaikh</name>
  389.            <uri>https://tex.stackexchange.com/users/264303</uri>
  390.        </author>
  391.        <link rel="alternate" href="https://tex.stackexchange.com/questions/635156/trying-to-create-a-descriptive-table-facing-difficulties-with-alignment" />
  392.        <published>2022-02-24T23:27:35Z</published>
  393.        <updated>2024-04-15T18:02:30Z</updated>
  394.        <summary type="html">
  395.            &lt;pre&gt;&lt;code&gt;Here is the code written for the same, I&#x27;ve also attached the image of the output. Please suggest the necessary changes.&#xA;&#xA;&#xA;&#xA;\documentclass[landscape, 12pt]{article}&#xA;    \usepackage[table, svgnames, dvipsnames]{xcolor}&#xA;    \usepackage{longtable}&#xA;    \usepackage[a4paper, landscape, margin=1cm,]{geometry}&#xA;    &#xA;    \usepackage{makecell, cellspace, caption}&#xA;    \setlength\cellspacetoplimit{2pt}&#xA;    \setlength\cellspacebottomlimit{3pt}&#xA;    \usepackage{array}&#xA;    \newcolumntype{L}[1]{&amp;gt;{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}&#xA;    \newcolumntype{C}[1]{&amp;gt;{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}&#xA;    \newcolumntype{R}[1]{&amp;gt;{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}&#xA;    \begin{document}&#xA;    &#xA;           &#xA;            \begin{longtable}{| L {5 cm} | L{4cm} | L{5cm} | L{2.5cm} | L{1.5cm} | L{2cm} |}&#xA;                \hline&#xA;                \rowcolor{Gainsboro!60}&#xA;                \makecell{Source of \\ information \\ (reference) &#xA;      } &amp;amp; \makecell{Method of  \\ identification}  &amp;amp; \makecell{The consumer&#x2019;s strengths \\ to address these issues.} &amp;amp; \makecell{Consumer \\ and Nursing \\ Interventions} &amp;amp; \makecell{Person/s \\ Responsible} &amp;amp; \makecell{Timeframe}\\&#xA;    \hline&#xA;    \endhead&#xA;    \\&#xA;    \\&#xA;    \\&#xA;    \\&#xA;      &#x201C;A Novel Event Detection \\ Method Using PMU Data \\ with High Precision&#x201D;\\ by Mingjian Cui,\\ Jianhui Wang, Jin Tan,\\ Anthony R. Florita, and \\ Yingchen Zhang, published \\ in IEEE TRANSACTIONS ON \\POWER SYSTEMS, 2018&#xA;      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#xA;     &amp;amp; This paper develops a new method of event detection using dynamic programming-based SDT (DPSDT) and compares it with the Wavelet-based event detection (WED) technique. It gives the complete algorithm of the DPSDT technique and compares various events it could detect with sufficient graphs and figures.&#xA;     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#xA;     &amp;amp; a.To reduce dimensionality of original streaming PMU data, islanding detection,&#xA;     b.compress critical disturbance info of PMU &#xA;    c. locate power system event, &#xA;    d. to select the best set of features of the disturbance types in the time-frequency domain, &#xA;    e. discrete samples of collected PMU data, &#xA;    f. assess the power system disturbance by using wide-area post disturbance records&#xA;    to identify events and characterize their features.&#xA;    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#xA;     &amp;amp; 1.PMU&#xA;    &#xA;       2.PMU &#xA;     and smart meter&#xA;    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#xA;      30-120 times per sec&#xA;       \\&#xA;               \hline&#xA;               &#xA;            \end{longtable}&#xA;         &#xA;    \end{landscape}&#xA;    \end{document} &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;img src=&quot;https://i.stack.imgur.com/eGZc5.png&quot; alt=&quot;Reference output&quot; /&gt;&lt;/p&gt;&#xA;
  396.        </summary>
  397.    </entry>
  398.    <entry>
  399.        <id>https://tex.stackexchange.com/q/622123</id>
  400.        <re:rank scheme="https://tex.stackexchange.com">1</re:rank>
  401.        <title type="text">Workflow for automatically running sagetex in VSCode</title>
  402.            <category scheme="https://tex.stackexchange.com/tags" term="sagetex" />
  403.            <category scheme="https://tex.stackexchange.com/tags" term="terminal-output" />
  404.            <category scheme="https://tex.stackexchange.com/tags" term="vscode" />
  405.        <author>
  406.            <name>Andy</name>
  407.            <uri>https://tex.stackexchange.com/users/256452</uri>
  408.        </author>
  409.        <link rel="alternate" href="https://tex.stackexchange.com/questions/622123/workflow-for-automatically-running-sagetex-in-vscode" />
  410.        <published>2021-11-10T20:20:07Z</published>
  411.        <updated>2024-04-15T23:07:34Z</updated>
  412.        <summary type="html">
  413.            &lt;h3&gt;Notes&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This is my first post here; however, I have used the answers from here countless times.&lt;/li&gt;&#xA;&lt;li&gt;I am definitely a beginner with command line/terminal stuff.&lt;/li&gt;&#xA;&lt;li&gt;I would say I am pretty literate with LaTeX, in general.&lt;/li&gt;&#xA;&lt;li&gt;I just started using VSCode in the last couple weeks as my editor after switching from Texpad.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;System: Mac&lt;br /&gt;&#xA;LaTeX IDE: VSCode with latex-workshop&lt;br /&gt;&#xA;Sage Version: 9.4&lt;/p&gt;&#xA;&lt;h3&gt;Intro&lt;/h3&gt;&#xA;&lt;p&gt;I recently started using sagetex to run sage code in my LaTeX documents. My use case is I do all my assignments in LaTeX for each engineering course. Sagetex lets me keep everything within LaTeX without needing to reformat/copy from MATLAB or something similar. I keep individual course folders stored in a central school folder like &lt;code&gt;/Users/home/Documents/school/class&lt;/code&gt;. Everything works properly with sagetex: compile document with sage code, run &lt;code&gt;sage doc.sagetex.sage&lt;/code&gt; in terminal, recompile document.&lt;/p&gt;&#xA;&lt;p&gt;This process just seems bloated with having to set the directory to the folder enclosing the specific sagetex.sage file each time in terminal for a different assignment, as well as compiling twice for each time I wish to change answers in the document. I was experimenting with recipes in the settings.json, but it&#x27;s definitely a bit over my head.&lt;/p&gt;&#xA;&lt;h3&gt;What I&#x27;m Trying to Do&lt;/h3&gt;&#xA;&lt;p&gt;I would like to create a VSCode recipe or terminal script to run in VSCode that does the following:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Compile LaTeX document&lt;/li&gt;&#xA;&lt;li&gt;Set the directory in terminal to the enclosing folder of the sagetex.tex file (which is in the same directory as my tex file like the rest of the aux files)&lt;/li&gt;&#xA;&lt;li&gt;Run &lt;code&gt;sage file.sagetex.sage&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Set the directory in terminal back to the home directory&lt;/li&gt;&#xA;&lt;li&gt;Compile LaTeX document again&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I guess the big question is if this is possible all within VSCode, or at all. If it is...how would I implement this. If I am missing something big or being a dummy in some way, I would love to hear! Thanks.&lt;/p&gt;&#xA;
  414.        </summary>
  415.    </entry>
  416.    <entry>
  417.        <id>https://tex.stackexchange.com/q/587568</id>
  418.        <re:rank scheme="https://tex.stackexchange.com">4</re:rank>
  419.        <title type="text">Mindmap color shading between root node and children not using correct color</title>
  420.            <category scheme="https://tex.stackexchange.com/tags" term="tikz-pgf" />
  421.            <category scheme="https://tex.stackexchange.com/tags" term="mindmaps" />
  422.            <category scheme="https://tex.stackexchange.com/tags" term="tikzlibrary" />
  423.        <author>
  424.            <name>Jes</name>
  425.            <uri>https://tex.stackexchange.com/users/198918</uri>
  426.        </author>
  427.        <link rel="alternate" href="https://tex.stackexchange.com/questions/587568/mindmap-color-shading-between-root-node-and-children-not-using-correct-color" />
  428.        <published>2021-03-16T12:07:17Z</published>
  429.        <updated>2024-04-15T21:04:35Z</updated>
  430.        <summary type="html">
  431.            &lt;p&gt;I am trying to create a mindmap in &lt;code&gt;tikz&lt;/code&gt;, bur running in problems when I define the color of the root node different from the &amp;quot;default one&amp;quot;. Mainly, the shading between the connection of the root node and hist children is not using the correct color, as you can see in the following image. How can I solve this?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/hO9ZJ.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/hO9ZJ.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;and this is the MWE:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[border = 3mm]{standalone}&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{mindmap}&#xA;\pagestyle{empty} % Clear page&#xA;&#xA;\begin{document}&#xA;    \begin{tikzpicture}[% Tikz picture options and styles on midmap&#xA;        mindmap, &#xA;        every node/.style={concept, execute at begin node=\hskip0pt},&#xA;        root concept/.append style={&#xA;            concept color=gray,text width = 3cm},&#xA;        concept color = yellow, % Default node color&#xA;        text = white,                   % Default text color&#xA;        grow cyclic,&#xA;        level 1/.append style={level distance=6cm,sibling angle=60},&#xA;        level 2/.append style={level distance=3cm,sibling angle=90},&#xA;        level 3/.append style={level distance=3cm,sibling angle=90},&#xA;        ]&#xA;        &#xA;        \node[root concept]{Hello!}&#xA;        child[concept color=red]  { node {This is a red node}&#xA;        }&#xA;        child [concept color=blue]{ node{This is a blue node}&#xA;            child[concept color=orange]{node{This is a orange node}}&#xA;            child[concept color=green]{node{This is a green node}}&#xA;        };&#xA;        &#xA;    \end{tikzpicture}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Maybe is relevant to this issue, but I have found that there are colors from the &lt;code&gt;xcolor&lt;/code&gt; package that also have this strange behavior. For instance, consider the following image, by using the cyan color:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/1nCrz.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/1nCrz.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ans the corresponsing code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;\documentclass[border = 3mm]{standalone}&#xA;\usepackage{xcolor}&#xA;\usepackage{tikz}&#xA;\usetikzlibrary{mindmap}&#xA;\pagestyle{empty} % Clear page&#xA;&#xA;\begin{document}&#xA;    \begin{tikzpicture}[% Tikz picture options and styles on midmap&#xA;        mindmap, &#xA;        every node/.style={concept, execute at begin node=\hskip0pt},&#xA;        root concept/.append style={&#xA;            concept color=gray,text width = 3cm},&#xA;        concept color = yellow, % Default node color&#xA;        text = white,                   % Default text color&#xA;        grow cyclic,&#xA;        level 1/.append style={level distance=6cm,sibling angle=60},&#xA;        level 2/.append style={level distance=3cm,sibling angle=90},&#xA;        level 3/.append style={level distance=3cm,sibling angle=90},&#xA;        ]&#xA;        \clip (0,-1) rectangle &#x2B;&#x2B;(8,7);&#xA;        \node[root concept]{Hello!}&#xA;        child[concept color=red]  { node {This is a red node}&#xA;        }&#xA;        child [concept color=cyan]{ node{This is a cyan node}&#xA;            child[concept color=orange]{node{This is a orange node}}&#xA;            child[concept color=green]{node{This is a green node}}&#xA;        };&#xA;        &#xA;    \end{tikzpicture}&#xA;\end{document}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  432.        </summary>
  433.    </entry>
  434.    <entry>
  435.        <id>https://tex.stackexchange.com/q/536781</id>
  436.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  437.        <title type="text">Trying to use glossaries with isov2</title>
  438.            <category scheme="https://tex.stackexchange.com/tags" term="sectioning" />
  439.            <category scheme="https://tex.stackexchange.com/tags" term="glossaries" />
  440.        <author>
  441.            <name>skvery</name>
  442.            <uri>https://tex.stackexchange.com/users/27312</uri>
  443.        </author>
  444.        <link rel="alternate" href="https://tex.stackexchange.com/questions/536781/trying-to-use-glossaries-with-isov2" />
  445.        <published>2020-04-04T14:41:50Z</published>
  446.        <updated>2024-04-15T21:06:00Z</updated>
  447.        <summary type="html">
  448.            &lt;p&gt;When trying to use &lt;code&gt;\usepackage[section=sclause]{glossaries}&lt;/code&gt; I get the following error:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;Package xkeyval Error: value `sclause&#x27; is not allowed.&#xA;&#xA;See the xkeyval package documentation for explanation.&#xA;Type  H &amp;lt;return&amp;gt;  for immediate help.&#xA; ...                                              &#xA;&#xA;l.242 \setglossarysection{sclause}&#xA;&#xA;Try typing  &amp;lt;return&amp;gt;  to proceed.&#xA;If that doesn&#x27;t work, type  X &amp;lt;return&amp;gt;  to quit.&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;What is the easiest way to fix this?  A no heading option like &lt;code&gt;section=none&lt;/code&gt; will also be useful in this case.&lt;/p&gt;&#xA;
  449.        </summary>
  450.    </entry>
  451.    <entry>
  452.        <id>https://tex.stackexchange.com/q/484781</id>
  453.        <re:rank scheme="https://tex.stackexchange.com">0</re:rank>
  454.        <title type="text">How to turn on Autocomplete commands in texshop</title>
  455.            <category scheme="https://tex.stackexchange.com/tags" term="editors" />
  456.            <category scheme="https://tex.stackexchange.com/tags" term="mac" />
  457.            <category scheme="https://tex.stackexchange.com/tags" term="texshop" />
  458.            <category scheme="https://tex.stackexchange.com/tags" term="auto-completion" />
  459.        <author>
  460.            <name>Marakzoro Kongkal</name>
  461.            <uri>https://tex.stackexchange.com/users/185784</uri>
  462.        </author>
  463.        <link rel="alternate" href="https://tex.stackexchange.com/questions/484781/how-to-turn-on-autocomplete-commands-in-texshop" />
  464.        <published>2019-04-14T11:33:40Z</published>
  465.        <updated>2024-04-16T00:03:20Z</updated>
  466.        <summary type="html">
  467.            &lt;p&gt;I&#x27;m a newbie to texshop and I cant get autocomplete to work. A quick search on it tells me to do something with ~/library/Texshop/Keyboard/autocompletion. Plist file but I&#x27;m stumped. Texshop version  4.27(4.27)&lt;/p&gt;&#xA;
  468.        </summary>
  469.    </entry>
  470.    <entry>
  471.        <id>https://tex.stackexchange.com/q/166306</id>
  472.        <re:rank scheme="https://tex.stackexchange.com">4</re:rank>
  473.        <title type="text">Can I use the changes package to highlight added environments, say, itemize?</title>
  474.            <category scheme="https://tex.stackexchange.com/tags" term="environments" />
  475.            <category scheme="https://tex.stackexchange.com/tags" term="changes" />
  476.        <author>
  477.            <name>user48196</name>
  478.            <uri>https://tex.stackexchange.com/users/48196</uri>
  479.        </author>
  480.        <link rel="alternate" href="https://tex.stackexchange.com/questions/166306/can-i-use-the-changes-package-to-highlight-added-environments-say-itemize" />
  481.        <published>2014-03-18T17:40:32Z</published>
  482.        <updated>2024-04-15T23:00:55Z</updated>
  483.        <summary type="html">
  484.            &lt;p&gt;I am using &lt;code&gt;changes&lt;/code&gt; package to track modifications to a LaTeX documents, but found simply wrapping &lt;code&gt;\begin{itemize}\end{itemize}&lt;/code&gt; with &lt;code&gt;\added&lt;/code&gt; command doesn&#x27;t work. It works fine if I wrap the contents of each &lt;code&gt;itemize&lt;/code&gt; separately.&lt;/p&gt;&#xA;
  485.        </summary>
  486.    </entry>
  487.    <entry>
  488.        <id>https://tex.stackexchange.com/q/18664</id>
  489.        <re:rank scheme="https://tex.stackexchange.com">36</re:rank>
  490.        <title type="text">Underline my name in the bibliography</title>
  491.            <category scheme="https://tex.stackexchange.com/tags" term="bibliographies" />
  492.            <category scheme="https://tex.stackexchange.com/tags" term="formatting" />
  493.            <category scheme="https://tex.stackexchange.com/tags" term="highlighting" />
  494.        <author>
  495.            <name>Yannick Wurm</name>
  496.            <uri>https://tex.stackexchange.com/users/5641</uri>
  497.        </author>
  498.        <link rel="alternate" href="https://tex.stackexchange.com/questions/18664/underline-my-name-in-the-bibliography" />
  499.        <published>2011-05-20T10:08:34Z</published>
  500.        <updated>2024-04-16T02:30:38Z</updated>
  501.        <summary type="html">
  502.            &lt;p&gt;For several documents I&#x27;m preparing, I need to highlight (or underline) occurences of my name within the bibliography. &lt;/p&gt;&#xA;&#xA;&lt;p&gt;Is there an easy way of doing this?&lt;/p&gt;&#xA;
  503.        </summary>
  504.    </entry>
  505.    <entry>
  506.        <id>https://tex.stackexchange.com/q/2099</id>
  507.        <re:rank scheme="https://tex.stackexchange.com">712</re:rank>
  508.        <title type="text">How to include SVG diagrams in LaTeX?</title>
  509.            <category scheme="https://tex.stackexchange.com/tags" term="graphics" />
  510.            <category scheme="https://tex.stackexchange.com/tags" term="svg" />
  511.        <author>
  512.            <name>Martin Tapankov</name>
  513.            <uri>https://tex.stackexchange.com/users/711</uri>
  514.        </author>
  515.        <link rel="alternate" href="https://tex.stackexchange.com/questions/2099/how-to-include-svg-diagrams-in-latex" />
  516.        <published>2010-08-20T17:16:57Z</published>
  517.        <updated>2024-04-16T01:00:08Z</updated>
  518.        <summary type="html">
  519.            &lt;p&gt;I&#x27;m making all my diagrams in SVG format using Inkscape and then I export them to some other format (e.g. PDF, EPS or PNG). I wrote a short script that does this for me automatically, but I&#x27;d like to avoid this step, if possible --- sometimes the conversion from SVG converts the text labels into vectors, and that&#x27;s annoying. Hence the question:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;em&gt;Is there a way to include SVG diagrams directly without conversion to an intermediate format?&lt;/em&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Package suggestions, or instructions for specific LaTeX distribution are welcome. Tips and personal experience on which tools you have found to be working reliably would be also appreciated.&lt;/p&gt;&#xA;
  520.        </summary>
  521.    </entry>
  522.    <entry>
  523.        <id>https://tex.stackexchange.com/q/11</id>
  524.        <re:rank scheme="https://tex.stackexchange.com">386</re:rank>
  525.        <title type="text">What are good learning resources for a LaTeX beginner?</title>
  526.            <category scheme="https://tex.stackexchange.com/tags" term="books" />
  527.            <category scheme="https://tex.stackexchange.com/tags" term="big-list" />
  528.            <category scheme="https://tex.stackexchange.com/tags" term="learning" />
  529.            <category scheme="https://tex.stackexchange.com/tags" term="tutorials" />
  530.        <author>
  531.            <name>Vivi</name>
  532.            <uri>https://tex.stackexchange.com/users/14</uri>
  533.        </author>
  534.        <link rel="alternate" href="https://tex.stackexchange.com/questions/11/what-are-good-learning-resources-for-a-latex-beginner" />
  535.        <published>2010-07-26T19:26:16Z</published>
  536.        <updated>2024-04-15T23:49:03Z</updated>
  537.        <summary type="html">
  538.            &lt;p&gt;Which book (free or otherwise) was the most useful to you when you started learning LaTeX?&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I am frequently asked this question by friends who want to learn LaTeX, and I recommend the book which got me started, &lt;a href=&quot;http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf&quot; rel=&quot;noreferrer&quot;&gt;The Not So Short Introduction to LaTeX2&#x3B5;&lt;/a&gt;, but I feel that there might be better options around.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Also see &lt;a href=&quot;https://tex.stackexchange.com/questions/84384/latex-introductions-in-languages-other-than-english&quot;&gt;LaTeX Introductions in languages other than English&lt;/a&gt;.&lt;/p&gt;&#xA;
  539.        </summary>
  540.    </entry>
  541. </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