Tagged Questions
6
votes
2answers
423 views
How to import ASCII coordinates to TikZ
I have a long file of Brazil coordinates like:
(-3.43,-0.56) -- (-3.44,-0.56) -- (-3.44,-0.55) -- (-3.50,-0.55) -- (-3.52,-0.55) ...
and I want to import then into a tikzpicture environment to use ...
4
votes
2answers
3k views
Using \import correctly
I've got a main-file which includes the preamble. I then use \import to put together all chapters of my final document. When saving the main-file in another directory than the chapter-files I get the ...
3
votes
3answers
296 views
Can i automatically load chapters and sections based on the filesystem?
I was interested in knowing if i can load chapters and sections of my book based on the filesystem. For example:
Chapter 1/
Section 1.tex
Section 2.tex
Section 3.tex
Chapter 2/
Section 1.tex
...
5
votes
1answer
485 views
Replace spaces/tabs in an imported .txt file upon import?
I read the answers to this question: Import a text file into LaTeX document, and am now wondering if it's possible to let TeX replace tabs or spaces in that text-file with & for example if you ...
12
votes
1answer
7k views
How do I import a text file so that it becomes the body text of my LaTeX document?
I want to completely separate formatting and content creation. The articles I will write are all plain prose that requires minimum or zero LaTeX formatting.
Also, the text file doesn't have the ...