Tagged Questions
1
vote
1answer
161 views
“Missing $ inserted” errors generated in tabular figure
I've compiled my LaTeX document into a PDF using the website ScribTeX, and everything seems to look fine, but I keep getting the following errors:
Similar errors happen every time I use a table.
...
9
votes
2answers
154 views
Equivalent to graphicx draft/demo option for tables
I am looking for a way to exclude tables from compilation when I am in draft mode (technically I want to create a boolean such as drafttables that would exclude tables when active). Usually I have ...
2
votes
1answer
1k views
Errors in tables then runaway argument at \begin{document}
I am new to LaTeX and keep having this re-occurring problem. I create a table and notice a mistake (incorrectly specifying the number of columns or something) because the pdf won't compile (I am using ...
4
votes
2answers
392 views
generating LaTeX tabular code during compilation
I use LaTeX for scientific reporting in brain imaging (fMRI). I have a tabular array in LaTeX, that contains quite a lot of rows and columns, which both are brain regions and in the each intersecting ...
10
votes
5answers
431 views
Speed up LaTeX compilation on a document with lots of automatically created tables
I know that similar ground has been covered before (e.g. Speeding up LaTeX compilation), but this question is more specific.
I want to create some reports programmatically, so I wrote a program that ...