ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "L.S.-Soc&Gam" <axteffekt@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Graphics not being aligned correctly in natural tables
Date: Tue, 17 May 2016 22:22:05 +0200	[thread overview]
Message-ID: <573B7D6D.6000200@gmail.com> (raw)
In-Reply-To: <CAG5iGsD88MH+u4GypCYFYE3QXCub1D-SH_+BWtRGme35j2p++A@mail.gmail.com>


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

ah ok! I am sorry Luigi, I didn't expect that. :D

code is below; I also packed a ZIP file with this mail, with the correct 
graphics folder, *.tex and precompiled *.pdf, in case that the code 
isn't enough.
but i checked the graphics, they are perfectly aligned on the canvas, so 
they shouldn't be the problem.


Greets, Seba


---------------------------------------------

\define\AND{\wedge}
\define\OR{\vee}
\define\NOT{\overbar}

\starttext

\placetable[here][Logikgatter]{Logikgatter}
{\bTABLE
\setupTABLE[offset=1mm,align={middle,lohi}]
\setupTABLE[r][1][style=bold]
\bTR
\bTD Name \eTD
\bTD Bezeichnung \eTD
\bTD Gleichung \eTD
\bTD Funktionsbaustein \eTD
\eTR
\bTR
\bTD NOT \eTD
\bTD nicht \eTD
\bTD $Y=\NOT{A}$ \eTD
\bTD \dontleavehmode\externalfigure[PX/NOT.png][width=50px] \eTD
\eTR
\bTR
\bTD AND \eTD
\bTD und \eTD
\bTD $Y=A \AND B$ \eTD
\bTD \dontleavehmode\externalfigure[PX/AND.png][width=50px] \eTD
\eTR
\bTR
\bTD OR \eTD
\bTD oder \eTD
\bTD $Y=A \OR B$ \eTD
\bTD \dontleavehmode\externalfigure[PX/OR.png][width=50px] \eTD
\eTR
\bTR
\bTD NAND \eTD
\bTD nicht und \eTD
\bTD $Y=\NOT{A \AND B}$ \eTD
\bTD \dontleavehmode\externalfigure[PX/NAND.png][width=50px] \eTD
\eTR
\bTR
\bTD NOR \eTD
\bTD nicht oder \eTD
\bTD $Y=\NOT{A \OR B}$ \eTD
\bTD \dontleavehmode\externalfigure[PX/NOR.png][width=50px] \eTD
\eTR
\bTR
\bTD XOR \eTD
\bTD entweder oder \eTD
\bTD $Y=(\NOT{A} \AND B) \OR (A \AND \NOT{B})$ \eTD
\bTD \dontleavehmode\externalfigure[PX/XOR.png][width=50px] \eTD
\eTR
\bTR
\bTD XNOR \eTD
\bTD nicht entweder oder \eTD
\bTD $Y=\NOT{(\NOT{A} \AND B) \OR (A \AND \NOT{B})}$ \eTD
\bTD \dontleavehmode\externalfigure[PX/XNOR.png][width=50px] \eTD
\eTR
\eTABLE}

\stoptext

---------------------------------------------


Am 17.05.2016 um 21:50 schrieb luigi scarso:
>
>
> On Tue, May 17, 2016 at 9:44 PM, L.S.-Soc&Gam <axteffekt@gmail.com 
> <mailto:axteffekt@gmail.com>> wrote:
>
>     Hi Luigi,
>
>     I am afraid that "mwe..." doesn't help.
>
>
> a minimal working example (a.k.a mwe) that show your  problem.
>
>
>
> -- 
> luigi
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


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

[-- Attachment #2: algnprb.zip --]
[-- Type: application/octet-stream, Size: 26914 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2016-05-17 20:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 16:47 cryo shock
2016-05-17 16:55 ` luigi scarso
2016-05-17 19:44   ` L.S.-Soc&Gam
2016-05-17 19:50     ` luigi scarso
2016-05-17 20:22       ` L.S.-Soc&Gam [this message]
2016-05-17 21:05         ` Wolfgang Schuster
2016-05-17 22:58           ` [SOLVED] " L.S.-Soc&Gam

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=573B7D6D.6000200@gmail.com \
    --to=axteffekt@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).