ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* metafun
@ 2004-06-23 15:03 jimarin
       [not found] ` <m2eko6gvg m.fsf@levana.de>
                   ` (3 more replies)
  0 siblings, 4 replies; 52+ messages in thread
From: jimarin @ 2004-06-23 15:03 UTC (permalink / raw)


I have made

texexec --make metafun

to generate metafun format. And it said it generated it.

But...

I always get these messages

kpathsea: Running mktexfmt metafun.mem
fmtutil: no info for format `metafun'.

when doing texexec --pdf to my tex-beauties...

it seems that he goes for metapost after that...

is there anything wrong here?

thanks !

jose

^ permalink raw reply	[flat|nested] 52+ messages in thread
* metafun
@ 2021-02-20 16:27 Hans Hagen
  2021-02-20 17:43 ` metafun Otared Kavian
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 2021-02-20 16:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

When making sure that the metafun manual processes with lmtx (where we 
have sometimes different implementations of macros) I also checked 
performance.

When we started with this manual, it was still MKII time so we either 
had direct calls or inbetween calls. Especially multiple runs could take 
a while (many minutes, iir some 15 depending on how it was run). That 
was no fun.

In mkiv with luatex and the built in mp library this dramatically went 
down to 18.1 seconds for one run and 14.2 seconds for luajittex, for 428
pages.

This not bad considering that a lots of features are used: thousands of 
mp images, a bunch of external images, many fonts, plenty of buffers, 
positioning, color, hyperlinks, backgrounds etc. This document uses 
plenty of lua so that is why we gain a lot with luajittex.

In lmtx where we dropped jit and have a less performing backend we 
expect to need more runtime but in the meantime we're quite okay. Not 
only the engine is faster, but also some low level macros benefit a bit 
from new features. I don't know how much lua speedup plays a role but 
probably not that much. For 448 pages (some 20 more than we had before) 
we now need 16.5 seconds and 15.7 when we use the compact font mode. So 
we're halfway between luatex and luajittex now. More than 3 seconds of 
the runtime is for metapost. (I use the  machine as before.)

Hans

PS. If all the stories are true is should be 1 second on a modern apple 
at which point differences in measurements become noise but I cannot 
check that. Some day I might check it on a rpi 4.

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread
* metafun
@ 2010-10-23 19:34 Herbert Voss
  2010-10-23 22:14 ` metafun Aditya Mahajan
  0 siblings, 1 reply; 52+ messages in thread
From: Herbert Voss @ 2010-10-23 19:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

It is a hard job to understand how all works ...
I tried to create the first example of the
documentation "Page 257 Anchors and layers",
but failed with mkii and iv. The page is created,
but without the graphical elements. Not using
\startbuffer--\stopbuffer makes no difference.

MTXrun | current version: 2010.07.30 11:35

Herbert

\starttext

\section {Anchors and layers}

\startbuffer[a]
\setMPpositiongraphic{X-1}{mypos:arrow}{to=X-2}
\setMPpositiongraphic{X-2}{mypos:arrow}{to=X-3}
\stopbuffer

\startbuffer[b]
In a previous section we saw that some \hpos {X-1} {words} were
\hpos {X-2} {circled} and connected by an \hpos {X-3} {arrow}.
As with most things in \CONTEXT, marking these words is separated
from declaring what to do with those words. This paragraph is keyed
in as:
\stopbuffer

\getbuffer[a,b]

\stoptext
___________________________________________________________________________________
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] 52+ messages in thread
* metafun
@ 2010-10-20 12:03 Hans Hagen
  2010-10-20 12:11 ` metafun Mojca Miklavec
                   ` (2 more replies)
  0 siblings, 3 replies; 52+ messages in thread
From: Hans Hagen @ 2010-10-20 12:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

At the context conference Taco presented a new initiative with respect 
to manuals. For those who cannot (or don't want to) print and bind at 
home we offer a printing on demand service. This week we send out the 
first copies of the (new) metafun manual:

http://www.boekplan.nl/node/9

More will follow. We hope that this will (partially) answer the need for 
manuals. We still have to find out which manuals (also new ones) should 
become available as it takes a bit of effort to keep this flow running 
and to turn manuals in some book-like form, so best keep an eye on the 
site if you're interested.

Hans & Taco

-----------------------------------------------------------------
                                           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] 52+ messages in thread
* metafun
@ 2001-09-16  9:13 Hervé Rouault
  0 siblings, 0 replies; 52+ messages in thread
From: Hervé Rouault @ 2001-09-16  9:13 UTC (permalink / raw)



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

Hi!

I get an error when i want to compile a file using btex, etex.

mpost does not anderstant -interaction = batchmode :

This is pdfTeX, Version 3.14159-14f-released-20000525 (MiKTeX 2.1)

              run time : 4 seconds
              metapost : essai-mpgraph
                format : metafun
MPOST: unrecognized option `--interaction=batchmode'
MPOST: try `MPOST --help' for more information.

figures        : figure essai-mpgraph can not be found

Hervé

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

[-- Attachment #2: essai-mpgraph.mp --]
[-- Type: application/octet-stream, Size: 2284 bytes --]

% runtime generated graphics of job "essai"
mpgraph:=1;
randomseed := 2475;
if unknown context_tool : input mp-tool ;
fi ;
if unknown context_spec : input mp-spec ;
fi ;
if unknown context_grph : input mp-grph ;
fi ;
defaultfont := "cmr10" ;
defaultscale := 12.0pt/10pt ;
graphictextformat := "context" ;
graphictextdirective "\global \loadfontdefinitionfileoncetrue " ;
if not known _data_prefix_ : string _data_prefix_ , _data_suffix_ ;
fi ;
_data_prefix_ := "essai-mpd-" ;
_data_suffix_ := ".mpd" ;
boolean collapse_data ;
collapse_data := true ;
_data_suffix_ := ".mpd" ;
cmykcolors := true ;
color OverlayColor, OverlayLineColor ;
OverlayWidth := 597.51323pt ;
OverlayHeight := 426.78743pt ;
OverlayDepth := 426.78743pt ;
OverlayColor := (0,0,0) ;
OverlayLineWidth := 0pt;
OverlayLineColor := (0,0,0) ;
BaseLineSkip := 14.46669pt;
LineHeight := 14.46669pt;
BodyFontSize := 12.0pt;
StrutHeight := 10.41603pt;
StrutDepth := 4.05064pt;
CurrentWidth := 426.78743pt;
CurrentHeight := 597.51323pt;
EmWidth := 11.74988pt;
ExHeight := 5.16667pt;
PageNumber := 1;
RealPageNumber := 1;
LastPageNumber := 1;
prologues := 2;
if unknown context_page : input mp-page ;
fi ;
boolean PageStateAvailable ;
PageStateAvailable := true ;
boolean OnRightPage ;
OnRightPage := true ;
def LoadPageState = OnRightPage := true;
RealPageNumber := 1;
PageNumber := 1;
NOfPages := 1;
PaperHeight := 845.04684pt;
PaperWidth := 597.50787pt;
PrintPaperHeight := 845.04684pt;
PrintPaperWidth := 597.50787pt;
TopSpace := 71.12546pt;
BackSpace := 71.13275pt;
MakeupHeight := 711.3191pt;
MakeupWidth := 426.78743pt;
TopHeight := 0.0pt;
TopDistance := 0.0pt;
HeaderHeight := 56.90294pt;
HeaderDistance := 0.0pt;
TextHeight := 597.51323pt;
FooterDistance := 0.0pt;
FooterHeight := 56.90294pt;
BottomDistance := 0.0pt;
BottomHeight := 0.0pt;
LeftEdgeWidth := 0.0pt;
LeftEdgeDistance := 0.0pt;
LeftMarginWidth := 75.58197pt;
LeftMarginDistance := 11.99829pt;
TextWidth := 426.78743pt;
RightMarginDistance := 11.99829pt;
RightMarginWidth := 75.58197pt;
RightEdgeDistance := 0.0pt;
RightEdgeWidth := 0.0pt;
PageOffset := 0pt;
PageDepth := 0pt;
enddef ;
if unknown context_core : input mp-core.mp ;
fi ;
;;
verbatimtex \global \loadfontdefinitionfileoncetrue  etex;
beginfig(1);
draw btex \int x^2 dx etex
;
endfig;
end.

[-- Attachment #3: essai.tex --]
[-- Type: application/octet-stream, Size: 121 bytes --]

\startuseMPgraphic{texte}
    draw btex \int x^2 dx etex;
\stopuseMPgraphic

\starttext

\useMPgraphic{texte}

\stoptext

[-- Attachment #4: essai.log --]
[-- Type: application/octet-stream, Size: 3132 bytes --]

This is pdfTeX, Version 3.14159-14f-released-20000525 (MiKTeX 2.1) (preloaded format=cont-en 2001.9.15)  16 SEP 2001 11:12
**essai.tex
(essai.tex{pdftex.cfg}

ConTeXt  ver: 2001.9.14  fmt: 2001.9.15  int: english  mes: english

language       : language fr is active
system         : cont-new loaded
(C:\texmf\tex\context\base\cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
)
system         : cont-old loaded
(C:\texmf\tex\context\base\cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(C:\texmf\tex\context\base\cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(C:\texmf\tex\context\base\cont-sys.tex
specials       : tex,postscript,rokicki is reset
specials       : loading definition file tpd
(C:\texmf\tex\context\base\spec-tpd.tex <unprotect 2>
specials       : loading definition file fdf
(C:\texmf\tex\context\base\spec-fdf.tex <unprotect 3> <unprotect 4>
<protect 4> <protect 3>)
specials       : fdf loaded
<unprotect 3> <protect 3> <protect 2>)
specials       : fdf,tpd loaded
)
bodyfont       : 12pt rm is loaded
language       : patterns 2-fr-2 2-en-2 2-de-2 2-es-2 2-nl-2 loaded
specials       : fdf,tpd loaded
system         : essai.top loaded
(./essai.top
specials       : fdf,tpd is reset
specials       : loading definition file tpd
(C:\texmf\tex\context\base\spec-tpd.tex <unprotect 2>
specials       : loading definition file fdf
(C:\texmf\tex\context\base\spec-fdf.tex <unprotect 3> <unprotect 4>
<protect 4> <protect 3>)
specials       : fdf loaded
<unprotect 3> <protect 3> <protect 2>)
specials       : fdf,tpd loaded
) (./essai.tuo) (./essai.tuo) (./essai.tuo) (./essai.tuo) (./essai.tuo)
(./essai.tuo) (./essai.tuo) (./essai.tuo) (./essai.tuo) (./essai.tuo)
(./essai.tuo) (./essai.tuo) (./essai.tuo)
systems        : begin file essai at line 5
Randomizer initialized to 790051720.
system(texexec --batch --output=dvips --mpformat=metafun --mptex --nomp --once 
essai-mpgraph)...executed.

figures        : figure essai-mpgraph can not be found
[1.1
! pdfTeX warning (ext4): destination with the same identifier (name{page:1}) ha
s been already used, duplicate ignored

\actualshipout ...ostponedcontent \box 0}}
                                          \else \message {[\ifarrangi...
\myshipout ...sisrealpage {\realfolio }#1}
                                          \fi \gotonextrealpage \napa...
\dofinaloutput ... #1#2\setpagecounters }}
                                          \fi \the \everyaftershipout...
\finaloutput ...cteerd \dofinaloutput #1#2
                                          \else \donofinaloutput #1#2...
\sidefloatoutput ...\finalsidefloatoutput 
                                          \global \sidefloatvsize =\n...
\doifdefinedelse ...test \doprocesstest #3
                                          \else \let \donottest \dopr...
...
l.9 \stoptext
             {psfonts.map}]
systems        : end file essai at line 9
 )<cmr10.pfb><cmr12.pfb>
Output written on essai.pdf (1 page, 10800 bytes).

^ permalink raw reply	[flat|nested] 52+ messages in thread
* metafun
@ 2001-03-21 14:23 guravage m.a.
  2001-03-21 15:30 ` metafun Hans Hagen
  0 siblings, 1 reply; 52+ messages in thread
From: guravage m.a. @ 2001-03-21 14:23 UTC (permalink / raw)


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

In preparing a presentation with contex,t I decided to generate the 
illustrations a-la metafun.  My first graphic is a traditional flow chart 
consisting of text in circles connected by arrowhead tipped lines. I'd use 
context's own chart macros, but I don't think they're applicable here since I 
want only straight lines connecting the centers of circle pairs. Instead, I 
created a grid of circles using a combination of framed texts, each with a 
circular background overlay. Looks good! Has anyone a suggestion how best to 
draw lines between circle pairs? I have cannibalized Hans's `anchors and 
layers' example that focuses on words, but I get the feeling I'm barking up 
the wrong tree. I've attached a small example file, and would welcome any 
suggestions how to proceed.

Cheers,

Michael

-- 
Michael A. Guravage                 Email: guravage.nlr.nl
National Aerospace Laboratory       Phone: +31 (0)20 511 3695
Anthony Fokkerweg 2, 1059 CM        Fax:   +31 (0)20 511 3210
P.O. Box 90502, 1006 BM,
Amsterdam, The Netherlands

[-- Attachment #2: cm_dep.tex --]
[-- Type: application/x-tex , Size: 2242 bytes --]

^ permalink raw reply	[flat|nested] 52+ messages in thread
* MetaFun
@ 2000-12-11 13:56 Marc van Dongen
  2000-12-12 15:35 ` MetaFun Ed L Cashin
  0 siblings, 1 reply; 52+ messages in thread
From: Marc van Dongen @ 2000-12-11 13:56 UTC (permalink / raw)


Hello,

This time no questions.
I hope some people will enjoy the metafun appended
below. I'm sure it could have done a bit more
elegantly, but this does the trick as well. (See
also: htpp://www.cs.ucc.ie/~dongen/xmas.pdf (55020 bytes).

In case some people are wondering; I did part of
the picture in xfig first and then used the
coordinates to write the metapost code. If people
know of better (more clever) ways of doing this
then I would be delighted to find out.

Regards,

Marc van Dongen
-- 
     Marc van Dongen, CS Dept | phone:  +353 21 4903578
University College Cork, NUIC | Fax:    +353 21 4903113
  College Road, Cork, Ireland | Email: dongen@cs.ucc.ie
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Escher: drawing 87
% Ref: Doris Schattschneider,
%      M.C.~Escher {\em Visions of Symmetry},
%      ISBN: 0-7167-2126-0

beginfig(1);
  pair p[], xshift, yshift, origin, offset;
  path line[], bird, drawing;
  color WHITE, YELLOW, GREY, colour;
  YELLOW  = 0.97(1,1,0.8);
  WHITE  = (1,1,1);
  GREY   = 0.90YELLOW;
  width  = 279.4mm;
  height = 215.9mm;
  s := 0.045;
  %
  p1  = (750,8000-4950);
  p2  = (1050,8000-4950);
  p3  = (2100,8000-4800);
  p4  = (2925,8000-4650);
  p5  = (4050,8000-5100);
  p6  = (4050,8000-5550);
  p7  = (3750,8000-6075);
  p8  = (3150,8000-6900);
  p9  = (3075,8000-7500);
  p10 = (3525,8000-7950);
  p11 = (4275,8000-8775);
  p12 = (5400,8000-9300);
  p13 = (4725,8000-8550);
  p14 = (4275,8000-7725);
  p15 = (4875,8000-8325);
  p16 = (5550,8000-8700);
  p17 = (5100,8000-7950);
  p18 = (4800,8000-7125);
  p19 = (5400,8000-7725);
  p20 = (6150,8000-8100);
  p21 = (5550,8000-7275);
  p22 = (5250,8000-6375);
  p23 = (5850,8000-7050);
  p24 = (6600,8000-7500);
  p25 = (6075,8000-6675);
  p26 = (5700,8000-5775);
  p27 = (6975,8000-7125);
  p28 = (8625,8000-7950);
  p29 = (7875,8000-7350);
  p30 = (7275,8000-6750);
  p31 = (8175,8000-7200);
  p32 = (9150,8000-7425);
  p33 = (8325,8000-6975);
  p34 = (7725,8000-6375);
  p35 = (8550,8000-6750);
  p36 = (9525,8000-6825);
  p37 = (8625,8000-6450);
  p38 = (8100,8000-6000);
  p39 = (9000,8000-6300);
  p40 = (9975,8000-6300);
  p41 = (9075,8000-6000);
  p42 = (8400,8000-5550);
  p43 = (9525,8000-5925);
  p44 = (10425,8000-5925);
  p45 = (9300,8000-5550);
  p46 = (8250,8000-5100);
  p47 = (7275,8000-4875);
  p48 = (6300,8000-4800);
  p49 = (7275,8000-4500);
  p50 = (8400,8000-4500);
  p51 = (7500,8000-4050);
  p52 = (6825,8000-3900);
  p53 = (7800,8000-3825);
  p54 = (8700,8000-3975);
  p55 = (7875,8000-3375);
  p56 = (7050,8000-3075);
  p57 = (8175,8000-3150);
  p58 = (8925,8000-3450);
  p59 = (8175,8000-2775);
  p60 = (7350,8000-2400);
  p61 = (8250,8000-2475);
  p62 = (9225,8000-3000);
  p63 = (8850,8000-2100);
  p64 = (8400,8000-1650);
  p65 = (9300,8000-1200);
  p66 = (8100,8000-1875);
  p67 = (7200,8000-1575);
  p68 = (5850,8000-1500);
  p69 = (5625,8000-2025);
  p70 = (5475,8000-2400);
  p71 = (5100,8000-3000);
  p72 = (4650,8000-3750);
  p73 = (3525,8000-3450);
  p74 = (2550,8000-3075);
  p75 = (2325,8000-3375);
  p76 = (2100,8000-3600);
  p77 = (1425,8000-4050);
  p78 = (975,8000-4350);
  p79 = (525,8000-4875);
  p80 = (1840,8000-4600);
  p81 = (2375,8000-4550);
  p82 = (2475,8000-3975);
  line1  = p79..p1..p2..p3..p4..p5;
  line2  = p9..p10..p11..p12--
           p12..p13..p14--
           p14..p15..p16--
           p16..p17..p18--
           p18..p19..p20--
           p20..p21..p22--
           p22..p23..p24--
           p24..p25..p26--
           p26..p27..p28--
           p28..p29..p30--
           p30..p31..p32--
           p32..p33..p34--
           p34..p35..p36--
           p36..p37..p38--
           p38..p39..p40--
           p40..p41..p42--
           p42..p43..p44--
           p44..p45..p46--
           p46..p47..p48--
           p48..p49..p50--
           p50..p51..p52--
           p52..p53..p54--
           p54..p55..p56--
           p56..p57..p58--
           p58..p59..p60--
           p60..p61..p62--
           p62..p66..p67..p68;
  % beak (A comment at the right place does miracles.)
  line3  = p62..p63..p64;
  line4  = p72..p73..p74;
  % beak (Another carfuly positioned comment.)
  line5  = p79..p80..p81;
  line6  = p5..p6..p7..p8..p9;
  line7  = p74..p75..p76..p77..p78..p78..p79;
  line8  = p68..p69..p70..p71..p72;
  xshift = s*(p28 + p62 - p9 - p74);
  yshift = s*(p62 - p9);
  bird   = line1--line6--line2--line8--line4--line7--cycle;
  colour = YELLOW;
  fill (0,0)--(width,0)--(width,height)--(0,height)--cycle
       withcolor WHITE;
  for x=-1 upto 1:
    for y=-1 upto 3:
      offset := x*xshift + y*yshift;
      fill bird scaled s shifted offset withcolor YELLOW;
      pickup pencircle scaled 2pt;
      for i=1 upto 5:
        draw line[i] scaled s
             shifted offset withcolor GREY;
      endfor;
      pickup pencircle scaled 2pt;
      fill (-150s,0)..(0,150s)..(150s,0)..cycle shifted (s*p65+offset) withcolor WHITE;
      fill (-60s,0)..(0,60s)..(60s,0)..cycle shifted (s*p65+offset) withcolor GREY;
      draw (-150s,0)..(0,150s)..(150s,0)..cycle shifted (s*p65+offset) withcolor GREY;
      fill (-150s,0)..(0,150s)..(150s,0)..cycle shifted (s*p82+offset) withcolor WHITE;
      fill (-60s,0)..(0,60s)..(60s,0)..cycle shifted (s*p82+offset) withcolor GREY;
      draw (-150s,0)..(0,150s)..(150s,0)..cycle shifted (s*p82+offset) withcolor GREY;
      pickup pencircle xscaled 6pt;
      for i=6 upto 8:
        draw line[i] scaled s shifted offset withcolor GREY;
      endfor;
    endfor;
  endfor;
  pickup pencircle scaled 1;
  draw (0,0)--(width,0)--(width,height)--(0,height)--cycle
       withcolor WHITE;
  drawing = unitsquare xscaled width yscaled height;
  clip currentpicture to drawing;
  draw drawing;
endfig;


^ permalink raw reply	[flat|nested] 52+ messages in thread
* metafun
@ 2000-09-12 10:26 Hans Hagen
  2000-09-12 13:41 ` metafun Robert F. Beeger
                   ` (2 more replies)
  0 siblings, 3 replies; 52+ messages in thread
From: Hans Hagen @ 2000-09-12 10:26 UTC (permalink / raw)


Hi, 

I just uploaded the preliminary versions of the metafun manuals. You can
access them vis the beta page:

www.pragma-ade.com/pragma-ade/beta.htm

Keep in mind that some functionality may change (improve). You need the
beta version of context to run things as described. 

The current version is far from complete and should not be redistributed.
The manual is meant to be printed / viewed in color. 

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] 52+ messages in thread
* Re: (no) hyphenation
@ 2000-07-17  0:45 Hans Hagen
  2000-07-19  7:13 ` Hans Hagen
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 2000-07-17  0:45 UTC (permalink / raw)
  Cc: ntg-context

At 11:10 PM 7/14/00 +0200, you wrote:
>Is there a way to forbide hyphenation in titles?
>Perhaps with an option of \setupheads?

\nohyphens

tolerance=verytolerant

align=....

>Is there an other way than \hbox{} to forbide
>hyphenation of one single word (not overall)?
>(I thought of \-together, but the - is visible.)

\hbox is ok or {\nohyphens word}

Unfortunately there is not mucn control in tex, especially because some
settings are paragraph wide. 

>What's the correct way to wrap an title manually

\crlf and \\ can be used to [one for header, the other for toc) 

>so that it appears unwrapped in page header and table of contents?

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

end of thread, other threads:[~2021-02-20 21:19 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-23 15:03 metafun jimarin
     [not found] ` <m2eko6gvg m.fsf@levana.de>
     [not found] ` <40DA8D15. 4020205@wxs.nl>
2004-06-23 15:11 ` metafun Patrick Gundlach
2004-06-23 15:26   ` metafun jimarin
2004-06-23 15:45     ` metafun Patrick Gundlach
2004-06-23 15:55       ` metafun jimarin
2004-06-23 16:03         ` metafun Patrick Gundlach
2004-06-23 16:11         ` metafun Hans Hagen
2004-06-23 16:04       ` Hans Hagen
2004-06-24  8:13 ` metafun Hans Hagen
2004-06-24 12:17   ` updating context in cygwin by hand jimarin
2004-06-24 12:33     ` Patrick Gundlach
2004-06-24 14:23       ` jimarin
2004-06-25  8:29         ` Patrick Gundlach
2004-06-25  8:37           ` jimarin
2004-06-25  8:48             ` Patrick Gundlach
2004-06-25  9:11               ` jimarin
  -- strict thread matches above, loose matches on Subject: below --
2021-02-20 16:27 metafun Hans Hagen
2021-02-20 17:43 ` metafun Otared Kavian
2021-02-20 21:19   ` metafun Hans Hagen
2010-10-23 19:34 metafun Herbert Voss
2010-10-23 22:14 ` metafun Aditya Mahajan
2016-03-24 17:23   ` metafun Piotr Kopszak
2016-03-24 17:24     ` metafun Piotr Kopszak
2016-03-24 18:14       ` metafun luigi scarso
2016-03-24 18:22       ` metafun Hans Hagen
2010-10-20 12:03 metafun Hans Hagen
2010-10-20 12:11 ` metafun Mojca Miklavec
2010-10-20 12:23   ` metafun Martin Schröder
2010-10-20 12:49   ` metafun Vedran Miletić
2010-10-20 12:17 ` metafun Taco Hoekwater
2010-10-20 22:42 ` metafun Kevin D. Robbins
2010-10-21  7:10   ` metafun Hans Hagen
2010-10-22 14:06   ` metafun Taco Hoekwater
2010-10-22 14:20     ` metafun Hans Hagen
2010-10-22 14:22       ` metafun Taco Hoekwater
2010-10-22 15:29         ` metafun Otared Kavian
2010-10-22 16:09         ` metafun Kevin D. Robbins
2010-10-22 15:12       ` metafun Wolfgang Schuster
2010-10-22 15:28         ` metafun Hans Hagen
2010-10-23 10:49     ` metafun Alan BRASLAU
2001-09-16  9:13 metafun Hervé Rouault
2001-03-21 14:23 metafun guravage m.a.
2001-03-21 15:30 ` metafun Hans Hagen
2000-12-11 13:56 MetaFun Marc van Dongen
2000-12-12 15:35 ` MetaFun Ed L Cashin
2000-12-12 15:48   ` MetaFun Marc van Dongen
2000-12-12 16:18     ` MetaFun Ed L Cashin
2000-09-12 10:26 metafun Hans Hagen
2000-09-12 13:41 ` metafun Robert F. Beeger
     [not found] ` <4.3.2.7.0.20000912152319.00b2ae30@rzdspc1.informatik.uni-h amburg.de>
2000-09-12 15:06   ` metafun Hans Hagen
2000-09-13  7:39 ` metafun Michal Kvasnicka
2000-07-17  0:45 (no) hyphenation Hans Hagen
2000-07-19  7:13 ` Hans Hagen
2000-07-24 20:20   ` metafun Hraban

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