ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mehdi Omidali <mehdioa@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Math font sizes
Date: Fri, 05 Mar 2010 23:40:24 +0330	[thread overview]
Message-ID: <4B916530.1090606@gmail.com> (raw)
In-Reply-To: <4B9154E9.3040907@googlemail.com>

Thanks,
Apparently tikz is not able to handle these font styles as you can see 
in the following file. But it is not a big problem as one can use \tx 
for example whenever I need it.
MO

\usemodule[tikz]

\usetikzlibrary{arrows,matrix}

\starttext

\starttikzpicture[description/.style={fill=white,inner sep=2pt}]

\matrix (m) [matrix of math nodes, row sep=3em,

column sep=2.5em, text height=1.5ex, text depth=0.25ex]

{

A&A\\

A&A\\

};

\path[->,font=\txx]

(m-1-1) edge node[auto] {$A$} (m-1-2);

\path[->]

(m-2-1) edge node[auto] {$\tx A$} (m-2-2);

\stoptikzpicture

\stoptext


On 3/5/2010 10:30 PM, Wolfgang Schuster wrote:
> Am 05.03.10 19:40, schrieb Mehdi Omidali:
>> Hi,
>> I use tikz with MKIV and need to switch to \scriptsize in math font. 
>> \scriptsize doesn't work. What is its equivalent in MKIV?
> \starttext
>
> $a$ $\tx a$ $\txx a$
>
> $a$ $\scriptstyle a$ $\scriptscriptstyle a$
>
> \stoptext
>
> Wolfgang

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2010-03-05 20:10 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-02 21:58 Super- and sub-script in text mode, or, fonts in math mode James Fisher
2010-03-02 22:02 ` Wolfgang Schuster
2010-03-03 12:04   ` James Fisher
2010-03-03 14:07     ` Wolfgang Schuster
2010-03-03 19:23       ` James Fisher
2010-03-03 19:37         ` rsfs font problem with MKIV Mehdi Omidali
2010-03-03 22:40           ` Aditya Mahajan
2010-03-05 18:40           ` Math font sizes Mehdi Omidali
2010-03-05 19:00             ` Wolfgang Schuster
2010-03-05 19:05               ` Aditya Mahajan
2010-03-05 19:22                 ` Wolfgang Schuster
2010-03-05 20:10               ` Mehdi Omidali [this message]
     [not found]           ` <4be511dc1003050245h3e5148c8j8a69b6e420a4afd3@mail.gmail.com>
2010-03-06 12:25             ` rsfs font problem with MKIV Mehdi Omidali
2010-03-06 18:15             ` Mojca Miklavec
2010-03-06 23:56               ` views63
2010-03-08  6:41                 ` simplefont and arbic script Mehdi Omidali
2010-03-08  7:26                   ` Wolfgang Schuster
2010-03-08  8:44                     ` Hans Hagen
2010-03-09  8:17                 ` Math manuals Mehdi Omidali
2010-03-09  8:34                   ` Mehdi Omidali
2010-03-09  8:40                     ` luigi scarso
2010-03-09  9:16                       ` Mehdi Omidali
2010-03-09  9:36                       ` Mehdi Omidali
2010-03-09 10:26                   ` Aditya Mahajan
2010-03-09 14:20                     ` Mehdi Omidali
2010-03-13 10:10                 ` context minimal problem on windows Mehdi Omidali
2010-03-13 12:36                   ` Helmut Schwertner
2010-03-13 12:43                     ` Mehdi Omidali
2010-03-13 20:12                   ` Mojca Miklavec
2010-03-14  6:29                     ` Mehdi Omidali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B916530.1090606@gmail.com \
    --to=mehdioa@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).