Tagged Questions

Texinfo is a typesetting syntax used for generating documentation in both on-line and printed form (creating filetypes as dvi, html, pdf, etc., and its own hypertext format, info) with a single source file. It is a creation of the GNU Project, and used to produce documentation for GNU software (e.g. emacs, screen, glibc).

learn more… | top users | synonyms

20
votes
5answers
1k views

How do you get Python documentation in Texinfo Info format?

Since Python 2.6, it seems the documentation is in the new reStructuredText format, and it doesn't seem very easy to build a Texinfo Info file out of the box anymore. I'm an Emacs addict and prefer ...
4
votes
2answers
709 views

No norwegian characters in LaTeX

I have translated a document from English to Norwegian in the LaTeX format, and while using norwegian special characters, I get an error using \usepackage[utf8x]{inputenc} to try and display the ...
0
votes
2answers
66 views

How do I determine which GNU Info Manual files are available?

I would like Info manuals on various things, including command line utilities, ruby, git, etc. Does anyone know of a database of them? I would rather not go through Googling each item to try to find a ...
0
votes
2answers
70 views

How do you get Ruby documentation in Texinfo format?

I created the documentation for Python in Texinfo format via help from this question: How do you get Python documentation in Texinfo Info format? Now I want the same for Ruby. Is the Ruby ...