ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hskip and crlf
@ 2009-07-22 17:58 Flavien Lambert
  2009-07-22 18:25 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Flavien Lambert @ 2009-07-22 17:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 346 bytes --]

Dear all, can you explain why the following code does not produce an
horizontal spacing for the second line ? I am using MarkIV.

\starttext
\hskip2em a\crlf
\hskip4em a\crlf
\stoptext

Best regards,
-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 407 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hskip and crlf
  2009-07-22 17:58 hskip and crlf Flavien Lambert
@ 2009-07-22 18:25 ` Hans Hagen
  2009-07-22 18:53   ` Flavien Lambert
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2009-07-22 18:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Flavien Lambert wrote:
> Dear all, can you explain why the following code does not produce an
> horizontal spacing for the second line ? I am using MarkIV.
> 
> \starttext
> \hskip2em a\crlf
> \hskip4em a\crlf
> \stoptext

because the par builder will discard the second skip; instead use:

\hskip2em a\crlf
\strut\hskip4em a\crlf



-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hskip and crlf
  2009-07-22 18:25 ` Hans Hagen
@ 2009-07-22 18:53   ` Flavien Lambert
  0 siblings, 0 replies; 3+ messages in thread
From: Flavien Lambert @ 2009-07-22 18:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1470 bytes --]

Thanks !

2009/7/22 Hans Hagen <pragma@wxs.nl>

> Flavien Lambert wrote:
>
>> Dear all, can you explain why the following code does not produce an
>> horizontal spacing for the second line ? I am using MarkIV.
>>
>> \starttext
>> \hskip2em a\crlf
>> \hskip4em a\crlf
>> \stoptext
>>
>
> because the par builder will discard the second skip; instead use:
>
> \hskip2em a\crlf
> \strut\hskip4em a\crlf
>
>
>
> -----------------------------------------------------------------
>                                          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
> -----------------------------------------------------------------
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>



-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 2493 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-22 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-22 17:58 hskip and crlf Flavien Lambert
2009-07-22 18:25 ` Hans Hagen
2009-07-22 18:53   ` Flavien Lambert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).