Tool to create nice manuals?

Everything else that doesn't fall into one of the other PB categories.
User avatar
thinkitsimple
User
User
Posts: 89
Joined: Mon Aug 13, 2012 6:12 pm
Location: Berlin, Germany
Contact:

Tool to create nice manuals?

Post by thinkitsimple »

Hi,

i want to create a nice looking pdf-manual with index and code blocks inside. I know how to create an index of my headlines e.g in Writer or Word, but how to place the code blocks in there, so that they are well formatted?

Are there any special tools for that?

I'm using a Mac.
Michael

PureBasic 5.51, macOS 10.12.2 Sierra
HanPBF
Enthusiast
Enthusiast
Posts: 574
Joined: Fri Feb 19, 2010 3:42 am

Re: Tool to create nice manuals?

Post by HanPBF »

hello Michael,

http://alternativeto.net/software/help-manual/


Lookup "XML Documentation" at search engine.

Oxygen is a JAVA based XML Editor with various output formats:
http://www.oxygenxml.com/doc/versions/1 ... ormat.html
Little John
Addict
Addict
Posts: 4869
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Tool to create nice manuals?

Post by Little John »

thinkitsimple wrote:but how to place the code blocks in there, so that they are well formatted?
Use a fixed-width font such as Courier New or Consolas, and indent the lines like the PB IDE does after pressing [Ctrl]+.
Additionally, you can e.g. draw a frame around each code block, and/or give the code blocks a special background color.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Tool to create nice manuals?

Post by IdeasVacuum »

You could use a desktop publisher that saves to PDF (Free):
http://www.serif.com/desktop-publishing ... tAodnYkOEg

...or maybe make an 'old fashioned' .hlp file:
http://shalom-help-maker-shm.en.softonic.com/
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
thinkitsimple
User
User
Posts: 89
Joined: Mon Aug 13, 2012 6:12 pm
Location: Berlin, Germany
Contact:

Re: Tool to create nice manuals?

Post by thinkitsimple »

Thanks for your suggestions.

After a while i found Clarify, the successor of ScreenSteps. I does what i was looking for, for me the ideal solution to write manuals or documentation. Makes it a lot easier to write these stuff than other "solutions" like Word or OpenOffice/LibreOffice. It's available for Windows and Mac.
Michael

PureBasic 5.51, macOS 10.12.2 Sierra
Post Reply