Re: [NTG-context] \parbox, \framed, ...

2005-07-29 Thread Mojca Miklavec
Taco Hoekwater wrote: > Mojca Miklavec wrote: > > But how do I get rid of the blank line in this example: > > \framed [align=flushleft, > strut=no] > {\typefile{tufte.tex}} OK, sure. I didn't think about this one. Thank you Taco, Mojca _

Re: [NTG-context] \parbox, \framed, ...

2005-07-29 Thread Taco Hoekwater
Mojca Miklavec wrote: But how do I get rid of the blank line in this example: \framed [align=flushleft, strut=no] {\typefile{tufte.tex}} Cheers, Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listin

Re: [NTG-context] \parbox, \framed, ... (was: Strange behaviour of \bTABLE ... \eTABLE)

2005-07-29 Thread Mojca Miklavec
Hans Hagen wrote: > Mojca Miklavec wrote: > > >1.) I saw \hbox, \vbox, \vtop, \lbox, \cbox, \rbox, \sbox, \tbox, > >\bbox on page 106 of cont-eni.pdf. But if I understand it properly, > >there's no alternative to LaTeX \parbox command. > >1.1.) After grep-ing the LaTeX tree for "\parbox", my disk

Re: [NTG-context] \parbox, \framed, ... (was: Strange behaviour of \bTABLE ... \eTABLE)

2005-07-26 Thread Hans Hagen
Mojca Miklavec wrote: 1.) I saw \hbox, \vbox, \vtop, \lbox, \cbox, \rbox, \sbox, \tbox, \bbox on page 106 of cont-eni.pdf. But if I understand it properly, there's no alternative to LaTeX \parbox command. 1.1.) After grep-ing the LaTeX tree for "\parbox", my disk ran out of space 1.2.) \bTABLE .

[NTG-context] \parbox, \framed, ... (was: Strange behaviour of \bTABLE ... \eTABLE)

2005-07-26 Thread Mojca Miklavec
Hans Hagen wrote: > Mojca Miklavec wrote: > > %% > > > > \documentclass{article} > > \begin{document} > > a box with a table: > > \fbox{\begin{tabular}[c]{l}1\\2\\3\end{tabular}}\par > > > > a midaligned parbox: \parbox[c]{1em}{1 2 3} > > \end{document} > > > > %% > > > watch the \\ !