The source tag has no wiki summary.
11
votes
3answers
21k views
How to convert PDF to (La)TeX?
I know that probably no information is passed to the PDF when a .tex file is compiled, but is there a tool that can convert a PDF document to (La)TeX?
66
votes
3answers
2k views
Is there some way to embed LaTeX source code in a PDF file?
Several times now I have inadvertently lost the .tex file that generated a PDF file with pdflatex. Given what I know of the internal structure of PDF files, it should be possible to embed a text file ...
2
votes
1answer
1k views
How to include all files within a directory relative to the edited *.tex-file?
I am writing my reports which need to reference complete *.java files with latex.
I am using the Texlipse Eclipse plugin to do the editing.
Right now I am referencing the complete path to each ...
5
votes
3answers
1k views
Indentation and line wraps in TeXShop
As pointed out in this question, in TeXShop there is no way to make source paragraphs (i.e. long lines with no hard wraps) follow source indents automatically, that is, while typing. The solution ...
3
votes
2answers
279 views
Adding extra lines/spaces in source, *not* affecting semantics
I'm editing a file with quite huge interleaves of text and formulas like this
lorem ipsums
\begin{align}
foo & bar\\
qux & rofl\\
& toto
\end{align}
lorem ipsums
…
And I face ...
7
votes
3answers
474 views
Long paragraphs follow source indents in TeXShop
How do I make long paragraphs follow the source indents in TeXShop? This what I usually get:
How do I make succeeding lines follow the indent of the first line? This is so that it would be easier to ...