Code: Select all
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty))(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty)(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))*geometry* detected driver: dvips(./3b.toc) [1Non-PDF special ignored!<special> papersize=433.62pt,650.43pt{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]LaTeX Warning: No \author given.(./1b.tex (./3b.toc) (./9.tex (./3b.toc) (./10.tex [2] (./3b.toc) (./10.tex(./3b.toc) (./10.tex (./3b.toc) (./10.tex (./3b.toc) (./10.tex (./3b.toc)(./10.tex [3] (./3b.toc) (./10.tex (./3b.toc) (./10.tex (./3b.toc) (./10.tex(./3b.toc) (./10.tex (./3b.toc) (./10.tex [4] (./3b.toc)! No room for a new \write.\e@ch@ck ...message {No room for a new \string #4}\fi \fil.42 \tableofcontents
Would a directory with say 100 files be a problem to pdflatex? Is there a way to get more detailed output in the log for what it's trying to do? Any help much appreciated. I can provide the imported tex files if requested. Here's the main tex file:
Code: Select all
Code, edit and compile here:
\documentclass[11pt]{book}\usepackage{standalone}\usepackage{import}\usepackage{graphicx}\usepackage{caption}\usepackage{xcolor}\title{Title of doc}%for c code (maybe not required)\usepackage{listings}\lstset{basicstyle=\small\ttfamily,columns=flexible,breaklines=truelanguage=C %todo: custom language}\paperheight=9in\paperwidth=6in\pdfpagewidth=6in\pdfpageheight=9in\setlength{\pdfpagewidth}{\paperwidth}\setlength{\pdfpageheight}{\paperheight}\usepackage[vcentering,dvips]{geometry}\geometry{papersize={6in,9in},total={4.5in,6.8in}}\begin{document}\tableofcontents\maketitle\begin{center}\textbf{Preface:}\vspace{0.2in}\end{center}