ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* presentation (simple-slides?) master-like feature?
@ 2009-10-28 15:11 Bruce
  2009-10-28 17:05 ` Thomas A. Schmitz
  0 siblings, 1 reply; 12+ messages in thread
From: Bruce @ 2009-10-28 15:11 UTC (permalink / raw)
  To: ntg-context

I've been gravitating to a presentation system where I author
presentations in markdown, and then convert them to an HTML-based
system that results in examples like this:

http://www.users.muohio.edu/darcusb/s6test/test.html

This allows me to focus on content, but very quickly create
high-quality slides.

So I have a kind of default representation of a slide, but I also have
a couple of CSS classes that I attach (via XSLT) to individual slides
depending on the content. For example, if I have a title without any
other text content, then I attach a "title" class to the slide, which
renders the title larger, and vertical-centered on the page. If
there's a single image, I attach a "imgbig" class, which floats the
image to the background, and enlarges it to fill the slide.

I would like to be able to do the same with PDF using ConTeXt, ideally
using simple-slides. I know some styles have similar parameter options
for things like image placement, but I'm not seeing anything
equivalent for titles. Is this possible to add?

Bruce

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

* Re: presentation (simple-slides?) master-like feature?
  2009-10-28 15:11 presentation (simple-slides?) master-like feature? Bruce
@ 2009-10-28 17:05 ` Thomas A. Schmitz
  2009-10-28 17:32   ` Bruce
  2009-10-28 18:40   ` Aditya Mahajan
  0 siblings, 2 replies; 12+ messages in thread
From: Thomas A. Schmitz @ 2009-10-28 17:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Bruce,

very briefly: I'm very very short on time this week, so won't be able  
to look into this until middle of next week, but I just wanted to let  
you know that I find your idea great. I had been thinking of adding an  
xml template for simple presentations. your html-based stuff looks  
gorgeous, so I would like to know more about it. And let us know what  
exactly it is that you're missing in simple-slides. In theory, titles  
are typeset in layers, so everything should be there.

All best

Thomas

On Oct 28, 2009, at 4:11 PM, Bruce wrote:

> I've been gravitating to a presentation system where I author
> presentations in markdown, and then convert them to an HTML-based
> system that results in examples like this:
>
> http://www.users.muohio.edu/darcusb/s6test/test.html
>
> This allows me to focus on content, but very quickly create
> high-quality slides.
>
> So I have a kind of default representation of a slide, but I also have
> a couple of CSS classes that I attach (via XSLT) to individual slides
> depending on the content. For example, if I have a title without any
> other text content, then I attach a "title" class to the slide, which
> renders the title larger, and vertical-centered on the page. If
> there's a single image, I attach a "imgbig" class, which floats the
> image to the background, and enlarges it to fill the slide.
>
> I would like to be able to do the same with PDF using ConTeXt, ideally
> using simple-slides. I know some styles have similar parameter options
> for things like image placement, but I'm not seeing anything
> equivalent for titles. Is this possible to add?
>
> Bruce
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

* Re: presentation (simple-slides?) master-like feature?
  2009-10-28 17:05 ` Thomas A. Schmitz
@ 2009-10-28 17:32   ` Bruce
  2009-10-28 18:50     ` Aditya Mahajan
  2009-10-28 18:40   ` Aditya Mahajan
  1 sibling, 1 reply; 12+ messages in thread
From: Bruce @ 2009-10-28 17:32 UTC (permalink / raw)
  To: ntg-context

Thomas A. Schmitz <thomas.schmitz <at> uni-bonn.de> writes:

> 
> Bruce,
> 
> very briefly: I'm very very short on time this week, so won't be able  
> to look into this until middle of next week, 

OK; feel free to get back to me as time permits, here or off-list (I 
don't often check this list).

> but I just wanted to let  
> you know that I find your idea great. I had been thinking of adding an  
> xml template for simple presentations. your html-based stuff looks  
> gorgeous, so I would like to know more about it. 

It's just a JQuery-based version of S5, called S6. My fork of it is here:

<http://github.com/bdarcus/s6>

The background image is just a simple, very small, SVG gradient.

I author in markdown, run the file through pandoc to convert to XHTML 
(though any markdown processor will do), and then pipe it to an XSLT 
that converts it into my (idiosyncratic) S6 XHTML.

> And let us know what  
> exactly it is that you're missing in simple-slides. 

Am looking to be able to (easily) do something vaguely like ...

\SlideTitle{Some Slide}[style=big-title]

.. where 'big-title' gets me the title large and centered 
vertically on the page.

More generally, it's just the idea to be able to adept the 
rendering on a per-page basis with a simple parameter (rather than 
me having to figure out how to write lower-level code). It is 
therefore conceptually analogous to the master slide feature you 
see in apps like Keynote or PowerPoint.

Bruce

> In theory, titles  
> are typeset in layers, so everything should be there.
> 
> All best
> 
> Thomas

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

* Re: presentation (simple-slides?) master-like feature?
  2009-10-28 17:05 ` Thomas A. Schmitz
  2009-10-28 17:32   ` Bruce
@ 2009-10-28 18:40   ` Aditya Mahajan
  2009-10-28 18:56     ` Bruce D'Arcus
  1 sibling, 1 reply; 12+ messages in thread
From: Aditya Mahajan @ 2009-10-28 18:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Bruce

On Wed, 28 Oct 2009, Thomas A. Schmitz wrote:

> Bruce,
>
> very briefly: I'm very very short on time this week, so won't be able to look 
> into this until middle of next week, but I just wanted to let you know that I 
> find your idea great. I had been thinking of adding an xml template for 
> simple presentations. your html-based stuff looks gorgeous, so I would like 
> to know more about it. And let us know what exactly it is that you're missing 
> in simple-slides. In theory, titles are typeset in layers, so everything 
> should be there.

I also like this idea. In fact, it will not be too difficult to map these 
to simple-slides. Basically

       <li class="slide title">
 	<h1>Test Slide Show</h1>
       </li>

should be translated to

      \setupTitle[title="Test Slide Show",author=,date=]
      \placeTitle

and
      <li class="slide">
 	<h1>Hello</h1>
 	<ul>
 	  <li>one</li>
 	  <li>two</li>
 	</ul>
       </li>

should be translated to

     \SlideTitle{Hello}
     \startitemize
 	\item one
 	\item two
     \stopitemize

we currently do not have any specific environment for blockquote (but 
Thomas and I have discussed adding something similar). The vanilla ConTeXt 
equivalent \startblockquote ... \stopblockquote doesn't do anything fancy.

Finally,
  	<li class="slide imgbig">
 	   <h1>Container Ships</h1>
            <img src="filename.jpg" />
         </li>

should be translated to

     \IncludePicture[horizontal][filename.jpg]{Container Ships}


I do not know what is the best way to do these translations. ConTeXt can 
also handle XML files, so it is just a matter of writing the translation 
rules in ConTeXt. Or, if you prefer, you can write an XSLT transformation.

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

* Re: presentation (simple-slides?) master-like feature?
  2009-10-28 17:32   ` Bruce
@ 2009-10-28 18:50     ` Aditya Mahajan
  0 siblings, 0 replies; 12+ messages in thread
From: Aditya Mahajan @ 2009-10-28 18:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Bruce

On Wed, 28 Oct 2009, Bruce wrote:

> Am looking to be able to (easily) do something vaguely like ...
>
> \SlideTitle{Some Slide}[style=big-title]
>
> .. where 'big-title' gets me the title large and centered
> vertically on the page.

I use something similar in my presentations. For example, see pg 3 and 14 
of http://pantheon.yale.edu/~am894/pub/talk/allerton-2009a.pdf

In my styles, I have a macro that takes care of this. I think that adding 
such a macro for all styles might be useful.

Aditya


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

* Re: presentation (simple-slides?) master-like feature?
  2009-10-28 18:40   ` Aditya Mahajan
@ 2009-10-28 18:56     ` Bruce D'Arcus
  2009-10-28 19:24       ` Aditya Mahajan
  0 siblings, 1 reply; 12+ messages in thread
From: Bruce D'Arcus @ 2009-10-28 18:56 UTC (permalink / raw)
  To: Aditya Mahajan; +Cc: mailing list for ConTeXt users

On Wed, Oct 28, 2009 at 2:40 PM, Aditya Mahajan <adityam@umich.edu> wrote:
> On Wed, 28 Oct 2009, Thomas A. Schmitz wrote:
>
>> Bruce,
>>
>> very briefly: I'm very very short on time this week, so won't be able to
>> look into this until middle of next week, but I just wanted to let you know
>> that I find your idea great. I had been thinking of adding an xml template
>> for simple presentations. your html-based stuff looks gorgeous, so I would
>> like to know more about it. And let us know what exactly it is that you're
>> missing in simple-slides. In theory, titles are typeset in layers, so
>> everything should be there.
>
> I also like this idea. In fact, it will not be too difficult to map these to
> simple-slides. Basically
>
>      <li class="slide title">
>        <h1>Test Slide Show</h1>
>      </li>
>
> should be translated to
>
>     \setupTitle[title="Test Slide Show",author=,date=]
>     \placeTitle

Well, except that I want the option to have this sort of rendering
elsewhere in the presentation. I see you address that in a followup;
would love to see you add that macro.

BTW, I'm an  academic as well, so using this for both teaching and
research presentations (my immediate concern here; have a talk coming
up in a few weeks I'd like to try this on).

> and
>     <li class="slide">
>        <h1>Hello</h1>
>        <ul>
>          <li>one</li>
>          <li>two</li>
>        </ul>
>      </li>
>
> should be translated to
>
>    \SlideTitle{Hello}
>    \startitemize
>        \item one
>        \item two
>    \stopitemize
>
> we currently do not have any specific environment for blockquote (but Thomas
> and I have discussed adding something similar). The vanilla ConTeXt
> equivalent \startblockquote ... \stopblockquote doesn't do anything fancy.
>
> Finally,
>        <li class="slide imgbig">
>           <h1>Container Ships</h1>
>           <img src="filename.jpg" />
>        </li>
>
> should be translated to
>
>    \IncludePicture[horizontal][filename.jpg]{Container Ships}
>
>
> I do not know what is the best way to do these translations. ConTeXt can
> also handle XML files, so it is just a matter of writing the translation
> rules in ConTeXt. Or, if you prefer, you can write an XSLT transformation.

Yeah, using XSLT is pretty straightforward for this.

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

* Re: presentation (simple-slides?) master-like feature?
  2009-10-28 18:56     ` Bruce D'Arcus
@ 2009-10-28 19:24       ` Aditya Mahajan
  2009-10-28 21:53         ` Page breaks Andreas Harder
  0 siblings, 1 reply; 12+ messages in thread
From: Aditya Mahajan @ 2009-10-28 19:24 UTC (permalink / raw)
  To: Bruce D'Arcus; +Cc: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1413 bytes --]

On Wed, 28 Oct 2009, Bruce D'Arcus wrote:

>>      <li class="slide title">
>>        <h1>Test Slide Show</h1>
>>      </li>
>>
>> should be translated to
>>
>>     \setupTitle[title="Test Slide Show",author=,date=]
>>     \placeTitle
>
> Well, except that I want the option to have this sort of rendering
> elsewhere in the presentation. I see you address that in a followup;
> would love to see you add that macro.

This is just a modification of the Interlude macro 
http://randomdeterminism.wordpress.com/2009/10/21/creating-a-style-file-in-context/

\def\Interlude{\dowithpargument\doInterlude}

\def\doInterlude#1%
   {\page
     \null
     \vfill \vfill
    \startalignment[center]
      \let\\\crlf
      \interludefont
        \setupinterlinespace[big]
       #1
       \endgraf
   \stopalignment
    \vfill \vfill \vfill
    \page}


But this is ad-hoc. To integrate this with all styles, this macro 
should have its own background and the user should be able to configure 
the font, alignment, color, etc using a proper interface. So, that will 
have to wait until Thomas and I have more time (basically, the end of 
semester). However, as a stop-gap measure, the above should work. Just 
translate

>>      <li class="slide title">
>>        <h1>Test Slide Show</h1>
>>      </li>

to

 	\Interlude{Test Slide Show}

Aditya


[-- Attachment #2: Type: text/plain, Size: 486 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] 12+ messages in thread

* Page breaks
  2009-10-28 19:24       ` Aditya Mahajan
@ 2009-10-28 21:53         ` Andreas Harder
  2009-10-28 22:05           ` Arthur Reutenauer
  2009-10-28 22:17           ` Wolfgang Schuster
  0 siblings, 2 replies; 12+ messages in thread
From: Andreas Harder @ 2009-10-28 21:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all!

What is the benefit of the page break chosen by ConTeXt. Look at the  
following example:

% \setupalign[line]
\starttext  \showframe[text] % \showgrid
\chapter{Test}
\input tufte \par \input knuth \par
\input bryson \par \input tufte \par
\section{Another head}
\stoptext

What's would be wrong about to place the three lines of the second  
page on the first page and to start the second page with the section?

Greetings,
	Andreas
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Page breaks
  2009-10-28 21:53         ` Page breaks Andreas Harder
@ 2009-10-28 22:05           ` Arthur Reutenauer
  2009-10-28 23:35             ` Andreas Harder
  2009-10-28 22:17           ` Wolfgang Schuster
  1 sibling, 1 reply; 12+ messages in thread
From: Arthur Reutenauer @ 2009-10-28 22:05 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

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

> What's would be wrong about to place the three lines of the second page 
> on the first page and to start the second page with the section?

  It's funny that you should say this, because what you describe is exactly
what I see on my computer with my ConTeXt installation (see attachment).
Please send a PDF along with the log file.

	Arthur

[-- Attachment #2: harder.pdf --]
[-- Type: application/pdf, Size: 10717 bytes --]

[-- Attachment #3: Type: text/plain, Size: 486 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] 12+ messages in thread

* Re: Page breaks
  2009-10-28 21:53         ` Page breaks Andreas Harder
  2009-10-28 22:05           ` Arthur Reutenauer
@ 2009-10-28 22:17           ` Wolfgang Schuster
  2009-10-28 23:39             ` Andreas Harder
  1 sibling, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2009-10-28 22:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 28.10.2009 um 22:53 schrieb Andreas Harder:

> Hi all!
>
> What is the benefit of the page break chosen by ConTeXt. Look at the  
> following example:

The answer why this happens in MkIV can only give Hans (could be a  
side effect of the new
spacing mechanism) but you can give TeX/ConTeXt hints where pagebreaks  
are allowed.

\setuphead[section][before={\allowbreak\blank[2*big]}]

Wolfgang

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

* Re: Page breaks
  2009-10-28 22:05           ` Arthur Reutenauer
@ 2009-10-28 23:35             ` Andreas Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Harder @ 2009-10-28 23:35 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

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


Am 28.10.2009 um 23:05 schrieb Arthur Reutenauer:

>> What's would be wrong about to place the three lines of the second  
>> page
>> on the first page and to start the second page with the section?
>
>  It's funny that you should say this, because what you describe is  
> exactly
> what I see on my computer with my ConTeXt installation (see  
> attachment).
> Please send a PDF along with the log file.


[-- Attachment #2: test-pagebreak2.pdf --]
[-- Type: application/pdf, Size: 11099 bytes --]

[-- Attachment #3: test-pagebreak2.log --]
[-- Type: application/octet-stream, Size: 5672 bytes --]

(test-pagebreak2.tex

ConTeXt  ver: 2009.10.27 16:35 MKIV  fmt: 2009.10.28  int: english/english

system          : cont-new loaded
(/Users/andreasharder/context/tex/texmf-context/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
(/Users/andreasharder/context/tex/texmf-context/tex/context/base/cont-new.mkiv))
system          : cont-fil loaded
(/Users/andreasharder/context/tex/texmf-context/tex/context/base/cont-fil.tex
loading         : ConTeXt File Synonyms
)
system          : cont-sys.rme loaded
(/Users/andreasharder/context/tex/texmf-context/tex/context/user/cont-sys.rme (/Users/andreasharder/context/tex/texmf-context/tex/context/base/type-tmf.tex (/Users/andreasharder/context/tex/texmf-context/tex/context/base/type-tmf.mkiv)) (/Users/andreasharder/context/tex/texmf-context/tex/context/base/type-siz.tex (/Users/andreasharder/context/tex/texmf-context/tex/context/base/type-siz.mkiv)) (/Users/andreasharder/context/tex/texmf-context/tex/context/base/type-otf.tex (/Users/andreasharder/context/tex/texmf-context/tex/context/base/type-otf.mkiv)))
system          : test-pagebreak2.top loaded
%
%	begin of optionfile
%
%	% runtime options files (command line driven)
%	\unprotect
%	% special commands, mostly for the ctx development team
%	% feedback and basic job control
%	% handy for special styles
%	\startluacode
%	document = document or { }
%	document.arguments={
%	}
%	document.files={
%	 "test-pagebreak2.tex",
%	}
%	\stopluacode
%	% process info
%	\setupsystem[\c!n=2,\c!m=2]
%	\setupsystem[\c!type=unix]
%	% modes
%	% options (not that important)
%	\startsetups *runtime:options
%	\setupoutput[pdftex]
%	\stopsetups
%	% styles and modules
%	\startsetups *runtime:modules
%	\stopsetups
%	% done
%	\protect \endinput
%
%	end of optionfile
%
(test-pagebreak2.top)
fonts           : preloading latin modern fonts
bodyfont        : 12pt rm is loaded
language        : language en is active
systems         : begin file test-pagebreak2 at line 4
(/Users/andreasharder/context/tex/texmf-context/tex/context/base/page-run.mkii
loading         : ConTeXt Page Macros / Runtime Macros
)
structure       : chapter @ level 2 : 0.1 -> Test
(/Users/andreasharder/context/tex/texmf-context/tex/context/sample/tufte.tex) (/Users/andreasharder/context/tex/texmf-context/tex/context/sample/knuth.tex) (/Users/andreasharder/context/tex/texmf-context/tex/context/sample/bryson.tex) (/Users/andreasharder/context/tex/texmf-context/tex/context/sample/tufte.tex)
structure       : section @ level 3 : 0.1.1 -> Another head
fonts           : resetting map file list
{/Users/andreasharder/context/tex/texmf-context/fonts/map/pdftex/context/original-empty.map}
fonts           : using map file: original-base
{/Users/andreasharder/context/tex/texmf-context/fonts/map/pdftex/context/original-base.map}
fonts           : using map file: original-ams-base
{/Users/andreasharder/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-base.map}
fonts           : using map file: original-ams-euler
{/Users/andreasharder/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-euler.map}
fonts           : using map file: original-public-lm
{/Users/andreasharder/context/tex/texmf-context/fonts/map/pdftex/context/original-public-lm.map}
fonts           : using map file: lm-math
{/Users/andreasharder/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts           : using map file: lm-rm
{/Users/andreasharder/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}[1.1][2.2]
systems         : end file test-pagebreak2 at line 13
system          : cont-err loaded
(/Users/andreasharder/context/tex/texmf-context/tex/context/base/cont-err.tex
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) )</Users/andreasharder/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>
mkiv lua stats : used config path          - /Users/andreasharder/context/tex/texmf/web2c/texmf.cnf
mkiv lua stats : used cache path           - /Users/andreasharder/context/tex/texmf-cache
mkiv lua stats : input load time           - 0.036 seconds
mkiv lua stats : stored bytecode data      - 190 modules, 46 tables, 236 chunks
mkiv lua stats : node list callback tasks  - 4 unique tasks, 3 created, 54 calls
mkiv lua stats : cleaned up reserved nodes - 27 nodes, 10 lists of 1408
mkiv lua stats : node memory usage         - 20 glue_spec, 2 dir
mkiv lua stats : used backend              - pdf (backend for directly generating pdf output)
mkiv lua stats : loaded patterns           - en:us:pat:exc:2
mkiv lua stats : startup time              - 0.664 seconds (including runtime option file processing)
mkiv lua stats : callbacks                 - direct: 645, indirect: 3990, total: 4635
mkiv lua stats : loaded fonts              - 29 files: 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
mkiv lua stats : fonts load time           - 0.419 seconds
mkiv lua stats : result saved in file      - test-pagebreak2.pdf
mkiv lua stats : luatex banner             - this is luatex, version beta-0.43.0-2009081911
mkiv lua stats : control sequences         - 29567 of 165536
mkiv lua stats : current memory usage      - 32 MB (ctx: 32 MB)
mkiv lua stats : runtime                   - 1.614 seconds, 1 processed pages, 2 shipped pages, 1.239 pages/second


[-- Attachment #4: Type: text/plain, Size: 35 bytes --]



That's interesting …

Andreas

[-- Attachment #5: Type: text/plain, Size: 486 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] 12+ messages in thread

* Re: Page breaks
  2009-10-28 22:17           ` Wolfgang Schuster
@ 2009-10-28 23:39             ` Andreas Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Harder @ 2009-10-28 23:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 28.10.2009 um 23:17 schrieb Wolfgang Schuster:

>
> Am 28.10.2009 um 22:53 schrieb Andreas Harder:
>
>> Hi all!
>>
>> What is the benefit of the page break chosen by ConTeXt. Look at  
>> the following example:
>
> The answer why this happens in MkIV can only give Hans (could be a  
> side effect of the new
> spacing mechanism) but you can give TeX/ConTeXt hints where  
> pagebreaks are allowed.
>
> \setuphead[section][before={\allowbreak\blank[2*big]}]

Thank you Wolfgang, it looks much better now!

Andreas

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 12+ messages in thread

end of thread, other threads:[~2009-10-28 23:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-28 15:11 presentation (simple-slides?) master-like feature? Bruce
2009-10-28 17:05 ` Thomas A. Schmitz
2009-10-28 17:32   ` Bruce
2009-10-28 18:50     ` Aditya Mahajan
2009-10-28 18:40   ` Aditya Mahajan
2009-10-28 18:56     ` Bruce D'Arcus
2009-10-28 19:24       ` Aditya Mahajan
2009-10-28 21:53         ` Page breaks Andreas Harder
2009-10-28 22:05           ` Arthur Reutenauer
2009-10-28 23:35             ` Andreas Harder
2009-10-28 22:17           ` Wolfgang Schuster
2009-10-28 23:39             ` Andreas Harder

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