-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.\" Process this file with | ||
.\" groff -man -Tascii caou.1 | ||
.\" | ||
.TH CAOU 1 "JUNE 2019" Linux "General Commands Manual" | ||
.SH NAME | ||
caou \- compiler for caoutchouc, a typesetting and text formatting language | ||
.SH SYNOPSIS | ||
caou | ||
[\fB--tex \fItypesetter\fP] | ||
[\fIoptions\fP] | ||
[&\fIformat\fP] | ||
[\fIfile\fP] | ||
.SH DESCRIPTION | ||
.B caou | ||
compiles plain text (utf8 encoded) files written in | ||
the caoutchouc language to their pdf form, creating | ||
.I file.pdf\fP. | ||
|
||
For a description and especification of the | ||
.B caoutchouc | ||
language, see <https://github.com/corollari/caoutchouc>. | ||
.SH OPTIONS | ||
.IP "--tex \fItypesetter" | ||
Use \fItypesetter\fP for pdf generation | ||
instead of \fBpdflatex\fP(1). | ||
.br | ||
Some typesetters that may be available in your system are | ||
\fBxelatex\fP(1), \fBlualatex\fP(1), | ||
\fBlatex\fP(1) or \fBpdflatex\fP(1). | ||
.IP ... | ||
Any other option will be passed directly | ||
to the typesetter being used. | ||
.SH FILES | ||
See \fBpdftex\fP(1). | ||
.SH ENVIRONMENT | ||
See \fBpdftex\fP(1). | ||
.SH REPORTING BUGS | ||
Open a github issue: <https://github.com/corollari/caoutchouc/issues> | ||
or email the author at <[email protected]>. | ||
.SH AUTHOR | ||
Albert Acebron <[email protected]>. | ||
.SH "SEE ALSO" | ||
.BR pdftex (1), | ||
.BR latex (1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
"keywords": [ | ||
"latex" | ||
], | ||
"man": "./man/caou.1", | ||
"author": "corollari", | ||
"license": "MIT", | ||
"bugs": { | ||
|