[NTG-context] How to center a \placefloat?

2014-02-18 Thread Marcin Borkowski
Hi list, I'd like to have a figure (by means of \placefigure) centered horizontally. Currently, I'm doing \placefigure[bottom,none,middle]{}{% \hbox to\textwidth{\hfil\externalfigure[logo-2-t][height=1.5cm]\hfil}} Is there a better way? If yes, how to do this? TIA, -- Marcin

Re: [NTG-context] How to center a \placefloat?

2014-02-18 Thread Wolfgang Schuster
Am 18.02.2014 um 11:24 schrieb Marcin Borkowski mb...@wmi.amu.edu.pl: Hi list, I'd like to have a figure (by means of \placefigure) centered horizontally. Currently, I'm doing \placefigure[bottom,none,middle]{}{% \hbox

[NTG-context] bug/issue with components and preamble (Re: Euler with fallback)

2014-02-18 Thread Sanjoy Mahajan
Sanjoy Mahajan san...@olin.edu writes: The wiki page for Project Structure has always shown setups (via \project ... ) going after the \startcomponent or \startproduct. I've edited the examples to have setups before the \start(product|component). If I did it wrong, let me know. My change

[NTG-context] Submission

2014-02-18 Thread Rodrigo Ignacio Gamboa García
___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl /

Re: [NTG-context] [Math in ConTeXt]

2014-02-18 Thread Matthias Weber
Thanks Otared for the offer to look into math issues. Here are a few I noticed when TeXing an MK2 set of notes with MK4. Matthias \starttext \startformula \text{\bf R}^n = R^n ={\bf R}^n= \mathbb{R}^n \stopformula %spacing of exponent is in Mk4 wider than in Mk2 \startformula \left|

[NTG-context] \completecontent affects text height

2014-02-18 Thread Thangalin
Hi, First question: 1. Save http://pastebin.com/raw.php?i=8DQNCcvC as setup.tex 2. Save http://pastebin.com/raw.php?i=KgcxCxGB as garlic.tex 3. Run: context garlic.tex 4. View page 3 of the PDF ( http://i.imgur.com/VLwssnl.png ) 5. Edit garlic.tex. 6. Remove \completecontent 7. Run: context

Re: [NTG-context] Race Condition: Incorrect float numbering

2014-02-18 Thread Marco Patzer
On 2014–02–18 Andreas Schneider wrote: after many experiments I finally was able to extract a (kinda) minimal example that reproduces a problem which is haunting one of my documents. Under certain conditions (apparently a bunch of floats and page breaks) it happens, that a float is

Re: [NTG-context] \completecontent affects text height

2014-02-18 Thread Wolfgang Schuster
Am 18.02.2014 um 22:20 schrieb Thangalin thanga...@gmail.com: Hi, First question: 1. Save http://pastebin.com/raw.php?i=8DQNCcvC as setup.tex 2. Save http://pastebin.com/raw.php?i=KgcxCxGB as garlic.tex 3. Run: context garlic.tex 4. View page 3 of the PDF (

Re: [NTG-context] ConTeXt minimal on chromebook

2014-02-18 Thread Bill Meahan
On 2/18/2014 12:21 AM, Martin maaca Rehula wrote: ChromeOS is Linux-based operating system. I don't know, what exactly is different compared to normal Linux distribution. You should be able to execute Linux binaries there. .deb packages are not any ultra proprietary, extra DRM-protected

Re: [NTG-context] \completecontent affects text height

2014-02-18 Thread Thangalin
Thank you Wolfgang! The header=high and mixed columns works perfectly. \define[1]\IngredientMeasure {\doifsomething{#1}{#1}} This didn't work. For example, 24 snail became 24snail because there is no measurement involved. I tried using { #!} (extra space), but it didn't produce the

Re: [NTG-context] Indenting after floating image

2014-02-18 Thread Thangalin
Hi Jan, A work-around: \setupexternalfigures[location=default] \setupindenting[yes,medium] \define[1]\PlaceFigure{ \startplacefigure[number=no, location={page}, title={}] \externalfigure[#1] \stopplacefigure \\ \vskip-1em } \starttext \input{ward} \PlaceFigure{cow} \input{ward}