ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Size of the font (Metapost + xtable)
Date: Mon, 23 Sep 2019 16:12:19 +0200	[thread overview]
Message-ID: <CACyK-eo3Ttb49tKxfPxibmYPbik=wtFf0fszWwbiJ_gN-KJiaA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4339 bytes --]

Hello,
I can not change the font size of my figures in the table.
Thank you
Fabrice


 \usecolors[xwi]
\startbuffer[myfigure]
  \dontleavehmode
                  \startMPcode
                    defaultfont := "texgyrepagella-regular*default" ;
                    defaultscale :=0.8 ;
                    numeric alpha ; alpha = 60 ;
                    path circle ;
                    circle = fullcircle scaled 1.4cm ;
                    draw circle withcolor blue ;
                    drawarrow  0.9cm * dir 25 {dir 90}
                               .. 0.9cm * dir 45 {dir (90+alpha)}
                    withcolor \MPcolor{darkred} ;
                    drawdot origin withpen pencircle scaled 2pt ;
                    drawdot  0.7cm*dir 0 withpen pencircle scaled 2pt ;
                    label.llft(btex \m{O} etex,origin) ;
                    label.rt(btex \m{A} etex,0.7cm*dir 0) ;
                  \stopMPcode
\stopbuffer
\starttext
 \startlinecorrection[blank]
          \startmidaligned
            \startxtable[align={middle,lohi},width=2.25cm]
              \startxrow
                \startxcell
                  [background=color,backgroundcolor=paleturquoise]
                  Angle en degré
                \stopxcell
                \startxcell
                  180
                \stopxcell
                \startxcell
                  360
                \stopxcell
                \startxcell
                  90
                \stopxcell
                \startxcell
                  45
                \stopxcell
                \startxcell
                  60
                \stopxcell
                \startxcell
                  210
                \stopxcell
              \stopxrow
              \startxrow
                \startxcell
                  [background=color,backgroundcolor=paleturquoise]
                  Position de \m{M}
                \stopxcell
                \startxcell
                  \dontleavehmode
                  \startMPcode
                    defaultfont := "texgyrepagella-regular*default" ;
                    defaultscale :=0.8 ;
                    numeric alpha ; alpha = 60 ;
                    path circle ;
                    circle = fullcircle scaled 1.4cm ;
                    draw circle withcolor blue ;
                    drawarrow  0.9cm * dir 25 {dir 90}
                               .. 0.9cm * dir 45 {dir (90+alpha)}
                    withcolor \MPcolor{darkred} ;
                    drawdot origin withpen pencircle scaled 2pt ;
                    drawdot  0.7cm*dir 0 withpen pencircle scaled 2pt ;
                    drawdot  0.7cm*dir 180 withpen pencircle scaled 2pt ;
                    label.llft(btex \m{O} etex,origin) ;
                    label.rt(btex \m{A} etex,0.7cm*dir 0) ;
                    label.lft(btex \m{M} etex,0.7cm*dir 180) ;
                  \stopMPcode
                \stopxcell
                \startxcell
                  \getbuffer[myfigure]
                \stopxcell
                \startxcell
                  \getbuffer[myfigure]
                \stopxcell
                \startxcell
                  \getbuffer[myfigure]
                \stopxcell
                \startxcell
                  \getbuffer[myfigure]
                \stopxcell
                \startxcell
                  \getbuffer[myfigure]
                \stopxcell
              \stopxrow
              \startxrow
                \startxcell
                  [background=color,backgroundcolor=paleturquoise]
                  Longueur \m{L} en hm
                \stopxcell
                \startxcell
                  \m{\pi \times 1}
                \stopxcell
                \startxcell
                  \unknown
                \stopxcell
                \startxcell
                  \unknown
                \stopxcell
                \startxcell
                  \unknown
                \stopxcell
                \startxcell
                  \unknown
                \stopxcell
                \startxcell
                  \unknown
                \stopxcell
              \stopxrow
            \stopxtable
          \stopmidaligned
        \stoplinecorrection
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 6332 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2019-09-23 14:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23 14:12 Fabrice Couvreur [this message]
2019-09-23 14:43 ` Thomas A. Schmitz
2019-09-23 17:34 ` Wolfgang Schuster
     [not found]   ` <CACyK-erps=nJu46H8hqVLMQzWfvdFAy7OwFuQ4_uJ32UW3tVWA@mail.gmail.com>
2019-09-24  4:35     ` Wolfgang Schuster

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='CACyK-eo3Ttb49tKxfPxibmYPbik=wtFf0fszWwbiJ_gN-KJiaA@mail.gmail.com' \
    --to=fabrice1.couvreur@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).