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 /include/diag | |
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 'include/diag')
-rw-r--r-- | include/diag | 193 |
1 files changed, 193 insertions, 0 deletions
diff --git a/include/diag b/include/diag new file mode 100644 index 0000000..b4ffdb2 --- /dev/null +++ b/include/diag @@ -0,0 +1,193 @@ +############################################################################### +# # +# Lout setup file for diagram printing # +# # +# Jeffrey H. Kingston # +# 5 February 1999 # +# # +############################################################################### + + +############################################################################### +# # +# The @SysInclude { diagf } line # +# # +# This line causes Lout to read the definitions for diagrams, and should # +# not be touched. # +# # +############################################################################### + +@SysInclude { diagf } + + +############################################################################### +# # +# The @DiagSetup @Use clause # +# # +# To change the default value of any option, delete the # at the start of # +# its line and change the value between braces. # +# # +############################################################################### + +@Use { @DiagSetup + # save { no } + # maxlabels { 200 } + # outline { box } + # margin { 0.6f } + # shadow { 0.4f } + # sides { 3 } + # angle { "dup 180 exch div" } # 180d / sides + # translate { } + # outlinestyle { solid } + # outlinedashlength { 0.2f } + # outlinewidth { 0.02f } + # paint { nopaint } + # font { } + # break { } + # format { @Body } + # valign { ctr } + # vsize { } + # vindent { ctr } + # vstrut { no } + # vmargin { } + # topmargin { } + # footmargin { } + # halign { ctr } + # hsize { } + # hindent { ctr } + # hstrut { no } + # hmargin { } + # leftmargin { } + # rightmargin { } + # nodelabel { } + # nodelabelmargin { 0.2f } + # nodelabelfont { "-2p" } + # nodelabelbreak { ragged nohyphen } + # nodelabelformat { @Body } + # nodelabelpos { } + # nodelabelprox { outside } + # nodelabelangle { horizontal } + # nodelabelctr { no } + # nodelabeladjust { 0 0 } + # alabel { } + # alabelmargin { } + # alabelfont { } + # alabelbreak { } + # alabelformat { } + # alabelpos { NE } + # alabelprox { } + # alabelangle { } + # alabelctr { } + # alabeladjust { } + # blabel { } + # blabelmargin { } + # blabelfont { } + # blabelbreak { } + # blabelformat { } + # blabelpos { NW } + # blabelprox { } + # blabelangle { } + # blabelctr { } + # blabeladjust { } + # clabel { } + # clabelmargin { } + # clabelfont { } + # clabelbreak { } + # clabelformat { } + # clabelpos { SW } + # clabelprox { } + # clabelangle { } + # clabelctr { } + # clabeladjust { } + # dlabel { } + # dlabelmargin { } + # dlabelfont { } + # dlabelbreak { } + # dlabelformat { } + # dlabelpos { SE } + # dlabelprox { } + # dlabelangle { } + # dlabelctr { } + # dlabeladjust { } + # path { line } + # from { 0, 0 } + # to { 1, 1 } + # bias { 2.0f } + # fbias { 2.0f } + # tbias { 2.0f } + # radius { 1.0f } + # xindent { 0.8f } + # zindent { 0.8f } + # pathstyle { solid } + # pathdashlength { 0.2f } + # pathwidth { 0.02f } + # pathgap { 0.04f } + # arrow { no } + # arrowstyle { solid } + # arrowwidth { 0.45f } + # arrowlength { 0.6f } + # linklabel { } + # linklabelmargin { 0.2f } + # linklabelfont { "-2p" } + # linklabelbreak { ragged nohyphen } + # linklabelformat { @Body } + # linklabelpos { } + # linklabelprox { above } + # linklabelangle { horizontal } + # linklabelctr { no } + # linklabeladjust { 0 0 } + # xlabel { } + # xlabelmargin { } + # xlabelfont { } + # xlabelbreak { } + # xlabelformat { } + # xlabelpos { LFROM } + # xlabelprox { } + # xlabelangle { } + # xlabelctr { } + # xlabeladjust { } + # ylabel { } + # ylabelmargin { } + # ylabelfont { } + # ylabelbreak { } + # ylabelformat { } + # ylabelpos { LMID } + # ylabelprox { } + # ylabelangle { } + # ylabelctr { yes } + # ylabeladjust { } + # zlabel { } + # zlabelmargin { } + # zlabelfont { } + # zlabelbreak { } + # zlabelformat { } + # zlabelpos { LTO } + # zlabelprox { } + # zlabelangle { } + # zlabelctr { } + # zlabeladjust { } + # fromlabel { } + # fromlabelmargin { 0f } + # fromlabelfont { "-2p" } + # fromlabelbreak { ragged nohyphen } + # fromlabelformat { @Body } + # fromlabelpos { FROM } + # fromlabelprox { E } + # fromlabelangle { antiparallel } + # fromlabelctr { no } + # fromlabeladjust { 0 0 } + # tolabel { } + # tolabelmargin { 0f } + # tolabelfont { "-2p" } + # tolabelbreak { ragged nohyphen } + # tolabelformat { @Body } + # tolabelpos { TO } + # tolabelprox { E } + # tolabelangle { parallel } + # tolabelctr { no } + # tolabeladjust { 0 0 } + # treehsep { 0.5f } + # treevsep { 0.5f } + # treehindent { ctr } + # treevindent { ctr } +} |