Tagged Questions
1
vote
0answers
86 views
What is the most efficient way to render LaTeX to a viewable format on a server?
I am working on an online web-app that incorporates LaTeX document generation.
Currently, as a beginner to LaTeX (but the most experienced developer in my team), I am trying to determine the most ...
8
votes
2answers
707 views
Increasing TeX's main memory
I have a plot with a lot of measurement datapoints. I exported this plot from Matlab2tikz.
When I wanted to compile this, it said that the memory was exceeded. Now I found this, How to expand TeX's ...
3
votes
1answer
834 views
How to increase bufsize for lualatex or pdflatex?
I work with large TikZ graphics for which the default bufsize of lualatex/pdflatex is too small:
Unable to read an entire line---bufsize=200000.
Please increase buf_size in texmf.cnf.
Is there a ...