Texinfo 문서는 어디에서 찾을 수 있습니까? (Where can I find Texinfo documentation?)


문제 설명

Texinfo 문서는 어디에서 찾을 수 있습니까? (Where can I find Texinfo documentation?)

I want to write the manual for an open‑source software. As the manual will contain several pages I considered texinfo the best option since the manual will be too long for a man page and the user should be able to open it in a ssh session.

However, I can not find a good tutorial or manual and the official documentation is too cryptic. Can you share a tutorial or manual about texinfo?


참조 솔루션

방법 1:

texinfo is a TeX format to typeset files in the GNU info format, so you are looking for a tutorial of that format. GNU info is documented in its own format, so a starter is the command

info info

on a GNU/Linux computer.

방법 2:

If you already know and use Emacs, you might want to write the document in Org‑mode. Org can export to PDF, man, HTML, TexInfo, and other formats. Documentation and other info is available at http://orgmode.org/.

If you do not know Emacs, it has a rather steep learning curve. It might not be worth the investment in time (unless you plan on doing more of this sort of work in the future).

(by Vicente Boleajk ‑ Reinstate MonicaSue D. Nymme)

참조 문서

  1. Where can I find Texinfo documentation? (CC BY‑SA 2.5/3.0/4.0)

#manpage #Documentation #info #texinfo #tex






관련 질문

터미널에서 XCode docset 문서 보기 (View XCode docset docs from terminal)

Linux/Darwin/RST/POD가 아닌 STDIN의 MAN 형식 파일 또는 변수 표시 (Show MAN formatted file or variable from STDIN in Linux/Darwin / NOT with RST/POD)

mac 터미널에서 중복된 결과를 반환하는 "man" 명령 ("man" command returning duplicated results in mac terminal)

맨페이지에서 Unix 명령 이름 뒤에 표시된 괄호 안의 숫자는 무엇을 의미합니까? (What does the number in parentheses shown after Unix command names in manpages mean?)

맨페이지 scandir() 프로토타입 이상함 (Manpage scandir() prototype weirdness)

일부 Linux 시스템 호출에 두 개의 매뉴얼 페이지가 있는 이유는 무엇입니까? (Why do some Linux system calls have two man pages?)

brew에 의해 업그레이드된 nmap 이후 man nmap은 횡설수설합니다. (man nmap goes gibberish after nmap upgraded by brew)

남자: /usr/share/man/man3/std::basic_iostream.3cxx를 열 수 없습니다: 해당 파일이나 디렉터리가 없습니다 (man: can't open /usr/share/man/man3/std::basic_iostream.3cxx: No such file or directory)

매뉴얼 페이지의 개요에 나열된 헤더 중 일부 또는 전체를 포함해야 합니까? (Should I include any or all of the headers listed in the synopsis of a man page?)

맨 섹션 (man sections)

공통 lisp에 대한 Man 또는 javadoc 스타일 문서 (Man or javadoc-style documentation for common lisp)

Texinfo 문서는 어디에서 찾을 수 있습니까? (Where can I find Texinfo documentation?)







코멘트