Re: [NTG-context] How to get rid of space around itemize?

2008-09-25 Thread Hans Hagen
Mojca Miklavec wrote: Hello, I'm trying to remove space before (and after) items in the following example, but the only way I have managed to do that was by using \vskip-\lineheight, which I'm not particulary proud of. Any ideas? \setupwhitespace [big] \setupitemize

[NTG-context] math font size in captions (and other places)

2008-09-25 Thread Mikael Persson
Dear all, I want small caption texts in a document. However, neither of the following two alternatives work: % %\setupcaptions[style=small] \setupcaptions[style=\tfx] \starttext \placefigure[here][none]{Some math $x=y$}{Dummy figure} \stoptext % In both cases the text is small, but

[NTG-context] tex still popular

2008-09-25 Thread Hans Hagen
Hi, i just ran across http://viennateng.com/scrapbook/ (topline looks very texie to me); ok, she has a background in computer science and somehow the tex syntax got burned in Hans -

Re: [NTG-context] Clickable Subsections in TOC

2008-09-25 Thread holzminister
Hi, that's a pity. Does anyone know a workaround? I tried the following code with Luatex: \setupcolors[state=start] \setupinteraction[state=start] \def\ListCommand#1#2#3% {\tfx\color[darkgreen]{\textbullet\ #2 #3}\quad} \setuplist [subsection] [alternative=none,

Re: [NTG-context] Fun with Bibtex

2008-09-25 Thread Matthias Wächter
On 9/24/2008 11:01 PM, Peter Daum wrote: Hi all I'm using Taco's Bibtex module and got some problems with it. \setupbibtex[database=xx,sort=author] \setuppublications[alternative=apa-de,refcommand=authoryear,monthconversion=month] \placepublications[criterium=all] ... works fine.

Re: [NTG-context] Bibliography: comments not ignored any more

2008-09-25 Thread Taco Hoekwater
Hi, From the change section at the top of t-bib: %D \item Attempt to fix percent signs in bbl files. As a side-effect, %D this prohibits comments in \tex{startpublication} blocks! %D (17/4/2008) Best wishes, Taco

Re: [NTG-context] math font size in captions (and other places)

2008-09-25 Thread Taco Hoekwater
Mikael Persson wrote: In both cases the text is small, but math font is not changed. I can solve this by doing a \switchtobodyfont in the caption, You can put the \switchtobodyfont in the style argument: \setupcaptions[style={\switchtobodyfont[small]}] or you could redefine 'small':

Re: [NTG-context] Fun with Bibtex

2008-09-25 Thread Taco Hoekwater
Matthias Wächter wrote: I would suggest you put your .bst into, say, cont-my.bst and issue the command \def\bibstyle{cont-my} right after executing \setupbibtex That won't work, the .aux file is written by \writeauxfile. But you could replace the whole \setupbibtex command with this:

Re: [NTG-context] Fun with Bibtex

2008-09-25 Thread Taco Hoekwater
Matthias Wächter wrote: On 9/25/2008 10:07 AM, Taco Hoekwater wrote: Matthias Wächter wrote: I would suggest you put your .bst into, say, cont-my.bst and issue the command \def\bibstyle{cont-my} right after executing \setupbibtex That won't work, the .aux file is written by

Re: [NTG-context] tex still popular

2008-09-25 Thread Jano Kula
Hans Hagen wrote: Hi, i just ran across http://viennateng.com/scrapbook/ (topline looks very texie to me); ok, she has a background in computer science and somehow the tex syntax got burned in At Stanford. Makes sense. Jano Hans

Re: [NTG-context] who eats my spaces (was: chapter setup / table of contents)

2008-09-25 Thread Wolfgang Schuster
Am 27.04.2008 um 23:45 schrieb Henning Hraban Ramm: Coming back to my old thread. Here's my latest chapter setup: --- 8 --- \unprotect \resetvalue{\??sw\v!chapter} \startsetups chapter:list \def\\{{\ \nomarking{\nolist\crlf}}} \doiftextelse{\sectionworldparameter\c!author}

Re: [NTG-context] Bibliography: comments not ignored any more

2008-09-25 Thread Mojca Miklavec
On Thu, Sep 25, 2008 at 10:09 AM, Taco Hoekwater wrote: Hi, From the change section at the top of t-bib: %D \item Attempt to fix percent signs in bbl files. As a side-effect, %D this prohibits comments in \tex{startpublication} blocks! %D (17/4/2008) Wow! (I should have read

Re: [NTG-context] \definecolor

2008-09-25 Thread Wolfgang Werners-Lucchini
isn't there a three-parameter version of \definecolor ? It doesn't work. \setupcolors[state=start] \definecolor [MyBlue][blue][p=.2] \starttext \color[MyBlue]{Bla} \stoptext \definespotcolor (three args is too messy) Ok! Then there are a lot of wiki-pages wrong. Who is

Re: [NTG-context] \definecolor

2008-09-25 Thread Hans Hagen
Wolfgang Werners-Lucchini wrote: isn't there a three-parameter version of \definecolor ? It doesn't work. \setupcolors[state=start] \definecolor [MyBlue][blue][p=.2] \starttext \color[MyBlue]{Bla} \stoptext \definespotcolor (three args is too messy) Ok! Then there are a lot of

Re: [NTG-context] math font size in captions (and other places)

2008-09-25 Thread Mikael Persson
Thank you Taco, I did put \switchtobodyfont in the style argument and it worked like a charm. Micke P On Thu, Sep 25, 2008 at 10:01 AM, Taco Hoekwater [EMAIL PROTECTED] wrote: Mikael Persson wrote: In both cases the text is small, but math font is not changed. I can solve this by doing a

Re: [NTG-context] Descriptions ... I wish I understood them

2008-09-25 Thread Otared Kavian
On 24 sept. 08, at 20:45, Mojca Miklavec wrote: Hello, I have some weird problems with descriptions, but let's start at the beginning. (I have more problems with understanding how they work, but more about the rest later.) 1.) How do I get some space between title and abc? (I currently put

Re: [NTG-context] Unicode characters

2008-09-25 Thread Wolfgang Schuster
Am 25.09.2008 um 17:05 schrieb Alan Stone: Hi, \starttext \char2217 \blank \char278A \stoptext How to get the right output for the 2nd unicode character ? It's blank. You need a font with the character or use fallbacks. @Hans: Shouldn't the output contain a notdef char. Wolfgang

[NTG-context] Unicode characters

2008-09-25 Thread Alan Stone
Hi, \starttext \char2217 \blank \char278A \stoptext How to get the right output for the 2nd unicode character ? It's blank. -- Best, Alan * ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english (ConTeXt minimals installation) * texexec --lua foo * Ubuntu 8.04 Hardy

Re: [NTG-context] Unicode characters

2008-09-25 Thread Hans Hagen
Wolfgang Schuster wrote: Am 25.09.2008 um 17:05 schrieb Alan Stone: Hi, \starttext \char2217 \blank \char278A \stoptext How to get the right output for the 2nd unicode character ? It's blank. You need a font with the character or use fallbacks. @Hans: Shouldn't the output

Re: [NTG-context] How to get rid of space around itemize?

2008-09-25 Thread Mojca Miklavec
On Thu, Sep 25, 2008 at 8:07 AM, Hans Hagen wrote: Mojca Miklavec wrote: Hello, I'm trying to remove space before (and after) items in the following example, but the only way I have managed to do that was by using \vskip-\lineheight, which I'm not particulary proud of. Any ideas?

[NTG-context] Fonts: Minimals v. Texlive 2007

2008-09-25 Thread Erich R Fickel
Thanks to everyone who helped me get the minimals installed. I am having a little trouble. At my home computer, I have the Context installation for Ubuntu 7.04 from the sanjoy tex-live backports. At work I now have the minimals, --context=current, not beta. I expected that the output of these

Re: [NTG-context] How to get rid of space around itemize?

2008-09-25 Thread Hans Hagen
Mojca Miklavec wrote: On Thu, Sep 25, 2008 at 8:07 AM, Hans Hagen wrote: Mojca Miklavec wrote: Hello, I'm trying to remove space before (and after) items in the following example, but the only way I have managed to do that was by using \vskip-\lineheight, which I'm not particulary proud of.

Re: [NTG-context] \definecolor

2008-09-25 Thread Wolfgang Werners-Lucchini
isn't there a three-parameter version of \definecolor ? It doesn't work. \setupcolors[state=start] \definecolor [MyBlue][blue][p=.2] \starttext \color[MyBlue]{Bla} \stoptext \definespotcolor (three args is too messy) Ok! Then there are a lot of wiki-pages wrong. Who is

Re: [NTG-context] How to get rid of space around itemize?

2008-09-25 Thread Mojca Miklavec
On Thu, Sep 25, 2008 at 6:56 PM, Hans Hagen wrote: Mojca Miklavec wrote: On Thu, Sep 25, 2008 at 8:07 AM, Hans Hagen wrote: Mojca Miklavec wrote: Hello, I'm trying to remove space before (and after) items in the following example, but the only way I have managed to do that was by using

[NTG-context] French punctuation : tests

2008-09-25 Thread Olivier Guéry
Hello, It seem's that there's some changes on the « frenchpunctuation front » ! Thank's. I modified my test file and ad more precise rules to the wiki : http://wiki.contextgarden.net/frenchpunctuation I test it with luatex 0.29 and context 2008.09.21 * Strange bug : the space After the openning

Re: [NTG-context] Descriptions ... I wish I understood them

2008-09-25 Thread Wolfgang Schuster
Am 24.09.2008 um 20:45 schrieb Mojca Miklavec: Hello, I have some weird problems with descriptions, but let's start at the beginning. (I have more problems with understanding how they work, but more about the rest later.) 1.) How do I get some space between title and abc? (I currently

Re: [NTG-context] French punctuation : tests

2008-09-25 Thread Wolfgang Schuster
Am 25.09.2008 um 21:40 schrieb Olivier Guéry: Hello, It seem's that there's some changes on the « frenchpunctuation front » ! Thank's. I modified my test file and ad more precise rules to the wiki : http://wiki.contextgarden.net/frenchpunctuation I test it with luatex 0.29 and context