----------
Texinfo
----------
지정된 포맷으로 데이터를 생성 하게 되면 이 데이터를 기준으로 HTML, DVI, PDF, Docbook, XML, Info 등의 형태로 파일을 생성해 준다.
[code]
@ifnottex
@node Top
@top Short Sample
@insertcopying
@end ifnottex
@menu
* First Chapter:: The first chapter is the
only chapter in this sample.
* Index:: Complete index.
@end menu
[/code]
http://en.wikipedia.org/wiki/Texinfo
install
[code]
sudo apt-get install txtinfo
[/code]
source
http://texinfo.org/
Texinfo
----------
지정된 포맷으로 데이터를 생성 하게 되면 이 데이터를 기준으로 HTML, DVI, PDF, Docbook, XML, Info 등의 형태로 파일을 생성해 준다.
[code]
@ifnottex
@node Top
@top Short Sample
@insertcopying
@end ifnottex
@menu
* First Chapter:: The first chapter is the
only chapter in this sample.
* Index:: Complete index.
@end menu
[/code]
http://en.wikipedia.org/wiki/Texinfo
install
[code]
sudo apt-get install txtinfo
[/code]
source
http://texinfo.org/
'Native > C' 카테고리의 다른 글
| REST-esting with cURL (0) | 2013.10.02 |
|---|---|
| libev (0) | 2013.10.02 |
| gettext (0) | 2013.10.02 |
| flex (fast lexical analyzer generator) (0) | 2013.10.02 |
| bison (0) | 2013.10.02 |