ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jethro Djan via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Jethro Djan <jthryeboah@gmail.com>
Subject: Re: Writing Tabular with \Vert
Date: Wed, 21 Dec 2022 12:16:12 +0000	[thread overview]
Message-ID: <CAHgnkf9k72pZmBztLNX2JSj-bRxKBY2hQqrxVHwmMgfj8iQcLw@mail.gmail.com> (raw)
In-Reply-To: <85bdfd26cb57425aa658adbe8f85d9a6@univie.ac.at>


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

Maybe try:

\starttable
\bTD $\Vert r1c1\Vert$ \eTD
…
\stoptable

On Wed, 21 Dec 2022 at 11:39, Ursula Hermann via ntg-context <
ntg-context@ntg.nl> wrote:

> Dear List,
>
> In this tabular I wanted to set \Vert. But when I compile it,
>
> \starttable
>
>   \bTD \Vert r1c1\Vert
>
>   \bTD \bf r1c2 \eTD
>
>   \bTD \bf r1c3 \eTD
>
>   \bTD \bf r1c4 \eTD
>
> \eTR
>
> \bTR
>
>   \bTD r2c1 \eTD
>
>   \bTD r2c2 \eTD
>
>   \bTD[nr=2] r2c3 \eTD
>
>   \bTD r2c4 \eTD
>
> \eTR
>
> \bTR
>
>   \bTD r3c1 \eTD
>
>   \bTD r3c2 \eTD
>
>   \bTD r3c4 \eTD
>
> \eTR
>
> \bTR
>
>   \bTD r4c1 \eTD
>
>   \bTD r4c2 \eTD
>
>   \bTD[nr=3] r4c3 \eTD
>
>   \bTD[nr=3] r4c4 \eTD
>
> \eTR
>
> \bTR
>
>   \bTD r5c1 \eTD
>
>   \bTD r5c2 \eTD
>
> \eTR
>
> \bTR
>
>   \bTD r6c1 \eTD
>
>   \bTD r6c2 \eTD
>
> \eTR
>
> \stoptable
>
>
>
> I get this :
>
> Command Line:   C:\texlive\2022\bin\win32\context.exe --synctex=1
> "Tabular.tex"
>
> Startup Folder: C:\texlive\My Documents\My Documents
>
>
>
>
>
> resolvers       | formats | executing runner 'run luatex format':
> C:/texlive/2022/bin/win32/luatex --jobname="Tabular"
> --fmt=C:/texlive/2022/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.fmt
> --lua=C:/texlive/2022/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.lui
> cont-yes.mkiv --c:currentrun=1 --c:fulljobname="./Tabular.tex"
> --c:input="./Tabular.tex" --c:kindofrun=1 --c:maxnofruns=9 --c:synctex="1"
> --c:texmfbinpath="C:/texlive/2022/bin/win32"
>
> This is LuaTeX, Version 1.15.0 (TeX Live 2022)
>
>  system commands enabled.
>
> open source     > level 1, order 1, name
> 'C:/texlive/2022/texmf-dist/tex/context/base/mkiv/cont-yes.mkiv'
>
> system          >
>
> system          > ConTeXt  ver: 2021.03.05 19:11 MKIV  fmt: 2022.10.11
> int: english/english
>
> system          >
>
> system          > 'cont-new.mkiv' loaded
>
> open source     > level 2, order 2, name
> 'C:/texlive/2022/texmf-dist/tex/context/base/mkiv/cont-new.mkiv'
>
> system          > beware: some patches loaded from cont-new.mkiv
>
> close source    > level 2, order 2, name
> 'C:/texlive/2022/texmf-dist/tex/context/base/mkiv/cont-new.mkiv'
>
> system          > files > jobname 'Tabular', input './Tabular', result
> 'Tabular'
>
> fonts           > latin modern fonts are not preloaded
>
> languages       > language 'en' is active
>
> system          > synctex functionality is enabled, expect 5-10 pct
> runtime overhead!
>
> open source     > level 2, order 3, name 'C:/texlive/My Documents/My
> Documents/Tabular.tex'
>
> fonts           > beware: no fonts are loaded yet, using 'lm mono' in box
>
>
>
> tex error       > tex error on line 2 in file C:/texlive/My Documents/My
> Documents/Tabular.tex: ! Use of \csname\endcsname doesn't match its
> definition
>
>
>
>
>
> \tabl_table_restart_indeed #1->\gdef \tabl_table_restart
> {#1}\tabl_table_restart \tabl_table_insert_head
>
>                                                                                                          \ifsplittables
> \ifconditional \c_tabl_table_repeat_tail \tablenoalign {\goodbreak
> }\tabl_table_insert_tail \tablenoalign {\goodbreak }\fi \fi
>
> <to be read again>
>
> \bTD
>
> l.2   \bTD
>
>          \Vert r1c1\Vert
>
>
>
> 1     \starttable
>
>  2 >>    \bTD \Vert r1c1\Vert
>
> 3       \bTD \bf r1c2 \eTD
>
> 4       \bTD \bf r1c3 \eTD
>
> 5       \bTD \bf r1c4 \eTD
>
> 6     \eTR
>
> 7     \bTR
>
> 8       \bTD r2c1 \eTD
>
> 9       \bTD r2c2 \eTD
>
> 10       \bTD[nr=2] r2c3 \eTD
>
> 11       \bTD r2c4 \eTD
>
> 12     \eTR
>
>
>
> mtx-context     | fatal error: return code: 1
>
> How can I write it in the right way?
>
> Uschi
>
>
>
>
>
> _____________________________________________________________________
>
>
>
> ConTeXt Compilation Report (Pages: 0)
>
>
>
> Errors: 1   Warnings: 0   Bad Boxes: 0
>
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
>
> ___________________________________________________________________________________
>

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

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2022-12-21 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21 11:39 Ursula Hermann via ntg-context
2022-12-21 12:16 ` Jethro Djan via ntg-context [this message]
2022-12-21 12:21 ` Hans Hagen via ntg-context

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=CAHgnkf9k72pZmBztLNX2JSj-bRxKBY2hQqrxVHwmMgfj8iQcLw@mail.gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=jthryeboah@gmail.com \
    /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).