What software would you use to write this?
1–10 of 12 posts
Re: What software would you use to write this?
#2I look forward to seeing other people's answers.
Re: What software would you use to write this?
#3Many theses and textbooks are typeset with LaTeX. I used it for my PhD thesis. Advantages include: a plain text source file, which can be edited in your favorite editor; easy cross-referencing that automatically updates; high-quality typesetting. Some things that are very easy in Word are harder to do in LaTeX: for example, it can be tricky to select fonts or customize other aspects of a standard style file.
Re: What software would you use to write this?
#4I can recommend MiKTeX as an editor for windows
Re: What software would you use to write this?
#5On the other hand, if it's a technical work then you might need something more high-powered. My book was quite technical, but I still used a wiki and embedded images from MimeTex for the equations. Exporting to HTML and using htmldoc worked a treat.
I'm technical, I did a lot of support work, I didn't use a tool "out of the box," but I could tweak it to do some unusual stuff.
YMWV. How much customisation are you willing to do?
Re: What software would you use to write this?
#6Get yourself a decent intro to LaTeX book, Lamport's is the 'standard' , but other titles are very good as well.
LaTeX user guide and reference ( 2nd edition) : Leslie Lamport
LaTeX Notes, practical tips for preparing technical documents : J.Kenneth Shultis
LaTeX for everybody : Jane Hahn
are all useful reference to have handy.
BTW: I've used Tex & LaTeX since 1989 across various platforms, and have shifted all my projects without any 'conversion' problems because all LaTeX files are plain text. Most , if not all, other document handling tools use their own file formats.
Remember TeX is a document language so you have to write your text as plain text and it is 'compiled' into you printed document, it is not like using Word or OpenOffice. But once learnt Tex/LaTeX will prove useful forever !
Re: What software would you use to write this?
#7Academics from mathematical fields tend to use LaTeX. One way to compile a PDF is with pdflatex, which can import .png, .jpg, and .pdf images. This means you’d need to be able to get your vector images into .pdf format conveniently. This tends to be easy on traditional Unixy systems. I believe on osx too(?). Many theses and textbooks are typeset with LaTeX. I used it for my PhD thesis. Advantages include: a plain tex…
Re: What software would you use to write this?
#8One huge win with Latex is that if your publication is formatted to, say ACM guidelines, and it gets rejected, it takes less than a day to convert to IEEE transactions guidelines. With a WYSIWYG word proc, even with extensive use of styles, it would take many days to achieve the same level of transformation.
Re: What software would you use to write this?
#9Re: What software would you use to write this?
#10Open Office. It gives you everything you may need while writing and also option for exporting file to Pdf format. Main advantage its free(Open Source).