Re: [NTG-context] \bigr bracket missing in antykwa

2006-04-15 Thread Mojca Miklavec
Hans Hagen wrote:
 Mojca Miklavec wrote:
  On 4/14/06, Hans Hagen wrote:
 
  Aditya Mahajan wrote:
 
  Hi,
\bigr\} does not give me anything while using  antykwa fonts. \big\}
  also does not work. \right\} works correctly. Is there something
  missing in the typescripts? I have no idea on how fonts work, so can
  not debug the problem.
 
  \usetypescript
 [antykwa-torunska][ec]
 
  \setupbodyfont[antykwa, 11pt]
 
  \starttext
  $\bigl\{ a \bigr\}$ \blank
  $\big\{ a \big\}$ \blank
  $\left\{ a \right\}$ \blank
  \stoptext
 

 afaik the antikwa cum suis use the normal tex encoding but i may be
 wrong ...

 is the character in the font?

I don't notice any empty slots (unless the mistake lies in rm-antt: I
don't know how this one is supposed to look like), but the following
example fails in LaTeX too, so perhaps the problem really lies in the
font, but where???

\documentclass{article}
\usepackage[math]{anttor}

\begin{document}
\def\x#1{\left\{#1\left\}\vbox to #1pt{}\right.\right.}
$$\x{9.16}\x{9.17}$$
\end{document}

Almost equivalent counterpart in ConTeXt:

\usetypescript[antykwa-torunska][ec]
\setupbodyfont[antykwa]

\starttext

\def\x#1{\left\{#1\left\}\vbox to #1\bodyfontsize{}\right.\right.}
\startformula
\x{0.8088}\x{0.8089}\x{0.916}\x{0.917}
\stopformula

\loadmapfile[antt.map]
\showfont[ex-anttr]
\showfont[mi-anttri]
\showfont[sy-anttrz]
\showfont[rm-anttr]

\stoptext

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-15 Thread Johannes Graumann
First of May. This is a real problem then ... Taco, I can't expect you to
fix this ... but the info I need is: do you want to do this and if yes:
what's a reasonable time frame. Will help me to decide whether to return to
LaTeX immediately ...

Thanks for your great work!

Joh

Taco Hoekwater wrote:

 Johannes Graumann wrote:
 
 I run into the problem, that shared citations (in this case 'garrels:96'
 and 'gavin:06' are only printed following the first '\placepublications'
 call and not the second. I'm collating multiple publications into a
 thesis and since they all deal with similar themes, there's a lot of
 overlap. My university requires chapter-specific complete bibliographies,
 so the status quo is bad for me.
 
 Unfortunately, this is not something I can fix quickly, because
 ConTeXt's list mechanism does not support it. I have to rewrite
 large parts of the module for this to work, and that takes time.
 When is your deadline?
 
 Taco


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context