ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* RE: Presentations->Lecture Notes
@ 1999-12-07 23:36 Nigel King
  1999-12-08 15:21 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Nigel King @ 1999-12-07 23:36 UTC (permalink / raw)


Sorry if this is a repost-it never appeared first time!

> \switchtobodyfont[ber,pos]

Thank you Taco for this, the line is now in my cont-sys.tex file which I
assume
is the place to put it.

> Depends on what you want. I don't know what foiltex does.

foiltex simply provides a very basic means of giving out notes of the slides
where the format of the text and pictures is similar but not identical to
the slides. Typically slides with 4 bullets would occupy 1/5 of the page
length whereas complicated slides would occupy 1/2 page. The text size is
smaller (10,11,12pt) with headings appropriately scaled. It is easy to use
multicolumns to fit about 6 slides worth of content onto one page.

There are two possible ways of dealing with this in context (I think):-
1. use the \setuparranging type of command to put images of the slides on
paper, in this case one wants the central image only of the pre-original
format. The result would be similar (but better than!) PowerPoint Print
Handouts(6 slides per page) command.
2. Convert the special presentation commands, \Topic into a \section
command, \Subject into a \subsection command, \Topics into a \placecontent
command and \TitlePage to \????. And use a normal document format of some
kind. It would be nice to be able to do this by some simple replacement of
the \usemodule command. Specific presentation commands like
\presentationstep, \autopresentationsteptrue etc would need to be nulled.

I assume this might be done with a \usemodule[pre-handout] type of command
in place of any one of the \usemodule[pre-original] commands.

I would prefer the version 2 above but others might like version 1.

Did I read of an intention to be able to insert speakers notes into these
presentation formats?

Nigel King


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

* RE: Presentations->Lecture Notes
  1999-12-07 23:36 Presentations->Lecture Notes Nigel King
@ 1999-12-08 15:21 ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 1999-12-08 15:21 UTC (permalink / raw)
  Cc: ntg-context

At 11:36 PM 12/7/99 +0000, Nigel King wrote:

> .... 

>There are two possible ways of dealing with this in context (I think):-
>1. use the \setuparranging type of command to put images of the 

This would mean processing pages at for instance s4 and multiple up them.
The disadvantage is that downscaling based on different fonts does not give
the same output. 

>2. Convert the special presentation commands, \Topic into a \section
>command, \Subject into a \subsection command, \Topics into a \placecontent
>command and \TitlePage to \????. And use a normal document format of some
>kind. It would be nice to be able to do this by some simple replacement of
>the \usemodule command. Specific presentation commands like
>\presentationstep, \autopresentationsteptrue etc would need to be nulled.

Hm. Again, one would have non compatible output. 

>I assume this might be done with a \usemodule[pre-handout] type of command
>in place of any one of the \usemodule[pre-original] commands.
>
>I would prefer the version 2 above but others might like version 1.

How about version 3: 

\setuppapersize
  [A4][A4] % or [A4,landscape][A4,landscape]

\setuplayout
  [header=0pt,
   footer=1cm,
   backspace=1cm,
   topspace=1cm,
   width=middle,
   height=middle]

\setupfootertexts
  [presentation---\currentdate\space---\space\pagenumber]

\starttext

\combinepages[pre-ntsa.pdf][n=7,nx=2,ny=3] % or [n=7,nx=3,ny=2]

\stoptext

I'll send you the rather small macro \combinepages in a separate mail to
test.  

>Did I read of an intention to be able to insert speakers notes into these
>presentation formats?

I can think about that as a feature. (I'm full of intentions but in lack of
time -)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* Re: Presentations->Lecture Notes
  1999-11-23 12:51 Nigel King
@ 1999-11-23 13:10 ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 1999-11-23 13:10 UTC (permalink / raw)
  Cc: ntg-context

>>>>> "NK" == Nigel King <king@dircon.co.uk> writes:

 NK> I am doing some lecturing at the moment and have been using
 NK> foiltex. I have translated about 40 slides to "pre-original" as a
 NK> test to see how that works and I like the outcome. My only
 NK> significant problem was to get the fonts to work. I do not use
 NK> lbr but context has its own naming convention for
 NK> Times-Roman. tir and the lies in the postscript had to be added
 NK> to my .map file. If I have them right perhaps they should be in
 NK> the distribution included in context.map. Possibly they are
 NK> system dependant?

You could have shortcutted this (sorry, too late):

\switchtobodyfont[ber,pos]

switches to berry-style tfm names.

 NK> I am able with foiltex to provide handouts as a nearly normal tex
 NK> document with the change of one line at the begining. Is there an
 NK> equivalent way to do this with context?

Depends on what you want. I don't know what foiltex does.

greetings, taco

-- 
Taco Hoekwater   taco.hoekwater@wkap.nl


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

* Presentations->Lecture Notes
@ 1999-11-23 12:51 Nigel King
  1999-11-23 13:10 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Nigel King @ 1999-11-23 12:51 UTC (permalink / raw)


I am doing some lecturing at the moment and have been using foiltex. I have
translated about 40 slides to "pre-original" as a test to see how that works
and I like the outcome. My only significant problem was to get the fonts to
work. I do not use lbr but context has its own naming convention for
Times-Roman. tir and the lies in the postscript had to be added to my .map
file. If I have them right perhaps they should be in the distribution
included in context.map. Possibly they are system dependant?

I am able with foiltex to provide handouts as a nearly normal tex document
with the change of one line at the begining. Is there an equivalent way to
do this with context?

Nigel King

PS.

com Courier <Courier.pfb texnansi.enc
coo Courier-Oblique <Courier-Oblique.pfb texnansi.enc
hv Helvetica <Helvetica.pfb texnansi.enc
hvo Helvetica-Oblique <Helvetica-Oblique.pfb texnansi.enc
hvb Helvetica-Bold <Helvetica-Bold.pfb texnansi.enc
hvbo Helvetica-BoldOblique <Helvetica-BoldOblique.pfb texnansi.enc
tir Times-Roman <Times-Roman.pfb texnansi.enc
tii Times-Italic <Times-Italic.pfb texnansi.enc
tib Times-Bold <Times-Bold.pfb texnansi.enc
tibi Times-BoldItalic <Times-BoldItalic.pfb texnansi.enc


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

end of thread, other threads:[~1999-12-08 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-07 23:36 Presentations->Lecture Notes Nigel King
1999-12-08 15:21 ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
1999-11-23 12:51 Nigel King
1999-11-23 13:10 ` Taco Hoekwater

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