![]() |
|
|
#1 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Code:
\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}
\begin{rotate}{90}\rule[15pt]{\baselineskip}{0.5pt}\end{rotate}}\\}
}
|
|
|
|
|
#2 |
|
Dec 2012
The Netherlands
2×23×37 Posts |
Nice!
Have you tried tikz already? Code:
\usepackage{tikz}
|
|
|
|
|
#3 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
|
|
|
|
|
#4 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
Code:
\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)}
--(\n+1\baselineskip,\i\baselineskip);
}}
\end{tikzpicture}
Last fiddled with by science_man_88 on 2018-12-27 at 14:45 |
|
|
|
|
#5 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Code:
\count255=1
\loop
\foreach \n in {\section ,\subsection ,\Thm }
\n{};
\ifnum\count255 < 255
\advance\count255 by 1
\repeat
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Latex searcher ? | science_man_88 | science_man_88 | 2 | 2018-07-21 17:11 |
| being able to use a latex package | wildrabbitt | Software | 7 | 2018-01-12 19:46 |
| How to Latex thread | jinydu | Forum Feedback | 2 | 2007-05-02 11:44 |
| LATex Documents | Numbers | Lounge | 8 | 2005-12-31 09:33 |
| Could we use LaTeX in this forum some day ? | T.Rex | Forum Feedback | 5 | 2005-08-29 19:45 |