The former, it becomes easy and “natural” fast, as you memorize the stuff, eventually you become so used to being able to specify how the document should be specifically that using WYSIWYG stuff like word is awful, you start to fight with the document editor…
But there is stuff like overleaf if you want something less direct, it is still LaTeX but it has tools and Whatnots to do it easier.
I do both, but usually I use markdown to write the texts because it features basic formatting like headers and bold text, but it’s faster and easier to write. Then I use pandoc to convert it into .tex and do the final editing and adjusting directly in Latex.
Everyone knows the only acceptable formats are .pdf and .tex, everything else should be shunned out of society.
.tex is a source format, not a presentation format, and as such should not be valid in a submission field.
they should take .ps though.
Dvi file then.
Hmmm, a compress folder full of the .tex and the resources.
i’m not sending anything that can be edited. last time i did that as a consultant they stripped our company logo out of the documents.
Wait until you find out that absolutely anything can be edited
not by joe doofus
.pdf can contain malware
But the entire paper in a .jpeg would be hilarious
Any format can really contain malware
good ol virus.txt
.tex
Ha, lamers. A true wizard writes their assignments in roff.
I wonder how people actually work with LaTeX.
Do you actually write all the headers and stuff manually through a TeX editor, or do you use tools that do it for you?
Because the former sounds incredibly tedious.
The former, it becomes easy and “natural” fast, as you memorize the stuff, eventually you become so used to being able to specify how the document should be specifically that using WYSIWYG stuff like word is awful, you start to fight with the document editor…
But there is stuff like overleaf if you want something less direct, it is still LaTeX but it has tools and Whatnots to do it easier.
Thanks!
I used LyX when I authored some papers
Will take a look!
I do both, but usually I use markdown to write the texts because it features basic formatting like headers and bold text, but it’s faster and easier to write. Then I use pandoc to convert it into .tex and do the final editing and adjusting directly in Latex.
I believe Zettlr editor uses pandoc to convert MD to LaTeX.
Indeed needs some manual tinkering, as long as I remember, at least since MD is not so feature-rich :D
But thanks for the recommendation!