Best Manual Editing Software - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T17:44:26Zhttp://stackoverflow.com/feeds/question/89327http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/89327/best-manual-editing-software5Best Manual Editing SoftwareHimself2008-09-18T01:58:18Z2008-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#893392Answer by Ben Hoffstein for Best Manual Editing SoftwareBen Hoffstein2008-09-18T01:59:44Z2008-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#893601Answer by cemsbr for Best Manual Editing Softwarecemsbr2008-09-18T02:03:58Z2008-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#893857Answer by RichH for Best Manual Editing SoftwareRichH2008-09-18T02:08:10Z2008-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#894260Answer by Kevin Conner for Best Manual Editing SoftwareKevin Conner2008-09-18T02:17:53Z2008-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#894290Answer by Thomas for Best Manual Editing SoftwareThomas2008-09-18T02:18:53Z2008-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#894354Answer by Chris Charabaruk for Best Manual Editing SoftwareChris Charabaruk2008-09-18T02:19:53Z2008-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#894581Answer by Himself for Best Manual Editing SoftwareHimself2008-09-18T02:24:05Z2008-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#897420Answer by Kimbo for Best Manual Editing SoftwareKimbo2008-09-18T03:28:11Z2008-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#898751Answer by jelovirt for Best Manual Editing Softwarejelovirt2008-09-18T03:59:38Z2008-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#899470Answer by eed3si9n for Best Manual Editing Softwareeed3si9n2008-09-18T04:12:55Z2008-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#2421301Answer by Brandon DuRette for Best Manual Editing SoftwareBrandon DuRette2008-10-28T03:13:20Z2008-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#3781980Answer by ConcernedOfTunbridgeWells for Best Manual Editing SoftwareConcernedOfTunbridgeWells2008-12-18T15:33:46Z2008-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>