Re: [NTG-context] m-bib problem

2004-11-13 Thread Bernd Militzer
Hi Taco,

oops, that was my problem
\setuppublicationlist[criterium=all]

How can I change the word 'and' to 'und' and 'pages' to 'Seite' in the
publication list?

thanks

Bernd



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] cite-problem

2004-11-13 Thread Bernd Militzer
Hi Taco,

if the authors name is Mller, Mller or  Dobe\v{s} (german/czech) 
^   ^ ^
\cite[author][keys]

produce an error:

! Missing number, treated as zero.
to be read again
   \let
\dobuildtextaccent ... \char \normalaccent #1\let
  \char \normalchar #2}
\AU -Dobe\dobuildtextaccent \char 2
0 s
\ixfirstcommand -{\AU
   }
\dodobibauthoryear ...counter = 1 \ixfirstcommand
  \else \ifnum
\scratchcount...
 
\next1 #1,-\dodobibauthoryear {#1}
   \doprocesscommaitem
...
l.61 ...BESETZUNG]

It seems to be the same problem I had in the past with seeindex, which
Hans has fixed.

thanks for help

Bernd


\startpublication[k=BESETZUNG,t=article,
a={Dobe\v{s}},y=1987c,
n=13,s=Dob87c]
\artauthor[]{Vladim\'{i}r}[V.]{}{Dobe\v{s}}
\pubyear{1987\maybeyear{c}}
\arttitle{N\v{e}meck\'{a} akupace m\v{e}ste\v{c}ka trn\'{a}vky a 2.
  sv\v{e}tov\'{a} v\'{a}lka}
\journal{Trnav\'{a}\v{c}ek Zpravodj MNV a JZD M\'{i}r M\v{e}ste\v{c}ko
  Trn\'{a}vka}
\issue{3}
\pages{31-36}
\month{August}
\note{{\it Deutsche Besetzung von Markt Trnau und 2.~Weltkrieg}.
\uebers\ u. \jkg}
\stoppublication




___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Vector or bitmapped?

2004-11-13 Thread John Culleton
After generating a graphic via Metapost and Metafun, is the result a vector 
graphic or a bitmapped graphic?
-- 
John Culleton

Short list of publishing/marketing books:
http://wexfordpress.com/tex/shortlist.pdf
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \startexample

2004-11-13 Thread David Arnold
All,

I have this example I would like to typeset.

\startexample
Show that $0.\overline{621}$ is a rational number.
\stopexample

In this case, there are three digits under the repeating bar. If we
let $x=0.\overline{621}$, then multiply by 1000, we have

\startformula
\eqalign{1000x=621.621621\dots\cr
  x=\phantom{62}0.621621\dots.}
\stopformula

Subtracting,

\startformula
\eqalign{999x=621\cr
x={621\over 999}.}
\stopformula

Dividing numerator and denominator by 27 (or first by 9 then by 3), we
find that $0.\overline{621}=23/37$. Thus, $0.\overline{621}$, being
the ratio of two integers, is rational.

I have defined:

\defineenumeration
[example]
[location=serried,
  text=Example,
  before=\blank,
  after=\blank
  style=slanted]

What I would really like is an enumeration where only the example state is
in slanted type, then the solution follows (without an indent) in upright
(normal) font. At the end of the solution, I'd like a little symbol at the
lower right to indicate the end of the solution, then a little blank space
before continuing the narrative.

Can someone help me with this?
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context