From 75421bde5d5c5f3cd52fbb52c0624c8954970b56 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 20 Jun 2019 22:53:38 -0400 Subject: i've done a lot of work --- bige/.test.tex.swp | Bin 12288 -> 0 bytes bige/.test0.tex.swp | Bin 0 -> 12288 bytes bige/store.txt | 11 +++++++++++ bige/test.log | 31 +++++++++++++++++++++---------- bige/test.pdf | Bin 13485 -> 13012 bytes bige/test.tex | 24 ++++++++++++++++-------- bige/test0.log | 15 +++++++++++++++ bige/test0.pdf | Bin 0 -> 11089 bytes bige/test0.tex | 8 ++++++++ 9 files changed, 71 insertions(+), 18 deletions(-) delete mode 100644 bige/.test.tex.swp create mode 100644 bige/.test0.tex.swp create mode 100644 bige/store.txt create mode 100644 bige/test0.log create mode 100644 bige/test0.pdf create mode 100644 bige/test0.tex (limited to 'bige') diff --git a/bige/.test.tex.swp b/bige/.test.tex.swp deleted file mode 100644 index 74baec9..0000000 Binary files a/bige/.test.tex.swp and /dev/null differ diff --git a/bige/.test0.tex.swp b/bige/.test0.tex.swp new file mode 100644 index 0000000..14311f3 Binary files /dev/null and b/bige/.test0.tex.swp differ diff --git a/bige/store.txt b/bige/store.txt new file mode 100644 index 0000000..44e1f8e --- /dev/null +++ b/bige/store.txt @@ -0,0 +1,11 @@ +\head Ionic Compound in Solution & Observed Flame Color \cr + \noalign{\hrule} + $HCl$ Solution (baseline) & blue \endlinex + 0.5M calcium chloride ($CaCl_2$) & orange-red \endlinex + 0.5M sodium chloride ($NaCl$) & orange-yellow \endlinex + 0.5M barium chloride ($BaCl_2$) & pale green \endlinex + 0.5M lithium chloride ($LiCl$) & red \endlinex + 0.5M copper(II) chloride ($CuCl_2$) & blue-green \endlinex + 0.5M cesium chloride ($CsCl$) & blue-violet \endlinex + Unknown Solution \#1 & red \endlinex + Unknown Solution \#2 & blue-violet \cr diff --git a/bige/test.log b/bige/test.log index 83a1fbe..3c7ba70 100644 --- a/bige/test.log +++ b/bige/test.log @@ -1,15 +1,26 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdftex 2019.5.8) 13 JUN 2019 12:31 +This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdftex 2019.5.8) 16 JUN 2019 21:04 entering extended mode restricted \write18 enabled. %&-line parsing enabled. **test.tex -(./test.tex [1{/usr/local/texlive/2019/texmf-var/fonts/map/pdftex/updmap/pdftex -.map}] ) -Output written on test.pdf (1 page, 13485 bytes). -PDF statistics: - 12 PDF objects out of 1000 (max. 8388607) - 7 compressed objects within 1 object stream - 0 named destinations out of 1000 (max. 500000) - 1 words of extra memory for PDF output out of 10000 (max. 10000000) +(./test.tex +! TeX capacity exceeded, sorry [input stack size=5000]. +\subpre ...by -1 \ifnum \columns >0 \span \subpre + \fi +\subpre ...by -1 \ifnum \columns >0 \span \subpre + \fi +\subpre ...by -1 \ifnum \columns >0 \span \subpre + \fi +\subpre ...by -1 \ifnum \columns >0 \span \subpre + \fi +\subpre ...by -1 \ifnum \columns >0 \span \subpre + \fi +\subpre ...by -1 \ifnum \columns >0 \span \subpre + \fi +... +l.13 \halign{\span\preamb + +If you really absolutely need more capacity, +you can ask a wizard to enlarge me. +! ==> Fatal error occurred, no output PDF file produced! diff --git a/bige/test.pdf b/bige/test.pdf index c3923a7..e9a98a6 100644 Binary files a/bige/test.pdf and b/bige/test.pdf differ diff --git a/bige/test.tex b/bige/test.tex index ebae558..7b7efe7 100644 --- a/bige/test.tex +++ b/bige/test.tex @@ -1,10 +1,18 @@ -\def\maketable#1{ - \halign{## & ## \cr - \gdef\endlinex{\cr \noalign{\hrule}} - line1 & column2 \endlinex - continuing & test \endlinex - #1 - } +\count1=4 \countdef\columns=1 +\def\subpre{ + & ## + \advance\columns by -1 \ifnum\columns>0 \span\subpre \fi +} +\def\preamb{ + ## + \advance \columns by -1 + \the\columns + \ifnum\columns>0 \span\subpre \fi + \cr +} +\halign{\span\preamb + first line \cr + second line \cr + third line \cr } -\maketable{this line & inserted column\endlinex} \bye diff --git a/bige/test0.log b/bige/test0.log new file mode 100644 index 0000000..dbc98c4 --- /dev/null +++ b/bige/test0.log @@ -0,0 +1,15 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdftex 2019.5.8) 16 JUN 2019 12:18 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**test0.tex +(./test0.tex [1{/usr/local/texlive/2019/texmf-var/fonts/map/pdftex/updmap/pdfte +x.map}] ) +Output written on test0.pdf (1 page, 11089 bytes). +PDF statistics: + 12 PDF objects out of 1000 (max. 8388607) + 7 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/bige/test0.pdf b/bige/test0.pdf new file mode 100644 index 0000000..2503665 Binary files /dev/null and b/bige/test0.pdf differ diff --git a/bige/test0.tex b/bige/test0.tex new file mode 100644 index 0000000..873b67b --- /dev/null +++ b/bige/test0.tex @@ -0,0 +1,8 @@ +\count1=10 \countdef\stage=1 +\long\def\loop{ + line \par + \advance \stage by -1 + \ifnum \stage>0 \loop \fi +} +\loop +\bye -- cgit