1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<!NOTATION ignore SYSTEM "echo Ignore Notation used for %s.">
<![ %ASCII [
<!NOTATION fig SYSTEM "echo Figure %s not representable." >
<!NOTATION eps SYSTEM "echo Figure %s not representable." >
<!NOTATION latex SYSTEM "/usr/lib/sdc/bin/latex2lout %f %S" >
<!NOTATION lout SYSTEM "cat %f" >
<!NOTATION lfig SYSTEM "cat %f" >
<!NOTATION roff SYSTEM "/usr/lib/sdc/bin/roff2lout %f %S" >
<!-- um, maybe this is doable. Added for completeness -->
<!NOTATION tgif SYSTEM "echo Figure %s not representable." >
<!NOTATION gif SYSTEM "echo Figure %s not representable." >
]]>
<![ %HTML [
<!NOTATION fig SYSTEM "/usr/lib/sdc/bin/fig2html %f %S" >
<!NOTATION eps SYSTEM "/usr/lib/sdc/bin/eps2html %f %S" >
<!NOTATION latex SYSTEM "/usr/lib/sdc/bin/latex2html %f %S" >
<!NOTATION lout SYSTEM "/usr/lib/sdc/bin/lout2html %f %S" >
<!NOTATION lfig SYSTEM "/usr/lib/sdc/bin/lout2html %f %S" >
<!NOTATION roff SYSTEM "/usr/lib/sdc/bin/roff2html %f %S" >
<!NOTATION tgif SYSTEM "/usr/lib/sdc/bin/tgif2html %f %S" >
<!NOTATION gif SYSTEM "/usr/lib/sdc/bin/gif2html %f %S" >
]]>
<![ %Info [
<!NOTATION fig SYSTEM "echo Figure %s not representable." >
<!NOTATION eps SYSTEM "echo Figure %s not representable." >
<!NOTATION latex SYSTEM "cat %f" >
<!NOTATION lout SYSTEM "cat %f" >
<!NOTATION lfig SYSTEM "cat %f" >
<!NOTATION roff SYSTEM
"gtbl %f | groff -Tascii | col -b -f | sed -e '/^$/d'" >
<!NOTATION tgif SYSTEM "echo Figure %s not representable." >
<!NOTATION gif SYSTEM "echo Figure %s not representable." >
]]>
<![ %LaTeX [
<!NOTATION fig SYSTEM "/usr/lib/sdc/bin/fig2latex %f %S">
<!NOTATION eps SYSTEM "/usr/lib/sdc/bin/eps2latex %f %s">
<!NOTATION latex SYSTEM "cat %f" >
<!NOTATION lout SYSTEM "/usr/lib/sdc/bin/lout2latex %f %S" >
<!NOTATION lfig SYSTEM "/usr/lib/sdc/bin/lout2latex %f %S" >
<!NOTATION roff SYSTEM "/usr/lib/sdc/bin/roff2latex %f %S" >
<!NOTATION tgif SYSTEM "/usr/lib/sdc/bin/tgif2latex %f %S" >
<!NOTATION gif SYSTEM "/usr/lib/sdc/bin/gif2latex %f %S" >
]]>
<![ %Lout [
<!NOTATION eps SYSTEM "/usr/lib/sdc/bin/eps2lout %f %S">
<!NOTATION fig SYSTEM "/usr/lib/sdc/bin/fig2lout %f %S">
<!NOTATION latex SYSTEM "/usr/lib/sdc/bin/latex2lout %f %S" >
<!NOTATION lout SYSTEM "cat %f" >
<!NOTATION lfig SYSTEM "cat %f" >
<!NOTATION roff SYSTEM "/usr/lib/sdc/bin/roff2lout %f %S" >
<!NOTATION tgif SYSTEM "/usr/lib/sdc/bin/tgif2lout %f %S">
<!NOTATION gif SYSTEM "echo Figure %s not implemented." >
]]>
<![ %Man [
<!NOTATION fig SYSTEM "echo Figure %s not representable." >
<!NOTATION eps SYSTEM "echo Figure %s not representable." >
<!NOTATION latex SYSTEM "cat %f" >
<!NOTATION lout SYSTEM "cat %f" >
<!NOTATION lfig SYSTEM "cat %f" >
<!NOTATION roff SYSTEM "tbl %f | eqn | pic " >
<!NOTATION tgif SYSTEM "echo Figure %s not representable." >
<!NOTATION gif SYSTEM "echo Figure %s not representable." >
]]>
|