If I try out the following simple .tex script, I end up with a box that is framed everywhere but on the top: \starttext \newbox\FootBox \setbox\FootBox=\hbox { \framed [ align=right , topframe=on , width=\textwidth , offset=none% ] {\tfxx datasheet:} } \copy\FootBox \stoptext Also, I find that if I don't have the '%' after the word none, then it doesn't even compile. -- Stirling Westrup Programmer, Entrepreneur. https://www.linkedin.com/e/fpf/77228 http://www.linkedin.com/in/swestrup http://technaut.livejournal.com
Stirling Westrup wrote:
If I try out the following simple .tex script, I end up with a box that is framed everywhere but on the top:
\starttext \newbox\FootBox \setbox\FootBox=\hbox { \framed [ align=right , topframe=on , width=\textwidth , offset=none% ] {\tfxx datasheet:} } \copy\FootBox \stoptext
Also, I find that if I don't have the '%' after the word none, then it doesn't even compile.
[align=right, topframe=on, width=\textwidth, offset=none, ] spaces before keywords are ignores but not after values (after all, a space is a proper value) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Stirling Westrup