Re: [NTG-context] Euler with fallback

2014-03-03 Thread Sanjoy Mahajan
Aditya Mahajan adit...@umich.edu writes: This is to announce that the latest beta supports creating virtual math fonts with fallback. The main test case is to use Euler font with missing characters taken from Pagella but the mechanism is general and can be used to replace a specific set of

[NTG-context] Presentation template

2014-03-03 Thread Fabrice Couvreur
Hi, I will try to rewrite some of my classes with ConTeXt. I would like to draw inspiration from this model http://www.pragma-ade.com/general/manuals/cont-eni.pdf How to start ? Is it possible to have the source code to understand ? Thank you.

[NTG-context] Trying to use my local otf math font by editing typescript

2014-03-03 Thread 罗晨星
Hi here. I was trying to use my own math font in Mark IV, inside distribution TeX Live 2013, using typescript, but failed. The way I am thinking, I might use an fallback way. For most of the math symbols, I would use the provided palatino stuff, but for MathRoman and MathItalic, I'd like to use

Re: [NTG-context] \starthanging and hangafter

2014-03-03 Thread Alan Bowen
Thanks, Thangalin. I did not know of \hangsidefloat and \movesidefloat and can see that they will very useful in combination with \placefigure in the body text, when I need text to flow over and below images at the side. The problem is that \placefigure[right or left] does not work in footnotes.

Re: [NTG-context] font handling

2014-03-03 Thread Herbert Voss
Can someone at least confirm this behaviour? Herbert Am 26.02.2014 14:31, schrieb Herbert Voss: I used uo-to-date minimal: \starttext test \stoptext voss@shania:/opt/context pdffonts torus.pdf name typeencodingemb sub uni object ID

[NTG-context] \placefigure[right or left] failing in footnotes

2014-03-03 Thread Alan Bowen
The following does not work as it should: setupexternalfigures[location={local,default}] \starttext text% \footnote{\hangsidefloat[2] \placefigure[right,none]{} {\externalfigure[cow][width=.1\textwidth]} \dorecurse{3}{\input ward}} %for comparison \hangsidefloat[2] \placefigure[right,none]{}

Re: [NTG-context] Euler with fallback

2014-03-03 Thread Aditya Mahajan
On Mon, 3 Mar 2014, Sanjoy Mahajan wrote: Aditya Mahajan adit...@umich.edu writes: This is to announce that the latest beta supports creating virtual math fonts with fallback. The main test case is to use Euler font with missing characters taken from Pagella but the mechanism is general and

Re: [NTG-context] font handling

2014-03-03 Thread Hans Hagen
On 3/3/2014 3:39 PM, Herbert Voss wrote: Can someone at least confirm this behaviour? it's probably because math gets defined last (and also always because without math tex behaves bad) so what you see it the last set font Hans Herbert Am 26.02.2014 14:31, schrieb Herbert Voss: I used

Re: [NTG-context] Trying to use my local otf math font by editing typescript

2014-03-03 Thread Hans Hagen
On 3/2/2014 3:36 PM, 罗晨星 wrote: Hi here. I was trying to use my own math font in Mark IV, inside distribution TeX Live 2013, using typescript, but failed. The way I am thinking, I might use an fallback way. For most of the math symbols, I would use the provided palatino stuff, but for

Re: [NTG-context] Euler with fallback

2014-03-03 Thread Sanjoy Mahajan
Aditya, Here's an example (using 2014.02.14 beta). The Sun subscript using _{\tf Sun} or _{\rm Sun} was in Palatino in the corresponding MkII setup, but is in Euler now. The workaround of an hbox with \tfxx or \tfx doesn't get quite the right size. That is because in math mode, \rm is

Re: [NTG-context] Trying to use my local otf math font by editing typescript

2014-03-03 Thread Aditya Mahajan
On Sun, 2 Mar 2014, 罗晨星 wrote: Inspired by http://tex.stackexchange.com/questions/150566/minionpro-including-math-in-context, I also tried the \definefallbackfamily, it turn out to be an undefined control sequence. You need a newer version of ConTeXt (2013.12.20 or newer). Use context

Re: [NTG-context] \placefigure[right or left] failing in footnotes

2014-03-03 Thread Wolfgang Schuster
Am 03.03.2014 um 16:04 schrieb Alan Bowen bowenala...@gmail.com: The following does not work as it should: setupexternalfigures[location={local,default}] \starttext text% \footnote{\hangsidefloat[2] \placefigure[right,none]{} {\externalfigure[cow][width=.1\textwidth]}

Re: [NTG-context] \starthanging and hangafter

2014-03-03 Thread Wolfgang Schuster
Am 02.03.2014 um 21:19 schrieb Alan Bowen bowenala...@gmail.com: A follow up, if I may. Unlike \starthanging..\stophanging which behaves in the same way in both body text and footnotes, \placefigure does not. In footnotes, \olacefigure adds an opening blank line and runs the text

[NTG-context] page numbering 'marginedge'

2014-03-03 Thread David Wooten
Hello all, trying to get page numbers in the outer margin edge of a double-sided document — marginedge as it is places the numbers to the inside margin edge, is there an opposite command? Thanks, David ___ If your

Re: [NTG-context] page numbering 'marginedge'

2014-03-03 Thread Pablo Rodriguez
On 03/03/2014 07:37 PM, David Wooten wrote: Hello all, trying to get page numbers in the outer margin edge of a double-sided document — marginedge as it is places the numbers to the inside margin edge, is there an opposite command? Hi David, as far as I know, location=right is the option you

[NTG-context] (again) bug with bidi direction and \about references

2014-03-03 Thread Pablo Rodriguez
Hi Hans, sorry for telling again, but I’m afraid that the following sample shows a serious buggy interaction between \setupdirections[bidi=on] and \about references. \setupdirections[bidi=on] \starttext \section[sectionone]{Section one} As said in \dorecurse{5}

Re: [NTG-context] \starthanging and hangafter

2014-03-03 Thread Alan Bowen
Thanks, Wolfgang--it does help to know when one is asking too much of ConTeXt. Alan On Mon, Mar 3, 2014 at 11:28 AM, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: Am 02.03.2014 um 21:19 schrieb Alan Bowen bowenala...@gmail.com: A follow up, if I may. Unlike

Re: [NTG-context] \placefigure[right or left] failing in footnotes

2014-03-03 Thread Alan Bowen
Again, thanks. My tests so far indicate that the only way to go in footnotes is with \starthanging[location-right]...\stophanging--and to be happy with the output as it is (which is quite nice, when all is said and done). Alan On Mon, Mar 3, 2014 at 11:24 AM, Wolfgang Schuster

[NTG-context] tolerance only in notes

2014-03-03 Thread Pablo Rodriguez
Dear list, which is the option to setup tolerance in notes? Sorry, but tolerance doesn’t seem to be an option either in \setupnote or \setupnotation. Many thanks for your help, Pablo -- http://www.ousia.tk ___ If

Re: [NTG-context] tolerance only in notes

2014-03-03 Thread Aditya Mahajan
Use the align key: align=tolerant. Aditya On Mar 3, 2014, at 3:28 PM, Pablo Rodriguez oi...@gmx.es wrote: Dear list, which is the option to setup tolerance in notes? Sorry, but tolerance doesn’t seem to be an option either in \setupnote or \setupnotation. Many thanks for your

Re: [NTG-context] tolerance only in notes

2014-03-03 Thread Pablo Rodriguez
On 03/03/2014 09:53 PM, Aditya Mahajan wrote: Use the align key: align=tolerant. Many thanks for your help, Aditya. Pablo On Mar 3, 2014, at 3:28 PM, Pablo Rodriguez oi...@gmx.es wrote: Dear list, which is the option to setup tolerance in notes? Sorry, but tolerance doesn’t seem to be

Re: [NTG-context] Presentation template

2014-03-03 Thread Thangalin
Hi Fabrice, I'm not sure what you mean by your classes -- do you mean presentation material to help students? Here are some links to get you started: http://tex.stackexchange.com/questions/52841/where-to-find-the-source-code-to-the-context-manuals https://foundry.supelec.fr/projects/contextman/

[NTG-context] Margin notes

2014-03-03 Thread S Barmeier
I am trying to compile a 2-year-old mkiv document with the latest beta and am getting an error on the line \inleft[style=bold,stack=continue] Two years ago, stacking of margin notes was still experimental, so I'm guessing something has changed since then. What is the correct way these days to