Re: [NTG-context] 3D PDF support (AKA asymptote support)

2009-06-06 Thread luigi scarso
On Sat, Jun 6, 2009 at 6:07 AM, Michail Vidiassov mas...@iaas.msu.ruwrote: Dear Luigi, On Fri, 5 Jun 2009, luigi scarso wrote: Asymptote may be a better choice since it supports newer PRC 3D format Ouch, another new 3D format! This will never end. I bet no valuable Open

Re: [NTG-context] ppchtex experience

2009-06-06 Thread Alan BRASLAU
On Monday 20 April 2009 17:27:42 Helge Kruse wrote: Hello, I need to write some chemical strucutures in LaTeX and dont know, what is the best tools to do it. The structures are crown ether and cryptands. Yes, and I am unexperienced. 1) What would be the way to write a [18]crown-6

[NTG-context] Printing source code intelligently with ConTeXt (with overlay)

2009-06-06 Thread Gerben Wierda
On 4 Jun 2009, at 16:17, Wolfgang Schuster wrote: Can you ask your questions in english, your question could be relevant for other users too and it would be a shame if the don't understand it because you use dutch. Sorry, I forgot. Here is the question. I have source code which i want to

Re: [NTG-context] Printing source code intelligently with ConTeXt (with overlay)

2009-06-06 Thread Wolfgang Schuster
Am 06.06.2009 um 15:52 schrieb Gerben Wierda: Here is the question. I have source code which i want to print using an overlay in PDF, linenumbers, fixed width font, correct indentation of tabs and in landscape mode. I could create some of this with the pr program, but preferably I would

Re: [NTG-context] Printing source code intelligently with ConTeXt (with overlay)

2009-06-06 Thread Gerben Wierda
The overlay if a prelimiary of IfSQ code inspection (http:// www.ifsq.org). Source code is printed with the overlay and then a visual inspection process is performed using the overlay to keep track of results. I tried the following with a test TeX file (no landscape or line numbers yet):

[NTG-context] Interaction between overlay and typing?

2009-06-06 Thread Gerben Wierda
I'm almost there: \definetyping[SQL][option=color,numbering=line] \defineoverlay[ifsqoverlay][\overlayfigure{IfSQ-overlay.pdf}] \starttext \setuppapersize[A4,landscape][a4,landscape] \setupbackgrounds[page][overlay=ifsqoverlay] \typefile[SQL][]{details.pls} \stoptext Gets me the landscape, A4,

Re: [NTG-context] Interaction between overlay and typing?

2009-06-06 Thread Wolfgang Schuster
Am 06.06.2009 um 16:59 schrieb Gerben Wierda: I'm almost there: \setupcolors[state=start] \definetyping[SQL][option=color,numbering=line] %% linenumbering did not work in MkIV method=language \defineoverlay[ifsqoverlay][\overlayfigure{IfSQ-overlay.pdf}] \starttext

Re: [NTG-context] Interaction between overlay and typing?

2009-06-06 Thread Gerben Wierda
On 6 Jun 2009, at 18:13, Wolfgang Schuster wrote: Am 06.06.2009 um 16:59 schrieb Gerben Wierda: I'm almost there: \setupcolors[state=start] Gives me colors for SQL, but not very useful ones. I'll have to look into that more. \definetyping[SQL][option=color,numbering=line] %%

Re: [NTG-context] Interaction between overlay and typing?

2009-06-06 Thread Wolfgang Schuster
Am 06.06.2009 um 18:25 schrieb Gerben Wierda: What do you mean? Does this somehow get me good coloration? Forget this, you can get different colors by redefining these settings: \definecolor [colorprettyone] [r=.9, g=.0, b=.0] % red \definecolor [colorprettytwo] [r=.0, g=.8, b=.0] %

[NTG-context] PL/SQL pretty print

2009-06-06 Thread Gerben Wierda
On 6 Jun 2009, at 18:36, Wolfgang Schuster wrote: Am 06.06.2009 um 18:25 schrieb Gerben Wierda: What do you mean? Does this somehow get me good coloration? Forget this, you can get different colors by redefining these settings: \definecolor [colorprettyone] [r=.9, g=.0, b=.0] % red

Re: [NTG-context] 3D PDF support (AKA asymptote support)

2009-06-06 Thread Michail Vidiassov
Dear Hans, On Fri, 5 Jun 2009, Hans Hagen wrote: a draft for an analog of LaTeX movie15 package for including Adobe Reader compatible 3d models into PDF files is at i'll have a look at it next week; the interface needs some more thinking from my side; in principle we should not use

[NTG-context] Problems with bibtex and @incollection

2009-06-06 Thread Xan
Hi, When I put one reference as @incollection Bibtex does not show me the title of the article in the book, but yes the booktitle. Why?. Anyone could help me please. I attached the files Xan. Please CC me @article{bridson, author = Martin R. Bridson, title = On the geometry of normal

Re: [NTG-context] Font sizes in item group

2009-06-06 Thread Michael Bynum
That worked. I thought it must be something simple. Thanks. Mike On Sat, Jun 6, 2009 at 12:21 AM, Wolfgang Schusterschuster.wolfg...@googlemail.com wrote: Am 05.06.2009 um 23:04 schrieb Michael Bynum: I am trying to find out it there is a way to set the font size for each level of an

Re: [NTG-context] Problems with bibtex and @incollection

2009-06-06 Thread Taco Hoekwater
Xan wrote: Hi, When I put one reference as @incollection Bibtex does not show me the title of the article in the book, but yes the booktitle. Why?. Anyone could help me please. I attached the files Nearly the same answer I gave to Charles Doherty two weeks ago seems to apply: In

[NTG-context] Horizontal bar vs emdash

2009-06-06 Thread Maurí­cio
Hi, I know I can input an emdash with: \emdash Is there an alternative when I want an horizontal bar? See this, where I found they can be different: http://en.wikipedia.org/wiki/Quotation_mark,_non-English_usage#Quotation_dash They have different unicode numbers, U+2014 and U+2015. (Is