ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Vertical alignment in nested itemizations
@ 2012-05-10  7:10 Mikael P. Sundqvist
  2012-05-10  7:30 ` Mikael P. Sundqvist
  0 siblings, 1 reply; 8+ messages in thread
From: Mikael P. Sundqvist @ 2012-05-10  7:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

Dear list,

My question is: Can I somehow force an "inner" itemization to begin on
the same line as the outer one?

Background:

I am writing solutions to an exam and use nested itemizations, as in
the test file

\starttext
\startitemize[n][style=sans]
\item Bla bla
\item
\startitemize[a,packed][left={},right={)},stopper=,style=sans]
\item Det sökta
\stopitemize
\stopitemize
\stoptext

Now the problem is that the a) does not stay on the same line as the
2., but is moved down half a line (this differs depending on the
amount of text in the file).

In the example code below this problem does not happen, but it happens
in my file (which contains solutions to an exam not yet given, so I
cannot show it to you).

However, please see the attached png file to see what it looks like in
my original file.

Best regards, Mikael

[-- Attachment #2: Sk.png --]
[-- Type: image/png, Size: 4309 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vertical alignment in nested itemizations
  2012-05-10  7:10 Vertical alignment in nested itemizations Mikael P. Sundqvist
@ 2012-05-10  7:30 ` Mikael P. Sundqvist
  2012-05-10  8:08   ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Mikael P. Sundqvist @ 2012-05-10  7:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, May 10, 2012 at 9:10 AM, Mikael P. Sundqvist <mickep@gmail.com> wrote:
> Dear list,
>
> My question is: Can I somehow force an "inner" itemization to begin on
> the same line as the outer one?
>
> Background:
>
> I am writing solutions to an exam and use nested itemizations, as in
> the test file
>
> \starttext
> \startitemize[n][style=sans]
> \item Bla bla
> \item
> \startitemize[a,packed][left={},right={)},stopper=,style=sans]
> \item Det sökta
> \stopitemize
> \stopitemize
> \stoptext
>
> Now the problem is that the a) does not stay on the same line as the
> 2., but is moved down half a line (this differs depending on the
> amount of text in the file).
>
> In the example code below this problem does not happen, but it happens
> in my file (which contains solutions to an exam not yet given, so I
> cannot show it to you).
>
> However, please see the attached png file to see what it looks like in
> my original file.
>
> Best regards, Mikael

Dear list,

here is a complete example that shows the problem:

\setuppapersize[A4][A4]

\setuplayout[
topspace=0.7cm,
backspace=0.7cm,
leftmargin=0cm,
rightmargindistance=0cm,
rightmargin=0cm,
footer=0cm,
header=0cm,
width=fit,
height=fit,
]

\mainlanguage[sv]
\enableregime[utf]

\starttext
\startitemize[n][style=sans]
\item \input tufte
\item
\startitemize[a,packed][left={},right={)},stopper=,style=sans]
\item Det sökta
\item Bingospjäll
\stopitemize
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
Brynja
\stopitemize

\stoptext

In this example the a) is pushed a bit up instead of down, but I guess
the reason is the same.

Best regards, Mikael
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Vertical alignment in nested itemizations
  2012-05-10  7:30 ` Mikael P. Sundqvist
@ 2012-05-10  8:08   ` Hans Hagen
  2012-05-10  8:26     ` luigi scarso
  2012-05-10  8:32     ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 2 replies; 8+ messages in thread
From: Hans Hagen @ 2012-05-10  8:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mikael P. Sundqvist

On 10-5-2012 09:30, Mikael P. Sundqvist wrote:
> On Thu, May 10, 2012 at 9:10 AM, Mikael P. Sundqvist<mickep@gmail.com>  wrote:
>> Dear list,
>>
>> My question is: Can I somehow force an "inner" itemization to begin on
>> the same line as the outer one?
>>
>> Background:
>>
>> I am writing solutions to an exam and use nested itemizations, as in
>> the test file
>>
>> \starttext
>> \startitemize[n][style=sans]
>> \item Bla bla
>> \item
>> \startitemize[a,packed][left={},right={)},stopper=,style=sans]
>> \item Det sökta
>> \stopitemize
>> \stopitemize
>> \stoptext
>>
>> Now the problem is that the a) does not stay on the same line as the
>> 2., but is moved down half a line (this differs depending on the
>> amount of text in the file).
>>
>> In the example code below this problem does not happen, but it happens
>> in my file (which contains solutions to an exam not yet given, so I
>> cannot show it to you).
>>
>> However, please see the attached png file to see what it looks like in
>> my original file.
>>
>> Best regards, Mikael
>
> Dear list,
>
> here is a complete example that shows the problem:
>
> \setuppapersize[A4][A4]
>
> \setuplayout[
> topspace=0.7cm,
> backspace=0.7cm,
> leftmargin=0cm,
> rightmargindistance=0cm,
> rightmargin=0cm,
> footer=0cm,
> header=0cm,
> width=fit,
> height=fit,
> ]
>
> \mainlanguage[sv]
> \enableregime[utf]
>
> \starttext
> \startitemize[n][style=sans]
> \item \input tufte
> \item
> \startitemize[a,packed][left={},right={)},stopper=,style=sans]
> \item Det sökta
> \item Bingospjäll
> \stopitemize
> \item \input tufte
> \item \input tufte
> \item \input tufte
> \item \input tufte
> \item \input tufte
> \item \input tufte
> Brynja
> \stopitemize
>
> \stoptext
>
> In this example the a) is pushed a bit up instead of down, but I guess
> the reason is the same.

It looks ok in mkii and mkiv ... can someone confirm the problem?

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Vertical alignment in nested itemizations
  2012-05-10  8:08   ` Hans Hagen
@ 2012-05-10  8:26     ` luigi scarso
  2012-05-10  8:32     ` Procházka Lukáš Ing. - Pontex s. r. o.
  1 sibling, 0 replies; 8+ messages in thread
From: luigi scarso @ 2012-05-10  8:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, May 10, 2012 at 10:08 AM, Hans Hagen <pragma@wxs.nl> wrote:
> On 10-5-2012 09:30, Mikael P. Sundqvist wrote:
>> In this example the a) is pushed a bit up instead of down, but I guess
>> the reason is the same.
>
>
> It looks ok in mkii and mkiv ... can someone confirm the problem?
>
> Hans
Hm, maybe. In the second startitemize  a) looks a bit misaligned with 2).


\setuppapersize[A4][A4]

\setuplayout[
topspace=0.7cm,
backspace=0.7cm,
leftmargin=0cm,
rightmargindistance=0cm,
rightmargin=0cm,
footer=0cm,
header=0cm,
width=fit,
height=fit,
]

\mainlanguage[sv]
%\enableregime[utf]

\starttext
\startitemize[n][style=sans]
\item \hbox to0sp{\hss\vrule width 3cm height 0.1pt depth
0sp}\kern-0.25em\input tufte
\item
\startitemize[a,packed][left={},right={)},stopper=,style=sans]
\item \hbox to0sp{\hss\vrule width 3cm height 0.1pt depth
0sp}\kern-0.25emDet sökta
\item Bingospjäll
\stopitemize
\item \hbox to0sp{\hss\vrule width 3cm height 0.1pt depth
0sp}\kern-0.25em\input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
Brynja
\stopitemize

\stoptext

-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vertical alignment in nested itemizations
  2012-05-10  8:08   ` Hans Hagen
  2012-05-10  8:26     ` luigi scarso
@ 2012-05-10  8:32     ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-05-10  8:57       ` Marco
  1 sibling, 1 reply; 8+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-05-10  8:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

Hello,

- seems OK with my not-so-recent MkIV - see the attachment.

Lukas


On Thu, 10 May 2012 10:08:57 +0200, Hans Hagen <pragma@wxs.nl> wrote:

> It looks ok in mkii and mkiv ... can someone confirm the problem?
>
> Hans


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

[-- Attachment #2: t-Its.log --]
[-- Type: application/octet-stream, Size: 13377 bytes --]

(C:/Lukas/Jobs/D5-035.Zat/!Texts/DOSS/Test/t-Its.mkiv

ConTeXt  ver: 2012.04.26 22:27 MKIV  fmt: 2012.4.30  int: english/english

system          > cont-new.mkiv loaded
(c:/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > beware: some patches loaded from cont-new.mkiv
)
system          > t-Its.top loaded

system          > options > start used options

used options    > % runtime options files (command line driven)
used options    > \unprotect
used options    > % feedback and basic job control
used options    > \nonstopmode
used options    > % handy for special styles
used options    > \startluacode
used options    > document = document or { }
used options    > document.arguments={
used options    >  ["FILE"]="t-Its.mkiv",
used options    >  ["halt-on-error"]=true,
used options    >  ["mode"]="t-Its",
used options    >  ["nonstopmode"]=true,
used options    > }
used options    > document.files={
used options    >  "C:/Lukas/Jobs/D5-035.Zat/!Texts/DOSS/Test/t-Its.mkiv",
used options    > }
used options    > \stopluacode
used options    > % process info
used options    > \setupsystem[inputfile=C:/Lukas/Jobs/D5-035.Zat/!Texts/DOSS/Test/t-Its.mkiv]
used options    > \setupsystem[\c!n=2,\c!m=3]
used options    > % modes
used options    > \enablemode[t-Its]
used options    > % options (not that important)
used options    > \startsetups *runtime:options
used options    > \stopsetups
used options    > % styles and modules
used options    > \startsetups *runtime:modules
used options    > \stopsetups
used options    > % done
used options    > \protect \endinput

system          > options > stop used options

(t-Its.top
)
fonts           > latin modern fonts are not preloaded
languages       > language en is active
{c:/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown: library 'loc'
{c:/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-math.map}{c:/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > virtual math > unable to resolve name mapsfromchar
fonts           > fallback modern rm 12pt is loaded
(c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex) (c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex) (c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex) (c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex) (c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex) (c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex) (c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex)
backend         > xmp > using file 'c:/ConTeXt/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
 )<c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf><c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmsans12-regular.otf>

system          > files > start used files

used files      >    1: filename=C:/Lukas/Jobs/D5-035.Zat/!Texts/DOSS/Test/t-Its.mkiv | foundname=C:/Lukas/Jobs/D5-035.Zat/!Texts/DOSS/Test/t-Its.mkiv | usedmethod=direct
used files      >    2: filename=cont-new.mkiv | filetype=tex | foundname=c:/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv | usedmethod=otherwise
used files      >    3: filename=t-Its.top | foundname=t-Its.top | usedmethod=direct
used files      >    4: filename=lang-us.lua | filetype=lua | foundname=c:/ConTeXt/tex/texmf-context/tex/context/patterns/lang-us.lua | usedmethod=otherwise
used files      >    5: filename=lang-sv.lua | filetype=lua | foundname=c:/ConTeXt/tex/texmf-context/tex/context/patterns/lang-sv.lua | usedmethod=otherwise
used files      >    6: filename=mkiv-base.map | filetype=map | format=map | foundname=c:/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map | usedmethod=otherwise
used files      >    7: filename=lm.lfg | filetype=tex | foundname=c:/ConTeXt/tex/texmf-context/tex/context/fonts/lm.lfg | usedmethod=otherwise
used files      >    8: filename=lm-math.lfg | filetype=tex | foundname=c:/ConTeXt/tex/texmf-context/tex/context/fonts/lm-math.lfg | usedmethod=otherwise
used files      >    9: filename=lm-math.map | filetype=map | format=map | foundname=c:/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-math.map | usedmethod=otherwise
used files      >   10: filename=lm-rm.map | filetype=map | format=map | foundname=c:/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-rm.map | usedmethod=otherwise
used files      >   11: filename=lmroman12-regular | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf | usedmethod=otherwise
used files      >   12: filename=lmroman7-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman7-regular.otf | usedmethod=otherwise
used files      >   13: filename=rm-lmr7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/rm-lmr7.tfm | usedmethod=otherwise
used files      >   14: filename=lmmi7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmmi7.tfm | usedmethod=otherwise
used files      >   15: filename=lmsy7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmsy7.tfm | usedmethod=otherwise
used files      >   16: filename=lmex10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmex10.tfm | usedmethod=otherwise
used files      >   17: filename=msam7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/symbols/msam7.tfm | usedmethod=otherwise
used files      >   18: filename=msbm7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/symbols/msbm7.tfm | usedmethod=otherwise
used files      >   19: filename=stmary10.afm | filetype=afm | format=afm | foundname=c:/ConTeXt/tex/texmf/fonts/afm/public/stmaryrd/stmary10.afm | usedmethod=otherwise
used files      >   20: filename=stmary10.pfb | filetype=pfb | format=pfb | foundname=c:/ConTeXt/tex/texmf/fonts/type1/public/stmaryrd/stmary10.pfb | usedmethod=otherwise
used files      >   21: filename=lmroman7-bold.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman7-bold.otf | usedmethod=otherwise
used files      >   22: filename=lmmib7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmmib7.tfm | usedmethod=otherwise
used files      >   23: filename=lmsans8-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmsans8-regular.otf | usedmethod=otherwise
used files      >   24: filename=lmmono8-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmmono8-regular.otf | usedmethod=otherwise
used files      >   25: filename=eufm7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/euler/eufm7.tfm | usedmethod=otherwise
used files      >   26: filename=eufb7.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/euler/eufb7.tfm | usedmethod=otherwise
used files      >   27: filename=lmroman9-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman9-regular.otf | usedmethod=otherwise
used files      >   28: filename=rm-lmr9.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/rm-lmr9.tfm | usedmethod=otherwise
used files      >   29: filename=lmmi9.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmmi9.tfm | usedmethod=otherwise
used files      >   30: filename=lmsy9.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmsy9.tfm | usedmethod=otherwise
used files      >   31: filename=msam10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/symbols/msam10.tfm | usedmethod=otherwise
used files      >   32: filename=msbm10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/symbols/msbm10.tfm | usedmethod=otherwise
used files      >   33: filename=lmroman9-bold.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman9-bold.otf | usedmethod=otherwise
used files      >   34: filename=lmmib10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmmib10.tfm | usedmethod=otherwise
used files      >   35: filename=lmsans9-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmsans9-regular.otf | usedmethod=otherwise
used files      >   36: filename=lmmono9-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmmono9-regular.otf | usedmethod=otherwise
used files      >   37: filename=eufm10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/euler/eufm10.tfm | usedmethod=otherwise
used files      >   38: filename=eufb10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/amsfonts/euler/eufb10.tfm | usedmethod=otherwise
used files      >   39: filename=lmroman12-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf | usedmethod=otherwise
used files      >   40: filename=rm-lmr12.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/rm-lmr12.tfm | usedmethod=otherwise
used files      >   41: filename=lmmi12.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmmi12.tfm | usedmethod=otherwise
used files      >   42: filename=lmsy10.tfm | filetype=tfm | format=tfm | foundname=c:/ConTeXt/tex/texmf/fonts/tfm/public/lm/lmsy10.tfm | usedmethod=otherwise
used files      >   43: filename=lmroman12-bold.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroman12-bold.otf | usedmethod=otherwise
used files      >   44: filename=lmsans12-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmsans12-regular.otf | usedmethod=otherwise
used files      >   45: filename=lmmono12-regular.otf | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmmono12-regular.otf | usedmethod=otherwise
used files      >   46: filename=lmsans12-regular | filetype=otf | format=otf | foundname=c:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmsans12-regular.otf | usedmethod=otherwise
used files      >   47: filename=tufte | filetype=tex | foundname=c:/ConTeXt/tex/texmf-context/tex/context/sample/tufte.tex | usedmethod=otherwise
used files      >   48: filename=lpdf-pdx.xml | filetype=tex | foundname=c:/ConTeXt/tex/texmf-context/tex/context/base/lpdf-pdx.xml | usedmethod=otherwise

system          > files > stop used files


system          > structure > start used structure

used structure  > text: t-Its

system          > structure > stop used structure


mkiv lua stats  > used config file          - selfautoparent:texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path           - c:/ConTeXt/tex/texmf-cache/luatex-cache/context/2448223e6631addb83df348d74153606
mkiv lua stats  > resource resolver         - loadtime 0.016 seconds, 2 scans with scantime 0.016 seconds, 0 shared scans, 48 found files, scanned paths: C:/Lukas/ConTeXt/Fonts c:/windows/fonts
mkiv lua stats  > stored bytecode data      - 303 modules, 65 tables, 368 chunks
mkiv lua stats  > cleaned up reserved nodes - 39 nodes, 9 lists of 436
mkiv lua stats  > node memory usage         - 3 glue, 3 penalty, 13 attribute, 30 glue_spec, 4 attribute_list
mkiv lua stats  > node list callback tasks  - 6 unique task lists, 5 instances (re)created, 305 calls
mkiv lua stats  > used backend              - pdf (backend for directly generating pdf output)
mkiv lua stats  > loaded patterns           - en::2 sv::5
mkiv lua stats  > jobdata time              - 0.000 seconds saving, 0.016 seconds loading
mkiv lua stats  > callbacks                 - 469 direct, 697 indirect, 1166 total
mkiv lua stats  > randomizer                - resumed with value 0.51445051423688
mkiv lua stats  > lxml preparation time     - 0.000 seconds, 0 nodes, 15 lpath calls, 0 cached calls
mkiv lua stats  > result saved in file      - t-Its.pdf
mkiv lua stats  > loaded fonts              - 33 files: stmary10.afm lmmono12-regular.otf lmmono8-regular.otf lmmono9-regular.otf lmroman12-bold.otf lmroman12-regular.otf lmroman7-bold.otf lmroman7-regular.otf lmroman9-bold.otf lmroman9-regular.otf lmsans12-regular.otf lmsans8-regular.otf lmsans9-regular.otf eufb10.tfm eufb7.tfm eufm10.tfm eufm7.tfm msam10.tfm msam7.tfm msbm10.tfm msbm7.tfm lmex10.tfm lmmi12.tfm lmmi7.tfm lmmi9.tfm lmmib10.tfm lmmib7.tfm lmsy10.tfm lmsy7.tfm lmsy9.tfm rm-lmr12.tfm rm-lmr7.tfm rm-lmr9.tfm
mkiv lua stats  > fonts load time           - 0.391 seconds 
mkiv lua stats  > luatex banner             - this is luatex, version beta-0.70.1-2012042323 (tex live 2012)
mkiv lua stats  > control sequences         - 33534 of 65536 + 100000
mkiv lua stats  > current memory usage      - 34 MB (ctx: 35 MB)
mkiv lua stats  > runtime                   - 1.234 seconds, 1 processed pages, 1 shipped pages, 0.810 pages/second


[-- Attachment #3: t-Its.mkiv --]
[-- Type: application/octet-stream, Size: 546 bytes --]

\setuplayout[
topspace=0.7cm,
backspace=0.7cm,
leftmargin=0cm,
rightmargindistance=0cm,
rightmargin=0cm,
footer=0cm,
header=0cm,
width=fit,
height=fit,
]

\mainlanguage[sv]
\enableregime[utf]

\starttext
\startitemize[n][style=sans]
\item \input tufte
\item
\startitemize[a,packed][left={},right={)},stopper=,style=sans]
\item Det sokta
\item Bingospjall
\stopitemize
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
Brynja
\stopitemize

\stoptext

[-- Attachment #4: t-Its.pdf --]
[-- Type: application/pdf, Size: 12237 bytes --]

[-- Attachment #5: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vertical alignment in nested itemizations
  2012-05-10  8:32     ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-05-10  8:57       ` Marco
  2012-05-10 11:14         ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Marco @ 2012-05-10  8:57 UTC (permalink / raw)
  To: ntg-context

On 2012-05-10 Procházka Lukáš Ing. - Pontex s. r. o. <LPr@pontex.cz> wrote:

> - seems OK with my not-so-recent MkIV - see the attachment.

That also shows the misalignment. It's more visible when you use
\showboxes. Give it a run as it is and then add “Foo” after
\starttext and give it a second run and compare both.

\setuppapersize[A4][A4]

\setuplayout[
topspace=0.7cm,
backspace=0.7cm,
leftmargin=0cm,
rightmargindistance=0cm,
rightmargin=0cm,
footer=0cm,
header=0cm,
width=fit,
height=fit,
]

\mainlanguage[sv]
\enableregime[utf]

\starttext
\showboxes
% uncomment Foo to get proper alignment
% Foo
\startitemize[n][style=sans]
\item \input tufte
\item
\startitemize[a,packed][left={},right={)},stopper=,style=sans]
\item Det sökta
\item Bingospjäll
\stopitemize
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
\item \input tufte
Brynja
\stopitemize

\stoptext

Marco


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vertical alignment in nested itemizations
  2012-05-10  8:57       ` Marco
@ 2012-05-10 11:14         ` Hans Hagen
  2012-05-22 19:27           ` Mikael P. Sundqvist
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2012-05-10 11:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marco

On 10-5-2012 10:57, Marco wrote:
> On 2012-05-10 Procházka Lukáš Ing. - Pontex s. r. o.<LPr@pontex.cz>  wrote:
>
>> - seems OK with my not-so-recent MkIV - see the attachment.
>
> That also shows the misalignment. It's more visible when you use
> \showboxes. Give it a run as it is and then add “Foo” after
> \starttext and give it a second run and compare both.

it depends on stretch and shrink on a page ... possible fix in next beta


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vertical alignment in nested itemizations
  2012-05-10 11:14         ` Hans Hagen
@ 2012-05-22 19:27           ` Mikael P. Sundqvist
  0 siblings, 0 replies; 8+ messages in thread
From: Mikael P. Sundqvist @ 2012-05-22 19:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, May 10, 2012 at 1:14 PM, Hans Hagen <pragma@wxs.nl> wrote:
> On 10-5-2012 10:57, Marco wrote:
>>
>> On 2012-05-10 Procházka Lukáš Ing. - Pontex s. r. o.<LPr@pontex.cz>
>>  wrote:
>>
>>> - seems OK with my not-so-recent MkIV - see the attachment.
>>
>>
>> That also shows the misalignment. It's more visible when you use
>> \showboxes. Give it a run as it is and then add “Foo” after
>> \starttext and give it a second run and compare both.
>
>
> it depends on stretch and shrink on a page ... possible fix in next beta
>
>
>
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>    tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

It seems that this problem is now fixed (May 22 version). Thank you
very much, Hans.

Best regards, Mikael
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2012-05-22 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-10  7:10 Vertical alignment in nested itemizations Mikael P. Sundqvist
2012-05-10  7:30 ` Mikael P. Sundqvist
2012-05-10  8:08   ` Hans Hagen
2012-05-10  8:26     ` luigi scarso
2012-05-10  8:32     ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-05-10  8:57       ` Marco
2012-05-10 11:14         ` Hans Hagen
2012-05-22 19:27           ` Mikael P. Sundqvist

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