ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Inleft text not verticaly aligned
@ 2008-10-18 11:08 Eric DÉTREZ
  2008-10-18 13:02 ` Peter Rolf
  0 siblings, 1 reply; 2+ messages in thread
From: Eric DÉTREZ @ 2008-10-18 11:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello

I tried to get some sections without any title and with numbering in  
the margin.
Here is an example of a try I made :

%%%%%%%%%%%%%%%%%%%
\def\CommandQS#1#2{\inleft{\bf \currentheadnumber}}
\setuphead[section][alternative=text,
                      command=\CommandQS
                     ]

\starttext

  \section{} $\displaystyle {4 \over \displaystyle {1 \over 3}}$.


\stoptext
%%%%%%%%%%%%%%%%%%%

Unfortunately the numbering is aligned with the bottom of the line,  
not the base line.

Is there any cure to this ?



Eric DÉTREZ
Lycée Faidherbe Lille
Maths PC* : http://sites.google.com/site/pc1faidherbe/
Info MP-MP* : http://sites.google.com/site/infofaidherbe/





___________________________________________________________________________________
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] 2+ messages in thread

* Re: Inleft text not verticaly aligned
  2008-10-18 11:08 Inleft text not verticaly aligned Eric DÉTREZ
@ 2008-10-18 13:02 ` Peter Rolf
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Rolf @ 2008-10-18 13:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Eric DÉTREZ schrieb:
> Hello
> 
> I tried to get some sections without any title and with numbering in  
> the margin.
> Here is an example of a try I made :
> 
> %%%%%%%%%%%%%%%%%%%
> \def\CommandQS#1#2{\inleft{\bf \currentheadnumber}}
> \setuphead[section][alternative=text,
>                       command=\CommandQS
>                      ]
>
> \starttext
> 
>   \section{} $\displaystyle {4 \over \displaystyle {1 \over 3}}$.
> 
> 
> \stoptext
> %%%%%%%%%%%%%%%%%%%
> 
> Unfortunately the numbering is aligned with the bottom of the line,  
> not the base line.
> 
> Is there any cure to this ?

You can try the following placebo... ;)


\starttext
\showframe
\showgrid

\def\CommandQS#1#2%
  {\inleftmargin{\bf\strut\currentheadnumber}}

\setuphead[section]
  [alternative=text,
   command=\CommandQS,
  ]


\starttext

\section{} \ruledhbox{$\displaystyle {4 \over \displaystyle {1 \over 3}}$.}

\stoptext


btw: are you really starting your section with such an expression?


Best wishes, Peter

> 
> 
> 
> Eric DÉTREZ
> Lycée Faidherbe Lille
> Maths PC* : http://sites.google.com/site/pc1faidherbe/
> Info MP-MP* : http://sites.google.com/site/infofaidherbe/
> 
> 
> 
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2008-10-18 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-18 11:08 Inleft text not verticaly aligned Eric DÉTREZ
2008-10-18 13:02 ` Peter Rolf

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).