Hello, i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc). How is it possible to get the sansserif font ? (now i write A$_i$ but it is not at the best ...) Thanks -- René Bastian www.pythoneon.org www.musiques-rb.org
On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
-- luigi
On Tue, 6 Oct 2009 12:13:13 +0200
luigi scarso
On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
wrote: Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
-- luigi
Thanks Luigi, it works in this case, but it seems not to be a generic solution. What is the meaning of: ------------------------- \low Syntax \low{...} {...} text Description (edit) (empty) ------------------------- source: http://texshow.contextgarden.net/ -- René Bastian www.pythoneon.org www.musiques-rb.org
R. Bastian wrote:
On Tue, 6 Oct 2009 12:13:13 +0200 luigi scarso
scribit: On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
wrote: Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
or $\ss A_i$ maybe?
On Tue, 06 Oct 2009 12:48:24 +0200
Taco Hoekwater
R. Bastian wrote:
On Tue, 6 Oct 2009 12:13:13 +0200 luigi scarso
scribit: On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
wrote: Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
or $\ss A_i$ maybe?
i will use \low, \lohi and \high Thanks for the help
___________________________________________________________________________________ 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 / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- René Bastian www.pythoneon.org www.musiques-rb.org
On Tue, 6 Oct 2009, Taco Hoekwater wrote:
R. Bastian wrote:
On Tue, 6 Oct 2009 12:13:13 +0200 luigi scarso
scribit: On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
wrote: Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
or $\ss A_i$ maybe?
or \appendtoks \mathss \to \everydisplaymath Hans, I also needed this recently (for a presentation). Does it make sense to have a \setupmathematics[style=normal|italic|sans|bold|slanted|bolditalic|boldslanted|mono] which sets the default style in everymathematics (instead of the current defualt of \mathdefault) Aditya
On Tue, Oct 6, 2009 at 12:45 PM, R. Bastian
On Tue, 6 Oct 2009 12:13:13 +0200 luigi scarso
scribit: On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
wrote: Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
-- luigi
Thanks Luigi, it works in this case, but it seems not to be a generic solution.
What is the meaning of: ------------------------- \low Syntax \low{...} {...} text
It means:"\low macro must be used this manner: \low{<<text>>} where you must replace <<text>> with your text.
Description (edit) (empty) -------------------------
It means:"Verbose description of this macro: sorry, no description here. But you can edit it, if you have the rights"
I believe that \low ,\high \lohi must be used with care: \starttext {\ss A\low{\ruledvtop{\hsize=5in\input tufte }}} \blank {\tt B\low{\ruledvtop{\hsize=5in\input knuth }}} \stoptext -- luigi
On Tue, 6 Oct 2009 14:00:26 +0200
luigi scarso
On Tue, Oct 6, 2009 at 12:45 PM, R. Bastian
wrote: On Tue, 6 Oct 2009 12:13:13 +0200 luigi scarso
scribit: On Tue, Oct 6, 2009 at 12:02 PM, R. Bastian
wrote: Hello,
i like the sansserif, 10 pt font. My texts are from time to time scattered (? parsemées) with maths expressions (A_i etc).
How is it possible to get the sansserif font ?
(now i write A$_i$ but it is not at the best ...)
Thanks
Maybe \starttext A\low{i} \stoptext
-- luigi
Thanks Luigi, it works in this case, but it seems not to be a generic solution.
What is the meaning of: ------------------------- \low Syntax \low{...} {...} text
It means:"\low macro must be used this manner: \low{<<text>>} where you must replace <<text>> with your text.
Description (edit) (empty) -------------------------
It means:"Verbose description of this macro: sorry, no description here. But you can edit it, if you have the rights"
I dont have rights, boooooooooooooh ;-)
I believe that \low ,\high \lohi must be used with care:
\starttext
{\ss A\low{\ruledvtop{\hsize=5in\input tufte }}}
\blank
{\tt B\low{\ruledvtop{\hsize=5in\input knuth }}}
\stoptext
it works without the \input.
-- luigi
-- René Bastian www.pythoneon.org www.musiques-rb.org
On Tue, Oct 6, 2009 at 2:55 PM, R. Bastian
I believe that \low ,\high \lohi must be used with care:
\starttext
{\ss A\low{\ruledvtop{\hsize=5in\input tufte }}}
\blank
{\tt B\low{\ruledvtop{\hsize=5in\input knuth }}}
\stoptext
it works without the \input.
Yes, of course I have made an example over the limits just to show the abuse. -- luigi
participants (4)
-
Aditya Mahajan
-
luigi scarso
-
R. Bastian
-
Taco Hoekwater