ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* RE:
       [not found] <3.0.6.32.20001002094407.01873670@pop.wxs.nl>
@ 2000-10-03  6:27 ` Dan Seracu
  2000-10-03  9:41   ` RE: Hans Hagen
  0 siblings, 1 reply; 16+ messages in thread
From: Dan Seracu @ 2000-10-03  6:27 UTC (permalink / raw)
  Cc: NTG ConTeXt

> -----Original Message-----
> From: Hans Hagen [mailto:pragma@wxs.nl]
> Sent: Monday, October 02, 2000 9:44 AM
> To: Dan Seracu
> Subject: RE:
>
>
> At 09:30 AM 10/2/00 +0200, Dan Seracu wrote:
> >
>
> No, some real high end systems did it long ago, berthold esthetic
> and a few
> more (even on pc). Never believe adobe when thay claim that they can do
> something unique, actually their hz came after pdftex did it. So,
> pdftex is
> quite up to date -)
>

!!

>
> Yes. No. Every font, and (opposite to indesign afaik) on a per character
> tunable basis.

!!!!!!!!

I downloaded the Beta version, try a file, but seems that it did not worked!
(I used the fonts ptmr (Times New Roman), pro.enc (the one from the PDF
file).

Do I require something else?

Dan Seracu


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

* RE:
  2000-10-03  6:27 ` Dan Seracu
@ 2000-10-03  9:41   ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2000-10-03  9:41 UTC (permalink / raw)
  Cc: NTG ConTeXt

At 08:27 AM 10/3/00 +0200, Dan Seracu wrote:

>Do I require something else?

% output=pdftex

\setuplayout[width=middle,height=middle] \showframe 

\setupwhitespace[big]

\useencoding[pro]

\definefontsynonym [Times-Roman]      [tir]
[encoding=texnansi,handling=normal]
\definefontsynonym [Times-Italic]     [tii]
[encoding=texnansi,handling=slanted]
\definefontsynonym [Times-Bold]       [tib]  [encoding=texnansi,handling=bold]
\definefontsynonym [Times-BoldItalic] [tibi]
[encoding=texnansi,handling=boldslanted]

\setupbodyfont[ptm] \setupalign[hanging]

\starttext 

\title{Times Roman Protruding} 

\tf \input tufte \par \sl \input tufte \par
\bf \input tufte \par \bs \input tufte \page 

\startcolumns[balance=no]
  \tf \input tufte \par \sl \input tufte \par
  \bf \input tufte \par \bs \input tufte \par
\stopcolumns

{ \page \switchtobodyfont[small] \typefile {protrude} }
{ \page \switchtobodyfont[small] \typefile {enco-pro} }

\stoptext

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re:
  2004-12-09  8:54 [Fwd: Re: PPCHTEX can't work with Chinese] Hans Hagen
@ 2004-12-09  9:48 ` Patrick Gundlach
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick Gundlach @ 2004-12-09  9:48 UTC (permalink / raw)


Hi,

> Is there a miktex user who can help 常大鹏 to increase the hash table?

I don't use/know miktex, but as far as I know there is a miktex.ini file
where all the settings are.

Patrick

-- 
ConTeXt wiki: http://contextgarden.net

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

* Re:
  2002-06-23 16:30 (unknown) Idris S Hamid
@ 2002-06-23 21:36 ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2002-06-23 21:36 UTC (permalink / raw)
  Cc: ntg-context

At 10:30 AM 6/23/2002 -0600, Idris S Hamid wrote:
>Dear gang,
>
>Is there a Context way of stamping a greyed <Draft> on each page of a
>document, like the TUG preprints?

see metafun manual, you can put it anywhere you want.

or use brute force:

\setuptexttexts
   [\hbox to \hsize
      {\dorecurse{4}
         {\rotate{\gray\WidthSpanningText{Idris S Hamid}{\textheight}{Mono}}%
          \hss}\unskip}]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

* Re:
       [not found] <002a01c1309d$1ee976a0$0100a8c0@mshome.net>
@ 2001-08-29 16:04 ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2001-08-29 16:04 UTC (permalink / raw)
  Cc: Group ppchtex, ntg-context

At 05:13 PM 8/29/2001 +0200, Hervé Rouault wrote:
>Hi all!!
>
>How can I load a ppchtex graphic to add something with metapost. I don't
>know which command to use... I tried with loadcurrentgraphc, then it's
>loaded but i can't modify it.
>
>I have already ask the question th Hans, but I'd like more explaination.

Ah, so the manual sucks -)

Well, i hope that the next example shows you the way to even more dirty 
trickery. The \cpos macro will be added to ppchtex.tex

[beware: this example only works in context]

[i'll send you the file off line]

% output=pdftex

\usemodule[chemic]

\def\cpos#1#2%
   {\bgroup
    \pushmacro\dowithchemical
    \gdef\dowithchemical##1{\hpos{#1}{##1}\popmacro\dowithchemical}%
    #2%
    \egroup}

\starttext

The idea is this:

\startMPpositiongraphic{connect}
   initialize_box_pos(1, \MPpos{\MPvar{from}}) ;
   initialize_box_pos(2, \MPpos{\MPvar{to}})   ;
   pickup pencircle scaled 1.5pt ;
   draw pxy[1] ; draw pxy[2] ;
   drawarrow (cxy[1] -- cxy[2]) dashed evenly ;
   anchor_box(\MPanchor{\MPvar{from}}) ;
\stopMPpositiongraphic

\setMPpositiongraphic{chem:a}{connect}{from=chem:a,to=chem:b}

\hpos{chem:a}{A} \hskip3cm \hpos{chem:b}{B}

Applied to a chemical:

\startMPpositiongraphic{connect}
   initialize_box_pos(1, \MPpos{\MPvar{from}}) ;
   initialize_box_pos(2, \MPpos{\MPvar{to}})   ;
   pickup pencircle scaled 1.5pt ;
   drawarrow (cxy[1] {up} .. cxy[2]) dashed evenly ;
   anchor_box(\MPanchor{\MPvar{from}}) ;
\stopMPpositiongraphic

\setMPpositiongraphic{chem:1}{connect}{from=chem:1,to=chem:2}

\startchemical
   \chemical[SIX,B,R,RZ][A,\cpos{chem:1}{B},C,D,\cpos{chem:2}{E},F]
\stopchemical

Or crossing chemicals:

\startMPpositiongraphic{explain}
   initialize_box_pos(1, \MPpos{\MPvar{from}}) ;
   initialize_box_pos(2, \MPpos{\MPvar{by}})   ;
   initialize_box_pos(3, \MPpos{\MPvar{to}})   ;
   pickup pencircle scaled 1.5pt ;
   draw fullcircle scaled 1cm shifted cxy[2] ;
   drawarrow (cxy[1] .. cxy[2] .. cxy[3]) dashed evenly ;
   anchor_box(\MPanchor{\MPvar{from}}) ;
\stopMPpositiongraphic

\setMPpositiongraphic{chem:3}{explain}{from=chem:3,by=chem:4,to=chem:5}

\startchemical
   \chemical[SIX,B,R,RZ][A,\cpos{chem:3}{B},C,D,\cpos{chem:4}{E},F]
\stopchemical

\startchemical
   \chemical[SIX,B,R,RZ][A,\cpos{chem:5}{B},C,D,E,F]
\stopchemical

\stoptext

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re:
  2001-03-20 14:46 (unknown) Michel Bovani
@ 2001-03-20 17:01 ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2001-03-20 17:01 UTC (permalink / raw)
  Cc: ntg-context

At 03:46 PM 3/20/01 +0100, Michel Bovani wrote:
>Hi all,
>
>I am new to this list, and to context also. So I apologize if my 
>questions were already asked... (is there a FAQ or an archive list, 
>btw?)

www.pragma-ade.com -> a few links -> mail archive [nice archive]

>First as I am a mac-user, I made an enco-mac file (seems to work), 
>and as I am also a french user I need to make double ponctuations ( 
>";" "!" "?" ":" ) active in order to add a non breakable thin space 
>before ";" "!" and "?" and a non breakable word space before ":" 
>(that is the rule in french typography).

Hm. Can you explain this a bit more? Maybe there are better ways (|:| etc
or so); 

Hans

-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re:
  2000-11-24  7:32 (unknown) Haseloff, Lutz
  2000-11-24  9:46 ` Hans Hagen
@ 2000-11-24 10:01 ` Hans Hagen
  1 sibling, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2000-11-24 10:01 UTC (permalink / raw)
  Cc: 'ntg-context@ntg.nl'

At 08:32 AM 11/24/00 +0100, Haseloff, Lutz wrote:
>Hi all,
>
>is the \starttabulate\stoptabulate environment
>limited to 16 columns?

You can change the 16 in core-tbl.tex into a larger value, of patch core-tbl: 

   \tabulatewidth\!!zeropoint
   |#1X|\relax
   \dorecurse\tabulatecolumns
     {\doifundefinedelse{\@@tabbox@@\recurselevel}
        {\expandafter\newbox\csname\@@tabbox@@\recurselevel\endcsname}%

{\global\setbox\csname\@@tabbox@@\recurselevel\endcsname\box\voidb@x}}%

(add the \dorecurse after |#1X|\relax) which is a dynamic allocator. I'll
change this. 

Hans

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re:
  2000-11-24  7:32 (unknown) Haseloff, Lutz
@ 2000-11-24  9:46 ` Hans Hagen
  2000-11-24 10:01 ` Re: Hans Hagen
  1 sibling, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2000-11-24  9:46 UTC (permalink / raw)
  Cc: 'ntg-context@ntg.nl'

At 08:32 AM 11/24/00 +0100, Haseloff, Lutz wrote:
>Hi all,
>
>is the \starttabulate\stoptabulate environment
>limited to 16 columns?

Currently yes, but you may say:

  \def\noftabcolumns{20}

or in (pdf)etex 

  \def\noftabcolumns{3000}

Since the max number of columns is limited in tex, I should use a box stack
[slower] but i can default to a larger value for etex. What is the max
needed? 

Hans

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re:
       [not found]   ` <3.0.5.32.20001029161928.00a7e400@mail.northcoast.com>
@ 2000-10-30  9:00     ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 2000-10-30  9:00 UTC (permalink / raw)
  Cc: ntg-context

At 04:19 PM 10/29/00 -0800, you wrote:
>Hans,
>
>There is also, around page 13, depending on the edition that is posted at
>my site, the output from the meshgrid command. This is set with:
>
>\starttyping
> X =
>
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>\stoptyping
>
>\starttyping
> Y =
>
>    -2    -2    -2    -2    -2
>    -1    -1    -1    -1    -1
>     0     0     0     0     0
>     1     1     1     1     1
>     2     2     2     2     2
>\stoptyping
>
>Now, there is actually a pedagogical reason to stack these on top of each
>other like this, because this is exactly the way they appear on the
>computer screen. But, I can see how one might like to typeset them
>side-by-side. How could I do that?

\starttext 

\startbuffer[x]
 X =
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
\stopbuffer

\startbuffer[y]
 Y =
    -2    -2    -2    -2    -2
    -1    -1    -1    -1    -1
     0     0     0     0     0
     1     1     1     1     1
     2     2     2     2     2
\stopbuffer

\input tufte 

\start
\setuptyping[before=,after=] \hsize=.5\textwidth
\startcombination
  {\vbox{\typebuffer[x]}} {a}
  {\vbox{\typebuffer[y]}} {b}
\stopcombination
\stop

\input tufte 

\placesidebyside
  {\hsize=.5\textwidth \typebuffer[x]}
  {\hsize=.5\textwidth \typebuffer[y]}

\input tufte 

\starttabulate[|l|pl|pl|]
\NC an error: \NC \typebuffer[x] \NC \typebuffer[y] \NC \NR 
\stoptabulate

\input tufte 

\startbuffer[x]
\setuptyping[before=,after=] \hsize=.5\textwidth
\starttyping
 X =
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
\stoptyping
\stopbuffer

\startbuffer[y]
\setuptyping[before=,after=] \hsize=.5\textwidth
\starttyping
 Y =
    -2    -2    -2    -2    -2
    -1    -1    -1    -1    -1
     0     0     0     0     0
     1     1     1     1     1
     2     2     2     2     2
\stoptyping
\stopbuffer

\startcombination
  {\vbox{\getbuffer[x]}} {a}
  {\vbox{\getbuffer[y]}} {b}
\stopcombination

\input tufte 

\placesidebyside
  {\getbuffer[x]}
  {\getbuffer[y]}

\input tufte 

\startcolumns \getbuffer[x] \getbuffer[y] \stopcolumns

\input tufte 

\stoptext

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re:
  2000-09-30  9:40 (unknown) Hans Hagen
@ 2000-09-30 18:32 ` Frans Goddijn
  0 siblings, 0 replies; 16+ messages in thread
From: Frans Goddijn @ 2000-09-30 18:32 UTC (permalink / raw)


From: "Hans Hagen" <pragma@wxs.nl>
> Attached you find an example of pdftex's impressive protruding character
> capabilities. 

looks marvellous!!!

great,

frans


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

* RE:
  2000-05-30 15:49 (unknown) Hans Hagen
@ 2000-05-30 20:00 ` Berend de Boer
  0 siblings, 0 replies; 16+ messages in thread
From: Berend de Boer @ 2000-05-30 20:00 UTC (permalink / raw)


> Is there anyone interested in a job in seattle which has to 

Seattle? M$ has seen the light?? Wow!! :-)

Groetjes,

Berend. (-:


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

* Re:
  2000-02-21 13:24   ` Hans Hagen
@ 2000-02-21 19:12     ` Roef Ragas
  0 siblings, 0 replies; 16+ messages in thread
From: Roef Ragas @ 2000-02-21 19:12 UTC (permalink / raw)
  Cc: ntg-context

On Mon, 21 Feb 2000, Hans Hagen wrote:

> At 01:30 PM 2/20/2000 +0100, Roef Ragas wrote:
> >Een klein probleem waar ik de oorzaak niet van vinden kan: in statuten
> >komt het volgende voor:
> 
> >! Undefined control sequence.
> ><write> ...oupedcommand {\os }{}{4}.\@@opsymbool2
> >                                                  .\groupedcommand {\os
> }{}{3}}
> ><inserted text>
> 
> I cannot duplicate this error message here. One reason can be that I catch
> this situation (in which case you should update), but more likely is that
> there is an error in your source (since itemize is rather old and normal
> cases should not gove troubles). Are you sure that you have matching
> \start-\stop's? 
> 
> If this problem is persistent, you can mail me a larger piece of failing
> code (with preceding paragraphs). 

Terribly sorry to say, that I've overlooked a typo. Twenty times...
[\stopopsommng]

-- 
Roef Ragas

Amsterdam ~ The Netherlands
http://people.a2000.nl/rragas
R.Ragas@hot.a2000.nl


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

* Re:
  2000-02-20 12:30 ` (unknown) Roef Ragas
@ 2000-02-21 13:24   ` Hans Hagen
  2000-02-21 19:12     ` Re: Roef Ragas
  0 siblings, 1 reply; 16+ messages in thread
From: Hans Hagen @ 2000-02-21 13:24 UTC (permalink / raw)
  Cc: ntg-context

At 01:30 PM 2/20/2000 +0100, Roef Ragas wrote:
>Een klein probleem waar ik de oorzaak niet van vinden kan: in statuten
>komt het volgende voor:

>! Undefined control sequence.
><write> ...oupedcommand {\os }{}{4}.\@@opsymbool2
>                                                  .\groupedcommand {\os
}{}{3}}
><inserted text>

I cannot duplicate this error message here. One reason can be that I catch
this situation (in which case you should update), but more likely is that
there is an error in your source (since itemize is rather old and normal
cases should not gove troubles). Are you sure that you have matching
\start-\stop's? 

If this problem is persistent, you can mail me a larger piece of failing
code (with preceding paragraphs). 

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

* Re:
  1999-11-17 10:03 % Haseloff, Lutz
@ 1999-11-17 10:16 ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 1999-11-17 10:16 UTC (permalink / raw)
  Cc: ntg-context

At 11:03 AM 11/17/99 +0100, Haseloff, Lutz wrote:
>> BTW, using %'s is seldom needed in a context document. 
>> Hans
>
>Hi all,
>
>If i use many backgrounds
>without %-sign as last char of the line
>the first background of the new line
>not will be typeset.
>
>\setupbackgrounds [page] [background={tabel,%
>NameI,AmtI,RefI,TelefonI,LohnI,WohnI,%
>NameII,AmtII,RefII,TelefonII,LohnII,WohnII,%
>DKfzJa,DKfzNein,SelFaJa,SelFaNein,Halter,AmtlKz,Hubr,AntTrif,%
>UrlLfd,VomBis,Nach,UrlEin,UrlBew,AbschlI,AbschlII,AbschlIII,OrtDatum}]
>
>Is this the case where a % is needed?

Indeed. This is one of the few places where I use the fast commalist processing routine, which does not capture spaces. Using the 'normal' one would slow down too much. When computers will be faster, I'll start using the better alternative. 

(Why do you need so many backgounds btw?)

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

* Re:
  1999-11-13 14:46 (unknown) Berend de Boer
@ 1999-11-15 11:04 ` Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 1999-11-15 11:04 UTC (permalink / raw)
  Cc: ntg-context

At 03:46 PM 11/13/99 +0100, Berend de Boer wrote:
>(the following msg is in dutch because it concerns dutch hyphenate rules)
>
>Als ik dutch96.pat gebruik, wordt er inderdaad anders afgebroken. Echter, de
>volgende regel:
>
>Bij woordafbreking vervalt het trema: ruïne wordt ru·ine.
>
>wordt niet gehandhaaft (bijv. 'financi"eren'). Is dit een bug? Je steekt
>toch heel wat op van zo'n ntg dag.

(1) deze afbreekpatronen veronderstellen 8bit fonts (vandaar de x in nlx)

(2) met obsolete in de taal files wordt bedoeld dat ze nu standaard zijn, echter, ik verkeerde in de veronderstelling dat dutch96 inmiddels de oude patronen had vervangen, wat nniet zo schijnt te zijn

Het toevoegen van 

\definefilesynonym[lang-nl][dutch96]

is de uiteindelijke oplossing, maar dan moeten de dutch96 patronen wel in de standaard distributies zitten. Daartoe moet piet het copyright aanpassen en eea met thomas esser ovcerleggen. 

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

* Re:
@ 1998-08-25  7:37 Hans Hagen
  0 siblings, 0 replies; 16+ messages in thread
From: Hans Hagen @ 1998-08-25  7:37 UTC (permalink / raw)
  Cc: TEX-NL

Roef Ragas wrote:

> Is er een mogelijkheid om Context op eenvoudige wijze 2 pagina's naast
> elkaar op een landscape-formaat A4 te laten zetten? Ik bedoel dus
> eenzelfde uitkomst als psnup -2, maar in mijn geval voor pdf.

Dit kan inderdaad (zie ook recent maps artikel). 

Je kiest eerst het goede papierformaat:

  \stelpapierformaatin[A5][A4]

Wellicht moet je de layout nog aanpassen (de standaardinstellingen
schalen overigens netjes mee).  

De laatste run voeg je toe: 

  \stelarrangerenin[2UP,geroteerd,dubbelzijdig]

Let wel, alleen de laatste run!

Voor pdftex output zeg je: 

  \steluitvoerin[pdftex]

Handiger is echter het gebuik van texexec: 

Je stelt dan alleen het papierformaat in, en tijden het texen de rest: 

  texexec --pdf --output=2up --paper=a5a4 <filenaam>

In dat geval wordt eerst eea netjes gezet in de standaard arrangering
(dit is nodig om alle nummeringen ok te krijgen) en in een laatste
run wordt het boekje gemaakt.  

Het best is wat te experimenteren met het maps artikel bij de hand, je
kunt namelijk ook dingen doen als: 

\stelpapierformaatin[A6][A4] \stellayoutin[nx=2,ny=2]

etc etc

Haal wel even de laatste versie van context op van Erik's server cq. de
NTG site. 

Hans

-----------------------------------------------------------------
                                              Hans Hagen | PRAGMA
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl
-----------------------------------------------------------------


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

end of thread, other threads:[~2004-12-09  9:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3.0.6.32.20001002094407.01873670@pop.wxs.nl>
2000-10-03  6:27 ` Dan Seracu
2000-10-03  9:41   ` RE: Hans Hagen
2004-12-09  8:54 [Fwd: Re: PPCHTEX can't work with Chinese] Hans Hagen
2004-12-09  9:48 ` Patrick Gundlach
  -- strict thread matches above, loose matches on Subject: below --
2002-06-23 16:30 (unknown) Idris S Hamid
2002-06-23 21:36 ` Hans Hagen
     [not found] <002a01c1309d$1ee976a0$0100a8c0@mshome.net>
2001-08-29 16:04 ` Re: Hans Hagen
2001-03-20 14:46 (unknown) Michel Bovani
2001-03-20 17:01 ` Hans Hagen
2000-11-24  7:32 (unknown) Haseloff, Lutz
2000-11-24  9:46 ` Hans Hagen
2000-11-24 10:01 ` Re: Hans Hagen
     [not found] <3.0.6.32.20001029235036.0197aa80@pop.wxs.nl>
     [not found] ` <3.0.5.32.20001029133529.00a79300@mail.northcoast.com>
     [not found]   ` <3.0.5.32.20001029161928.00a7e400@mail.northcoast.com>
2000-10-30  9:00     ` Re: Hans Hagen
2000-09-30  9:40 (unknown) Hans Hagen
2000-09-30 18:32 ` Frans Goddijn
2000-05-30 15:49 (unknown) Hans Hagen
2000-05-30 20:00 ` Berend de Boer
2000-02-14 22:26 (unknown) pragma
2000-02-20 12:30 ` (unknown) Roef Ragas
2000-02-21 13:24   ` Hans Hagen
2000-02-21 19:12     ` Re: Roef Ragas
1999-11-17 10:03 % Haseloff, Lutz
1999-11-17 10:16 ` Hans Hagen
1999-11-13 14:46 (unknown) Berend de Boer
1999-11-15 11:04 ` Hans Hagen
1998-08-25  7:37 Re: Hans Hagen

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