Forum: science_man_88
2018-12-31, 20:32
|
Replies: 4
Views: 10,152
\count255=1
\loop
\foreach \n in {\section...
\count255=1
\loop
\foreach \n in {\section ,\subsection ,\Thm }
\n{};
\ifnum\count255 < 255
\advance\count255 by 1
\repeat
basically other than a proper list of each and a way to map it to...
|
Forum: science_man_88
2018-12-27, 14:43
|
Replies: 4
Views: 10,152
\begin{tikzpicture}
\foreach \n in...
\begin{tikzpicture}
\foreach \n in {1,2,3,4,5,6,7,8,9}{
\foreach \i in {1,2,3,4,5,6,7,8,9}{
\draw[cyan] (\n\baselineskip,\i+1\baselineskip)
--(\n\baselineskip,\i\baselineskip) node{\tiny(\n,\i)}...
|
Forum: science_man_88
2018-12-27, 11:38
|
Replies: 4
Views: 10,152
|
Forum: science_man_88
2018-12-27, 01:14
|
Replies: 4
Views: 10,152
You might be reading the LaTeX wiki pdf too much when...
\color{cyan}{\foreach \n in {a,b,c,d,e,f,g,h,i,j,k,l,m}{
\foreach \i in {a,b,c,d,e,f,g,h,i,j,k,l,m}{\!\!\rule[0pt]{\baselineskip}{0.5pt}...
|