diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /doc/user/cpp_lone | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/cpp_lone')
-rw-r--r-- | doc/user/cpp_lone | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/user/cpp_lone b/doc/user/cpp_lone new file mode 100644 index 0000000..8d8e367 --- /dev/null +++ b/doc/user/cpp_lone @@ -0,0 +1,36 @@ +@Section + @Title { Stand-alone mode } + @Tag { alone } +@Begin +@PP +Printing of C files in stand-alone mode is accomplished by the following +c2lout @Index { @Code "c2lout" filter } +Unix pipeline: +@ID @Code "c2lout options C-files | lout -s > out.ps" +As usual with Lout, the output will be a PostScript file. Each input +file will begin on a new page of the output, starting with its name +in bold type. The options provide control over the final appearance, +as follows: +@WideTaggedList +@TI { {@Code-p}{@I style} } { +Select a printing style. Your choices are {@Code -pfixed}, +{@Code -pvarying}, and {@Code -psymbol}, with the default being +{@Code -pfixed}. Consult Section {@NumberOf embedded} for examples +of these styles. +} +@TI { @Code -n } { +Do not print file names. +} +@TI { {@Code -f}{@I font} } { +Select a Lout font family. The default is @Code "-fCourier" for +{@Code -pfixed}, and @Code "-fTimes" for @Code -pvarying and {@Code -psymbol}. +} +@TI { {@Code -v}{@I vsize} } { +Select an inter-line spacing size in Lout units. The default is +@Code -v1.1fx meaning 1.1 times the font size measured from baseline +to baseline. +} +@EndList +There are also {@Code -t} and {@Code -T} options for dealing with tab +characters (Section {@NumberOf tabs}). +@End @Section |