[NTG-context] Table of Content

2021-02-11 Thread Ursula Hermann
Dear List! I did this example, which works perfect. If i would like to take a new page after the Table of Content, is \page the right way? % mode=mkiv \setuppapersize[A7][A7] \language[de] %list the "subject" sections in the ToC but don't modify the "section" counter: \setuphead[subject] [inc

[NTG-context] \showmathcharacters, mk ii, how can I get the list, is not working!!

2021-02-16 Thread Ursula Hermann
Dear List, I would like to know, what i can do, to geht all Math macros with MkII : \showmathcharacters in my Editor: WinEdt. I tried to compile it, but there is a mistake. I tried with \starttext and \stoptext, didn't work. Command Line: context.exe --synctex=-1 "Math 2.tex" Startup Folder: C

[NTG-context] \blackrule and margin

2021-02-19 Thread Ursula Hermann
Dear List, i have the little following example: \setuppapersize[A8,landscape] \setuplayout[leftmargin=2.5cm, leftmargindistance=0.2cm, backspace=2.9cm, width=4cm] \showframe \starttext \blackrule \margintext{Me} \blackrule[color=black, height=0.5ex, width=1cm

Re: [NTG-context] \blackrule and margin

2021-02-22 Thread Ursula Hermann
] \blackrule and margin On 2/19/21 4:02 PM, Ursula Hermann wrote: > Dear List, > i have the little following example: > > \setuppapersize[A8,landscape] > \setuplayout[leftmargin=2.5cm, > leftmargindistance=0.2cm, > backspace=2.9cm, >

Re: [NTG-context] \blackrule and margin

2021-02-23 Thread Ursula Hermann
PM, Ursula Hermann wrote: > Dear List, > i have the little following example: > > \setuppapersize[A8,landscape] > \setuplayout[leftmargin=2.5cm, > leftmargindistance=0.2cm, > backspace=2.9cm, > width=4cm] > \showframe > \starttext

[NTG-context] Re:

2023-09-04 Thread Ursula Hermann
There is no pdf to read. Uschi Hermann. Sorry, dindn't write my name in the first Mail Today. Von: Ursula Hermann Gesendet: Montag, 04. September 2023 11:44 An: 'ntg-context@ntg.nl' Betreff: Dear List, After compiling the following example, which is from February 2021: \se

[NTG-context] After compiling

2023-09-04 Thread Ursula Hermann
There is no pdf to read. Uschi Hermann. Sorry, dindn't write my name in the first Mail Today. Von: Ursula Hermann Gesendet: Montag, 04. September 2023 11:44 An: 'ntg-context@ntg.nl' mailto:ntg-context@ntg.nl>> Betreff: Dear List, After compiling the following example, w

[NTG-context] Re: After compiling

2023-09-04 Thread Ursula Hermann
Dear Henning, Many thanks. That was the problem. Uschi Hermann -Ursprüngliche Nachricht- Von: Henning Hraban Ramm Gesendet: Montag, 04. September 2023 12:43 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: After compiling Am 04.09.23 um 12:25 schrieb Ursula Hermann

[NTG-context] (no subject)

2023-09-04 Thread Ursula Hermann
Dear List, After compiling the following example, which is from February 2021: \setuppapersize[A8,landscape] \setuplayout[leftmargin=2.5cm, leftmargindistance=0.2cm, backspace=2.9cm, width=4cm] \showframe \starttext \margintext{\hairline\\{Me}}\dontleavehmode

[NTG-context] \dontleavethemode

2023-09-12 Thread Ursula Hermann
Dear List, I have done an little example with a \blackrule: \setuppapersize[A8,landscape] \setuplayout[leftmargin=2.5cm, leftmargindistance=0.2cm, backspace=2.9cm, width=4cm] \starttext \margintext{\blackrule[color=black, height=0.05ex, width=1cm]\\Me}\blac

[NTG-context] My example, with \blackrule, works perfect

2023-09-13 Thread Ursula Hermann
Dear List, I just finished my example, did some changes today and it works perfect \setuppapersize[A8,landscape] \setuplayout[leftmargin=2.5cm, leftmargindistance=0.2cm, backspace=2.9cm, width=4cm] \margintext{\blackrule[color=black, height=0.05ex, width=1cm]

[NTG-context] Example is not working

2023-11-03 Thread Ursula Hermann
Dear List, i hope somone can help me. This litte example is from the wiki, i wanted to try \placeformula \placeformula[formula:aformula] \startformula y=x^2 \stopformula \placeformula \startformula \int_0^1 x^2 dx \stopformula After compiling there is no PDF Page . But this: Command Line: con

[NTG-context] Re: Example is not working

2023-11-03 Thread Ursula Hermann
Dear Aditya, Many thanks. Von: Aditya Mahajan Gesendet: Freitag, 3. November 2023 11:48:10 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: Example is not working On Fri, 3 Nov 2023, Ursula Hermann wrote: > Dear List, > i hope somone ca

[NTG-context] How can I use \naturalnumbers

2023-11-12 Thread Ursula Hermann
Dear List, I would like to use the \integers. I would like to use the commands in Text and also in Formulars. How to write in the right way? I have: \starttext \naturalnumbers {N} stoptext Many thanka Uschi ___ If y

[NTG-context] Text and Remark

2023-11-16 Thread Ursula Hermann
Dear List: I would like to have text next to the Remark Number \setupindenting[yes,small,first] \defineenumeration [remark] [location=top,text=Remark,inbetween={\blank[nowhite]},after=\blank,headstyle=bold,margin=1in] \starttext \remark An enumeration (\tex{remark}, in this case) t

[NTG-context] Re: Text and Remark

2023-11-17 Thread Ursula Hermann
An: ntg-context mailing list Betreff: [NTG-context] Re: Text and Remark On 16 Nov 2023, at 12:52, Ursula Hermann wrote: > > \defineenumeration > [remark] > [location=top,text=Remark,inbetween={\blank[nowhite]},after=\blank,headstyle=bold,margin=1in] Does [alternative=left,text=Rema

[NTG-context] It works after a few changes but ..

2023-11-17 Thread Ursula Hermann
Dear List, After a few changes i have here an example: It works, but what I wanted to know is why are there round brackets after writing \starttheroem if i compile it. Should be without round brackets. I have the following example, the text was in a PDF from 2008, called: Theorems in ConTeXt, an

[NTG-context] Re: It works after a few changes but ..

2023-11-17 Thread Ursula Hermann
Dear Aditya, yes, thank you so much, this works. Uschi Von: Aditya Mahajan Gesendet: Freitag, 17. November 2023 15:47:40 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: It works after a few changes but .. On Fri, 17 Nov 2023, Ursula Hermann

[NTG-context] Re: It works after a few changes but ..

2023-11-20 Thread Ursula Hermann
Dear Bruce, Yes, I need also margintext. Many thanks Uschi -Ursprüngliche Nachricht- Von: Bruce Horrocks Gesendet: Samstag, 18. November 2023 15:48 An: ntg-context mailing list Betreff: [NTG-context] Re: It works after a few changes but .. > On 17 Nov 2023, at 14:06, Urs

[NTG-context] Re: It works after a few changes but ..

2023-11-23 Thread Ursula Hermann
other two sides. \stoptheorem \stoptext Many thanks to Bruce and Aditya for your help. Regards Uschi Von: Ursula Hermann Gesendet: Montag, 20. November 2023 09:54:25 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: It works after a few changes

[NTG-context] Colored Paragraph

2023-12-05 Thread Ursula Hermann
Dear List, i have this example: \setupbodyfont[modern,10pt] \definemargindata [MyInMargin][inright] \definemarginframed[MyInMargin][topframe=on,bottomframe=on,rulethickness=1pt,width=1cm] \defineenumeration [theorem] [ text=Theorem, title=yes, width=fit, distance=0.5em,

[NTG-context] Re: Colored Paragraph

2023-12-05 Thread Ursula Hermann
: Colored Paragraph Am 05.12.23 um 14:16 schrieb Ursula Hermann: > The paragraph should have a color in the background. How can I get an > colored paragraph? Did you try \definetextbackground? https://wiki.contextgarden.net/TextBackground https://wiki.contextgarden.net/Command/definetextback

[NTG-context] Re: Colored Paragraph

2023-12-05 Thread Ursula Hermann
Dear Hraban, Sorry, forgot my name Uschi -Ursprüngliche Nachricht- Von: Ursula Hermann Gesendet: Dienstag, 05. Dezember 2023 15:27 An: 'mailing list for ConTeXt users' Betreff: AW: [NTG-context] Re: Colored Paragraph Dear Hraban, I have tried it now, I have sent you the

[NTG-context] Re: Colored Paragraph

2023-12-05 Thread Ursula Hermann
Paragraph Hi Uschi, unfortunately you also forgot the source code. I’m not sure if the examples in the wiki are good – the combination with \startnarrower might be a problem. Maybe setting the width helps (e.g. to \makeupwidth). Hraban Am 05.12.23 um 15:29 schrieb Ursula Hermann: > Dear Hra

[NTG-context] Problem with the paragraph

2023-12-13 Thread Ursula Hermann
Dear list, I have this example. I need the whole paragraph in color. But there is something wrong. \definepapersize[MyBook][width=19cm,height=24cm] \setuppapersize[MyBook][MyBook] % Prints on paper the size of MyBook %\setuppapersize[MyBook][A4] %Would print MyBook-size pages on A4 paper \setupbo

[NTG-context] Re: Problem with the paragraph

2023-12-14 Thread Ursula Hermann
Betreff: [NTG-context] Re: Problem with the paragraph Am 13.12.23 um 15:22 schrieb Ursula Hermann: > Dear list, > > I have this example. I need the whole paragraph in color. But there is > something wrong. > \definetextbackground[paragraph][ > \startparagraph \startparagraph

[NTG-context] Re: Problem with the paragraph

2023-12-18 Thread Ursula Hermann
:44, Ursula Hermann wrote: > > If I change the name of the textbackground with my example, I sent yesterday, > there is no color in the paragraph. > Try the following version of your example which incoporates Hraban's and Wolfgang's suggestions. Also take care over ch

[NTG-context] QR Code

2023-12-18 Thread Ursula Hermann
Dear List I was interested how it works. So I started this example. \starttext \usemodule[m-zint] \barcode[alternative=isbnx, text=9783865419026, width=4cm] \barcode[alternative=qrcode, text={https://wiki.contextgarden.net}, width=3cm] \stoptext Is that the right way? Many thanks Uschi Barc

[NTG-context] Re: QR Code

2023-12-18 Thread Ursula Hermann
Am 18.12.23 um 13:00 schrieb Ursula Hermann: > Dear  List > > I was interested how it works. > > So I started this example. > > \starttext > > \usemodule[m-zint] > > \barcode[alternative=isbnx, text=9783865419026, width=4cm] > > \

[NTG-context] Re: QR Code

2023-12-18 Thread Ursula Hermann
ntext] Re: QR Code Am 18.12.23 um 13:00 schrieb Ursula Hermann: > Dear  List > > I was interested how it works. > > So I started this example. > > \starttext > > \usemodule[m-zint] > > \barcode[alternative=isbnx, text=9783865419026, width=4cm] > &

[NTG-context] Re: QR Code

2023-12-18 Thread Ursula Hermann
Nachricht- Von: vm via ntg-context Gesendet: Montag, 18. Dezember 2023 16:15 An: ntg-context@ntg.nl Cc: vm Betreff: [NTG-context] Re: QR Code On 18/12/2023 15:13, Ursula Hermann wrote: >> Dear  List >> >> I was interested how it works. >> >> So I started

[NTG-context] Re: QR Code

2023-12-19 Thread Ursula Hermann
Ursula Hermann: > Dear List > After compiling > \usemodule[m-zint] > \starttext > \barcode[alternative=isbnx, text=9783865419026, width=4cm] \blank[big] > \barcode[alternative=qrcode, text={wie weet waar willem wever woont}, > width=3cm] \stoptext > > I got , what y

[NTG-context] Re: QR Code

2023-12-21 Thread Ursula Hermann
\miktex\bin\mf.exe TeX-Bin (mpost.exe): OK* C:\Program Files\MiKTeX 2.9\miktex\bin\mpost.exe MiKTeX-Bin (TeXify.exe): OK* C:\Program Files\MiKTeX 2.9\miktex\bin\texify.exe My question is: Should I put the PATH in WinEdt or in Windows? Or in ConTeXt? $TEXROOT/tex/texmf-$ARCH/bin/lib/luam

[NTG-context] Question to a formular

2024-01-05 Thread Ursula Hermann
Dear list, I have this formular, but no idea , how to write it in Context. This is a formular with factorial. 0! := 1 (n + 1)! := (n + 1) n! Can someone help me please? Many thanks Uschi PS: Wishing you all a happy new Year. _

[NTG-context] Re: Question to a formular

2024-01-05 Thread Ursula Hermann
Dear Aditya, Many thanks for your help. Uschi Von: Aditya Mahajan Gesendet: Freitag, 5. Jänner 2024 15:20:46 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: Question to a formular On Fri, 5 Jan 2024, Ursula Hermann wrote: > Dear list, >

[NTG-context] Re: Question to a formular

2024-01-08 Thread Ursula Hermann
Dear Taco, many thanks. Uschi -Ursprüngliche Nachricht- Von: Taco Hoekwater Gesendet: Freitag, 05. Jänner 2024 15:29 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: Question to a formular > On 05/01/2024 14:27, Ursula Hermann wrote: > >> Can someone he

[NTG-context] Links

2024-01-08 Thread Ursula Hermann
Dear List, Is this the right way? I want to use linked bibliography numbers, linked Chapter, section subsection, linked margin numbers, in the text. \setupinteraction[state=start] \starttext Der Wert von \m{y = f(x)} ist unabhängig von der Wahl\par von \m{x\doubleprime} ist gleichbedeutend mit \

[NTG-context] Re: Links

2024-01-09 Thread Ursula Hermann
Dear Henning, Many thanks . Uschi -Ursprüngliche Nachricht- Von: Henning Hraban Ramm Gesendet: Montag, 08. Jänner 2024 16:00 An: ntg-context@ntg.nl Betreff: [NTG-context] Re: Links Am 08.01.24 um 14:10 schrieb Ursula Hermann: > Dear List, > > Is this the right way? >

[NTG-context] After Compiling the Context test, there was no PDF.

2024-01-16 Thread Ursula Hermann
Dear List, After Compiling in the Folder: This is LuaMetaTeX, Version 2.10.11 initex (C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkxl/cont- en.mkxl(context.mkxl(syst-ini.mkxl ! Undefined control sequence. \immutable\defcsname\tocharacter \tabasciicode \e

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-16 Thread Ursula Hermann
Please paste line no. 238 of your input file. On Tue, Jan 16, 2024 at 4:11 PM Ursula Hermann mailto:ursula.herm...@univie.ac.at>> wrote: Dear List, After Compiling in the Folder: This is LuaMetaTeX, Version 2.10.11 initex (C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/cont

[NTG-context] Re: upload

2024-01-20 Thread Ursula Hermann
32 bits Windows download does not work, because 404 report. Uschi Von: vm via ntg-context Gesendet: Samstag, 20. Jänner 2024 09:58:15 An: ntg-context@ntg.nl Cc: vm Betreff: [NTG-context] Re: upload On 20/01/2024 09:38, Hans Hagen via ntg-context wrote: > can yo

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-22 Thread Ursula Hermann
ntext\test\mkiv Das System kann die angegebene Datei nicht finden. What should I do? Uschi Von: Ursula Hermann Gesendet: Dienstag, 16. Jänner 2024 15:33 An: 'mailing list for ConTeXt users' Betreff: AW: [NTG-context] Re: After Compiling the Context test, there was no PDF. Dear, Shiv

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-22 Thread Ursula Hermann
Dear List, me once again. Sorry forgot to say: 64-Bit-Betriebssystem, x64-basierter Prozessor Uschi Von: Ursula Hermann Gesendet: Montag, 22. Jänner 2024 14:16 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: After Compiling the Context test, there was no PDF. Dear List, I have

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Ursula Hermann
_ ConTeXt Compilation Report (Pages: 0) Errors: 0 Warnings: 0 Bad Boxes: 0 Von: Ursula Hermann Gesendet: Dienstag, 16. Jänner 2024 15:33 An: 'mailing list for ConTeXt users' Betreff: AW: [NTG-context] Re: After Compiling the Context test, there was no PDF. Dear, Shiv Shanka

[NTG-context] Square right aligned

2024-02-08 Thread Ursula Hermann
Dear List, I am at Home and have the following example.: \starttext \margintext {1.1.1} {\bf Beispiel 3.2.17 (Vertauschung von All- und Existenzquantor).} \par {\it Sei M die Menge aller Männer und F die Menge aller Frauen. Die Aus-\par sage h(m, f) sei ”m ist verliebt in f“. Unter diesen Vora

[NTG-context] Re: Square right aligned

2024-02-08 Thread Ursula Hermann
]}} \starttext This is the end of our proof. \qed \stoptext In principle it is included in ConTeXt, but it seems that in the latest version I have (2024.01.23), the command \qed is broken. Best regards: Otared On 8 Feb 2024, at 12:23, Ursula Hermann mailto:ursula.herm...@univie.ac.at>> wrote: Dea

[NTG-context] Re: Square right aligned

2024-02-09 Thread Ursula Hermann
Aus-\par sage h(m, f) sei ”m ist verliebt in f“. Unter diesen Voraussetzungen machen \par Sie sich die Bedeutung der beiden Aussagen klar.}\wordright{\square} \stopalignment \stoptext Many thanks Uschi Von: Ursula Hermann Gesendet: Freitag, 9. Februar 2024 08:39

[NTG-context] Sorry for once more asking, i am at Work

2024-02-14 Thread Ursula Hermann
So after a new update on my Computer at Work, I did once more download the installation. After compiling with context-mswin I got this file Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-context\tex\context\test\mkiv

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-14 Thread Ursula Hermann
Dear Hans, This was before you wrote, that you did an new upload, but i saw it in the installation. Because there were more files. Uschi Von: Ursula Hermann Gesendet: Mittwoch, 14. Februar 2024 13:42 An: 'mailing list for ConTeXt users' Betreff: Sorry for once more asking, i am a

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Ursula Hermann
hyphenation exceptions out of 8191 12i,0n,13p,58b,8s stack positions out of 1i,1000n,2p,20b,20s ! ==> Fatal error occurred, no output PDF file produced! Uschi Von: Ursula Hermann Gesendet: Mittwoch, 14. Februar 2024 14:16 An: 'mailing list for ConTeXt users' Betre

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Ursula Hermann
, Ursula Hermann wrote: > Dear List, > > I have done the new download at Work. After compiling is always the same: > > Command Line:   context.exe --synctex=-1 "context-test.tex" > […] > startup error : no format file given, quitting Dear Uschi, it is really hard

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-20 Thread Ursula Hermann
ed to do what you have told me and the last line, Pablo in cmd.exe says the same, what I get, if I compile: no format five given, quitting Uschi -Ursprüngliche Nachricht- Von: Ursula Hermann Gesendet: Montag, 19. Februar 2024 14:42 An: mailing list for ConTeXt users Betreff:

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-21 Thread Ursula Hermann
Dear Pablo and Gavin, Many many many Thanks. Ok so I took pdflatex away now, and could compile selected. Uschi -Ursprüngliche Nachricht- Von: Pablo Rodriguez via ntg-context Gesendet: Mittwoch, 21. Februar 2024 10:24 An: Gavin via ntg-context Cc: Pablo Rodriguez Betreff: [NTG-con

[NTG-context] Works now! At Work, and a question to paragraphs in an Theorem

2024-02-27 Thread Ursula Hermann
Dear List, At Work everything works fine now. Many thanks for those, who have written me. I have a question to my paragraphs: \definetextbackground[Paragaph][ location=paragraph, background=color, backgroundcolor=lightgray, leftoffset=.5\bodyfontsize, rightoffset=.5\bodyfontsize, top

[NTG-context] \in, \at, and labletext

2024-02-28 Thread Ursula Hermann
Dear List, In the Documentation IntroCTX_eng_s.pdf at page 170 , I found the two examples with \in and \at, and also the lable. The Problem is, that in the following sentence only the number (3.1) is a placed formula in an example, should have a link. Without the brackets. The sentence says:

[NTG-context] Re: \in, \at, and labletext

2024-02-29 Thread Ursula Hermann
Dear List, So I changed my sentence a little bit, now it works perfect, as I wanted it. \setupinteraction[state=start] \starttext \reference[Rule:1]{Rule (3.1)} Formulate equivalents according to rule (\goto {3.1} [Rule:1]). \stoptext Uschi Von: Ursula

[NTG-context] A new problem with space in third itemize

2024-02-29 Thread Ursula Hermann
Dear List, This is my little example: the problem is, that everything was fine, in itemize 1 and 2. In the third itemize i have a problem, because after n^3 and after \Rightarrow there should be a spaace , if I want to write : \Rightarrow n ungerade, but it says nungerade, what I dont want,

[NTG-context] Re: A new problem with space in third itemize

2024-02-29 Thread Ursula Hermann
, 2024 at 4:10 PM Ursula Hermann wrote: > > Dear List, > > > This is my little example: the problem is, that everything was fine, in > itemize 1 and 2. In the third itemize i have a problem, because after n^3 > and after \Rightarrow there should be a spaace , if I want to w

[NTG-context] How can I do this?

2024-03-06 Thread Ursula Hermann
Dear List, I need a tip how to do this: In the command \definepapersize[Mybook] the height should be not 24 cm, but a little bit longer. My Problem is, as you can see on the PDF, that there are troubles with the Gray Background. The Gray Background should begin with : Mitunter. . I think it shou

[NTG-context] Struggling with the distance and right margin text

2024-03-15 Thread Ursula Hermann
Dear List, On the first page I had this example: \definepapersize[MyBook][width=19cm,height=29.7cm] \setuppapersize[MyBook][MyBook] % Prints on paper the size of MyBook %\setuppapersize[MyBook][A4] %Would print MyBook-size pages on A4 paper \setupbodyfont[modern, 12.50pt] \definemargindata [My

[NTG-context] Re: Struggling with the distance and right margin text

2024-03-22 Thread Ursula Hermann
: Struggling with the distance and right margin text On 3/15/24 14:06, Ursula Hermann wrote: > Dear List, Dear Ursula, this might help you (it isn’t perfect, but you just seem to copy and paste fragments from your source files): %\showframe\showstruts \mainlanguage[de-at] \setuppagenumber

[NTG-context] New example with both sides margin

2024-03-27 Thread Ursula Hermann
Dear Pablo, Here is my example: \setuppapersize[A4] \setupbodyfont[termes, 12.50pt] \setuplayout[backspace=2.9cm, width=fit] \ininnermargin{\blackrule[color=black, height=0.10ex, width=1cm]\\{3.2.2}} \dontleavehmode \blackrule[color=black, height=0.10ex, width=13.50cm] \showframe \sta

[NTG-context] Website Pragm ade nl not working

2024-08-05 Thread Ursula Hermann
Dear list, I just wanted to do the new upload. The Problem is, that the Website Pragma ade nl is not working, I got an timeout error. Ursula Hermann ___ If your question is of interest to others as well, please add

[NTG-context] Re: Website Pragm ade nl not working

2024-08-05 Thread Ursula Hermann
Dear Pablo, Many thanks. Uschi -Ursprüngliche Nachricht- Von: Pablo Rodriguez via ntg-context Gesendet: Montag, 05. August 2024 15:56 An: ntg-context@ntg.nl Cc: Pablo Rodriguez Betreff: [NTG-context] Re: Website Pragm ade nl not working On 8/5/24 12:52, Ursula Hermann wrote: >

[NTG-context] What is wrong here?

2016-06-20 Thread Ursula Hermann
Hello ! I have problem with an PDF-File. In the Editor i wrote: \setupinteraction[state=start]%don't forget this line % make chapter, section bookmarks visible when opening document \placebookmarks[title, chapter,section,subsection][title,chapter,section] \setupinteractionscreen[

Re: [NTG-context] What is wrong here?

2016-06-20 Thread Ursula Hermann
] What is wrong here? On 06/20/2016 02:11 PM, Ursula Hermann wrote: > \starttext > > \input Sigmund Freud Band1.pdf > > \stoptext \input is used for including ConTeXt source files. If you want to include a pdf, you have to use \externalfigure. Difficult to give further advice as we

[NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-24 Thread Ursula Hermann
Hello evrybody! I need in a Toc pagenumberings with romannumrals and numbers. I have written this one: \mainlanguage[de] \setupinteraction[state=start] % don't forget this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subse

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-28 Thread Ursula Hermann
, romannumerals and numbers <mailto:ursula.herm...@univie.ac.at> Ursula Hermann 24. Juni 2016 um 15:53 Hello evrybody! I need in a Toc pagenumberings with romannumrals and numbers. I have written this one: \mainlanguage[de] \setupinteraction[state=start] % don't

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-28 Thread Ursula Hermann
:"Entwicklung" behindern?}] \stoptext Ähm where do i set the counter. I mean when I set\setcounter? Uschi Von: ntg-context [mailto:ntg-context-boun...@ntg.nl] Im Auftrag von Ursula Hermann Gesendet: Dienstag, 28. Juni 2016 12:31 An: 'mailing list for ConTeXt users' Betre

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-30 Thread Ursula Hermann
Auftrag von Wolfgang Schuster Gesendet: Dienstag, 28. Juni 2016 22:53 An: mailing list for ConTeXt users Betreff: Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers <mailto:ursula.herm...@univie.ac.at> Ursula Hermann 28. Juni 2016 um 14:15 Hello Wolfgang!

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-07-01 Thread Ursula Hermann
just before the chapter where you want your chapter with roman numerals beginning at number 1. Best regards: OK On 28 Jun 2016, at 14:15, Ursula Hermann wrote: Hello Wolfgang! I have now written as you told me. \starttext \placecontent \setupuserpagenumber[numberconversion=roman

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-07-01 Thread Ursula Hermann
re you want your chapter with roman numerals beginning at number 1. Best regards: OK On 28 Jun 2016, at 14:15, Ursula Hermann wrote: Hello Wolfgang! I have now written as you told me. \starttext \placecontent \setupuserpagenumber[numberconversion=romannumerals]

[NTG-context] A question about a symbol in an text

2016-07-01 Thread Ursula Hermann
Hello everyone! I have this one: \starttext Das Coverbild Untitled U+00023 9 ist eine Grafik aus der Serie Plastic Bodies der_des audiovisuellem Künstlerin bertkovski. \stoptext The problem is, that i wanted to use the symbol #. But when i wrote it in the text as i need it, af

[NTG-context] A new problem in old TOC

2016-07-15 Thread Ursula Hermann
er=no, placehead=yes, bodypartlabel=part, sectionsegments=chater:chapter] \setuphead [section] [sectionsegments=section:section] \starttext \placecontent \setupuserpagenumber[numberconversion=romannumerals] \setcounter[userpage][2] \startchapter [title={U

Re: [NTG-context] A new problem in old TOC

2016-07-15 Thread Ursula Hermann
={Ursula Hermann \indenting[yes, next] Danksagung}] \stopchapter \startchapter [title={Bildbeschreibung der Cover-Grafik}] \stopchapter \startchapter [title={Einleitung:"Entwicklung" behindern?}] \stopchapter \setupuserpagenumber[numberconversion=numbers] \

Re: [NTG-context] A new problem in old TOC

2016-07-15 Thread Ursula Hermann
Am 15.07.2016 16:51, schrieb Wolfgang Schuster: Ursula Hermann 15. Juli 2016 um 16:27 High Wolfgang! Now i have tried this one: \mainlanguage[de] \setuppapersize[A4] \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist

Re: [NTG-context] A new problem in old TOC

2016-07-18 Thread Ursula Hermann
in old TOC <mailto:ursula.herm...@univie.ac.at> Ursula Hermann 15. Juli 2016 um 19:33 Hello Wolfgang! Yes, I want it both title in header and in the TOC! Ursula Hermann Danksagung \starttext \placecontent \setupuserpagenumber[numberconversion=romannumerals] \setcounter[userp

[NTG-context] Notes after a chapter

2016-07-21 Thread Ursula Hermann
Hello list, I would like to have notes after a section. Now I would like to know: in the command\setupfootnote there is a key called :after, but the key had a red color, i don’t know if i could need it, and i don’t know what command i should give in the key after: maybe after=section? Sorry f

Re: [NTG-context] Notes after a chapter

2016-07-22 Thread Ursula Hermann
erm...@univie.ac.at> Ursula Hermann 21. Juli 2016 um 16:04 Hello list, I would like to have notes after a section. Now I would like to know: in the command\setupfootnote there is a key called :after, but the key had a red color, i don’t know if i could need it, and i don’t know what com

[NTG-context] Something got wrong here

2016-07-28 Thread Ursula Hermann
Hello list! I have a litte done wrong: The \cite in the footnote is a title of a book, which I need in the "Bibliography" at the backmatter, with the Autors and the title and the year . . I am not satisfied, because i got no backmatter with the publication. I have mkiv. \mainlangu

Re: [NTG-context] Something got wrong here

2016-07-29 Thread Ursula Hermann
Hello Alan and Henri! Thanks so much fort he tipps. Uschi -Ursprüngliche Nachricht- Von: ntg-context [mailto:ntg-context-boun...@ntg.nl] Im Auftrag von Alan BRASLAU Gesendet: Donnerstag, 28. Juli 2016 22:17 An: Henri Menke Cc: ntg-context@ntg.nl Betreff: Re: [NTG-context] Something got w

[NTG-context] Question about links

2016-08-05 Thread Ursula Hermann
Hello Henry and Alan and Wolfgang! If I have this example, wich works really fine , I would like to know , how the same sample works if i have a link in a footnote and want to write \cite ,with an autor and a year ? . \startbuffer[biblio] @url? , what is next to write, the autor, t

[NTG-context] Question about a link in a footnote to cite

2016-08-05 Thread Ursula Hermann
Hello list! I would like to know: If I have this in a footnote \footnote\cite Truman, Harry: Inaugural Address. 1949. Letzter Zugriff: 10.07.2013, http:// www.presidency.ucsb.edu/ws/?pid=13282. [Hervorhebung I.G.] whats the right way? \startbuff

[NTG-context] Now Bibliography works, but question to the backmatter

2016-08-09 Thread Ursula Hermann
Hello List! \startbackmatter \startchapter[title={Bibliography}] \placelistofpublications \stopchapter \startsection[title=Allgemeine Literatur] \placelistofpublications \stopchapter \stopbackmatter \stoptext I have no titel at the section, but the Title I want i

Re: [NTG-context] Now Bibliography works, but question to the backmatter

2016-08-09 Thread Ursula Hermann
, Henri \starttext \startbackmatter \startchapter[title={Bibliography}] \placelistofpublications \startsection[title=Allgemeine Literatur] \placelistofpublications \stopsection \stopchapter \stopbackmatter \stoptext On 08/09/2016 03:04 PM, Ursula Hermann wrote: > Hello L

Re: [NTG-context] Now Bibliography works, but question to the backmatter

2016-08-11 Thread Ursula Hermann
ons \stopsection \stopchapter \stopbackmatter \stoptext On 08/09/2016 03:52 PM, Ursula Hermann wrote: > Hello Henry! > This is the title, wich should be in the section of Bibliography > \startbuffer[biblio] @book{ErikssonBaaz2005, > author ={Eriksson, Maria} > title = {The Paterna

Re: [NTG-context] Now Bibliography works, but question to the backmatter

2016-08-12 Thread Ursula Hermann
t On 08/11/2016 11:14 AM, Ursula Hermann wrote: > Hello Henri! > > Now I have tried your example. > \startbuffer[biblio] > @book{ErikssonBaaz2005, > author ={Eriksson, Maria} > title = {The Paternalism of Partnership. A Postcolonial Reader of Identity > in Develo

[NTG-context] Me once again, a little bit trouble here

2016-08-19 Thread Ursula Hermann
Hallo Alan, and list! Maybe someone has seen, what correspondence Henri Menke and i had. Now I have the following trouble: As you can see, I have two sections in the backmatter. I did, like Henri wrote to me, but I have two authors, which should be in two different sections: Truman in

Re: [NTG-context] Me once again, a little bit trouble here

2016-08-22 Thread Ursula Hermann
backmatter \stoptext On 19 Aug 2016, at 15:07, Ursula Hermann wrote: Hallo Alan, and list! Maybe someone has seen, what correspondence Henri Menke and i had. Now I have the following trouble: As you can see, I have two sections in the backmatter. I did, like Henri wrote to

[NTG-context] I want to write a page which tells what the book is about

2016-09-09 Thread Ursula Hermann
Hello Everybody! Can somebody help me please. I have a Title page: \starttext \startalignment[center] \blank[2*big] {\tfd How to do this in Context} \blank[3*medium] {\tfa The author} \blank[2*medium] {\tfa July 26, 2005} \blank[3*medium] \stopalignment

Re: [NTG-context] I want to write a page which tells what the book is about

2016-09-09 Thread Ursula Hermann
Hello list! I just found out how I can do it. But you can write tips for me, if you have some. I have made an extra page before the Title page. Thanks Uschi Von: ntg-context [mailto:ntg-context-boun...@ntg.nl] Im Auftrag von Ursula Hermann Gesendet: Freitag, 9. September

Re: [NTG-context] I want to write a page which tells what the book is about

2016-09-09 Thread Ursula Hermann
*medium] \stopstandardmakeup Here goes the content \input knuth \stopalignment On 09/09/2016 10:59 AM, Ursula Hermann wrote: > Hello list! > > > > I just found out how I can do it. But you can write tips for me, if you have > some. I have made an extra page bef

[NTG-context] Wrtiting in two languages

2016-11-14 Thread Ursula Hermann
Hy evreybody! If i write a text in acient greek and in german side by side, how can I do this? The mainlanguage should be german . But is that the right way if i wright: \starttext Hier bin ich and then i write side by side \startgreek and\stopgreek \stoptext ? Thanks fo

[NTG-context] There is only german in the little text, why

2016-11-16 Thread Ursula Hermann
Hy everybody! Thans for the Inputs yesterday. Now i have tried another one , but I have only german text in the PDF. Why? The text schould be german and greek in one text, but no colums. mainlanguage[de] \starttext Das Bin ich \gr {ἄ} \stoptext Thanks Uschi _

Re: [NTG-context] There is only german in the little text, why

2016-11-16 Thread Ursula Hermann
10:01:08 +0100 "Ursula Hermann" wrote: > Now i have tried another one , but I have only german text in the PDF. > Why? Because the font you use doesn't contain the letter “ἄ”. Switch fonts and it'll work. > mainlanguage[de] Typo ^^ \mainlanguage[de] \setupbodyf

[NTG-context] Metafun "Structure-Trees"

2017-09-13 Thread Ursula Hermann
Hello! My question is: Is it possible to make "Structure Trees" for English Sentences with "Categorial Grammar"? Sorry, I have no example. Thanks Uschi Hermann ___ If your question is of interest to othe

Re: [NTG-context] Metafun "Structure-Trees"

2017-09-14 Thread Ursula Hermann
2017 20:26 An: mailing list for ConTeXt users Betreff: Re: [NTG-context] Metafun "Structure-Trees" What exactly do you mean? (we can build tree diagrams with Metapost) Alan > On 13 Sep 2017, at 12:43, Ursula Hermann wrote: > > Hello! > > My question is: Is it po

Re: [NTG-context] Metafun "Structure-Trees"

2017-09-18 Thread Ursula Hermann
t statement as I could fathom, so a semicolon should have been next. It's very puzzling... but I'll try to get myself back together, by ignoring everything up to the next `;'. Please insert a semicolon now in front of anything that you don't want me to delete. (See Chapter 27 of The

[NTG-context] Problem with WinEdt

2017-09-19 Thread Ursula Hermann
Hello! Since yesterday I cant compile my files. Example I have writen: \define[3]\ChapterListCommand {\starttabulate \NC Number \NC #1 \NC\NR \NC Title \NC #2 \NC\NR \NC Page \NC #3 \NC\NR \TB[medium] \NC File \NC \structurelistuservariable{file} \NC\NR

Re: [NTG-context] Problem with WinEdt

2017-09-20 Thread Ursula Hermann
10:41 AM, Ursula Hermann wrote: > Hello! > > Since yesterday I cant compile my files. Hi Ursula, what has changed in your computer since yesterday? I mean, did you update ConTeXt or WindEdt? Or have they been updated automatically? Does WinEdt work fine with the following sample? \

  1   2   >