Best Manual Editing Software - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T17:44:26Z http://stackoverflow.com/feeds/question/89327 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/89327/best-manual-editing-software 5 Best Manual Editing Software Himself 2008-09-18T01:58:18Z 2008-12-18T15:33:46Z <p>I'm writing a manual for our new software product... and M$ Word just doesn't cut it. So what is the best software or language to use for creating/editing a software manual?</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89339#89339 2 Answer by Ben Hoffstein for Best Manual Editing Software Ben Hoffstein 2008-09-18T01:59:44Z 2008-09-18T01:59:44Z <p>Tex:</p> <p><a href="http://miktex.org/" rel="nofollow">http://miktex.org/</a></p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89360#89360 1 Answer by cemsbr for Best Manual Editing Software cemsbr 2008-09-18T02:03:58Z 2008-09-19T03:14:57Z <p>I would do it using latex. It can generate professional good-looking pdf and it helps you with table of contents, referencing images and sections, citations, etc.</p> <p>I recommend texlive from <a href="http://www.tug.org/texlive/" rel="nofollow">http://www.tug.org/texlive/</a></p> <p>I edit these files with vim, but there are some good gui softwares like <a href="http://www.lyx.org/Home" rel="nofollow">LyX</a> as Chris Charabaruk said and <a href="http://www.xm1math.net/texmaker/" rel="nofollow">Texmaker</a>, which helps you editing the source through its gui.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89385#89385 7 Answer by RichH for Best Manual Editing Software RichH 2008-09-18T02:08:10Z 2008-09-18T03:02:39Z <p>For a printed manual I go with LaTeX.</p> <p><a href="http://miktex.org/" rel="nofollow">MikTex</a> is the best Windows implementation in my opinion. My preferred editor is <a href="http://www.winedt.com/" rel="nofollow">WinEdt</a></p> <p>There is a great LaTeX tutorial by <a href="http://tobi.oetiker.ch/lshort/lshort.pdf" rel="nofollow">Tobias Oetiker</a></p> <p>If it is going to be primarily an electronic manual and users will be online then a controlled wiki may be a good option.</p> <p>You should ask yourself what features are important. Do you want a printed manual? An online manual with hyperlinks between sections? Links from the application into sections of the manual? Once you specify your needs in more detail people may be able to help further.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89426#89426 0 Answer by Kevin Conner for Best Manual Editing Software Kevin Conner 2008-09-18T02:17:53Z 2008-09-18T02:17:53Z <p><a href="http://they.misled.us/dark-room" rel="nofollow">Dark Room</a> for Windows, and <a href="http://hogbaysoftware.com/products/writeroom" rel="nofollow">WriteRoom</a> for Mac are great programs in which to write and write and write. They run in fullscreen and eliminate everything but your text. So they're good for a first step, but not for formatting.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89429#89429 0 Answer by Thomas for Best Manual Editing Software Thomas 2008-09-18T02:18:53Z 2008-09-18T02:18:53Z <p>You could also use plain old HTML, especially if your manual is mainly for electronic reading.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89435#89435 4 Answer by Chris Charabaruk for Best Manual Editing Software Chris Charabaruk 2008-09-18T02:19:53Z 2008-09-18T02:19:53Z <p>At the risk of sounding unpopular, I'd really like to suggest using <a href="http://en.wikipedia.org/wiki/DocBook" rel="nofollow">DocBook</a>, along with a decent XML editor (preferably one that can crunch DocBook nicely). There is an <a href="http://en.wikipedia.org/wiki/DocBook_XSL" rel="nofollow">XSLT toolchain</a> available that can generate various different output formats including HTML or PostScript (which can be easily converted to PDF or printed).</p> <p>While DocBook isn't the easiest thing to work with, it's a lot more powerful than simply using a Word document, and less complex and unwieldy than TeX.</p> <p>As for a decent editor itself, <a href="http://www.lyx.org/Home" rel="nofollow">LyX</a> is a nice WYSIWYG editor for TeX documents, and includes some (outdated, unfortunately) support for exporting DocBook. I've seen some decent WYSIWYG editors for DocBook as well, but unfortunately their names aren't coming to mind at the moment; search and ye shall find.</p> <p>EDIT: There's another SO question that asks for the <a href="http://stackoverflow.com/questions/55622/best-tools-for-working-with-docbook-xml-documents">best tools for DocBook</a>, you might want to check the answers out on that one, too.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89458#89458 1 Answer by Himself for Best Manual Editing Software Himself 2008-09-18T02:24:05Z 2008-09-18T02:24:05Z <p>This will be a printed manual with a PDF copy going out on CD with the software.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89742#89742 0 Answer by Kimbo for Best Manual Editing Software Kimbo 2008-09-18T03:28:11Z 2008-09-18T03:28:11Z <p>Every company I've worked for (since Interleaf) uses Adobe FrameMaker.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89875#89875 1 Answer by jelovirt for Best Manual Editing Software jelovirt 2008-09-18T03:59:38Z 2008-09-18T03:59:38Z <p><a href="http://en.wikipedia.org/wiki/Darwin_Information_Typing_Architecture" rel="nofollow">DITA</a> for the content, <a href="http://dita-ot.sourceforge.net/" rel="nofollow">DITA Open Toolkit</a> for processing the documents, and then you have multiple options what editor to use, Epic, XMetal, Serna, oXygen etc.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/89947#89947 0 Answer by eed3si9n for Best Manual Editing Software eed3si9n 2008-09-18T04:12:55Z 2008-09-18T04:12:55Z <p>Don't pros use <a href="http://www.adobe.com/products/indesign/" rel="nofollow">Adobe InDesign</a>?*</p> <p>*) I am not a pro.</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/242130#242130 1 Answer by Brandon DuRette for Best Manual Editing Software Brandon DuRette 2008-10-28T03:13:20Z 2008-10-28T03:13:20Z <p>We use <a href="http://www.ec-software.com/" rel="nofollow">Help and Manual</a>. It's got some quirks, but it's pretty good overall; especially now that it saves in a non-binary format that can be merged. Your manual is in version control, right?</p> http://stackoverflow.com/questions/89327/best-manual-editing-software/378198#378198 0 Answer by ConcernedOfTunbridgeWells for Best Manual Editing Software ConcernedOfTunbridgeWells 2008-12-18T15:33:46Z 2008-12-18T15:33:46Z <p><a href="http://stackoverflow.com/questions/371654/application-not-a-markup-language-for-producing-a-user-manual#372017">This Stackoverflow poster</a> is asking much the same question and the answers contain a discussion of Framemaker and various alternatives in some depth. Disclaimer: I wrote the accepted answer.</p>