ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jeong Dal <haksan@me.com>
To: ntg-context@ntg.nl
Subject: \overline problem again.
Date: Thu, 09 Nov 2017 20:33:44 +0900	[thread overview]
Message-ID: <4AA8B337-1A65-4891-95B5-0D1096B8098B@me.com> (raw)
In-Reply-To: <mailman.1.1510225201.2773.ntg-context@ntg.nl>

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

Hi,

Yesterday, I had a weird output of the following sample code.
\overline changes the baseline when it is used in the column environment.
It works fine if it is used without columns.
I had similar problems long time ago and I thought it was fixed at that time.

Please check the following sample.

Best regards,
Dalyoung
%%%%%%%%%%%%%%%%%
\starttext

\startitemize[n]
\item 	Here is a line of math formulas: $\overline{A} = A$, $A' \subset A$, $A \cap A' = \emptyset$ and $A^c$ is open.

\item list items one by one in a new line
	\startitemize[n, packed, broad][stopper=,left=(, right=)]
	\item {$A' \subset A$}
	\item {$A \cap A' = \emptyset$}
	\item {$A^c$ is open}
	\item {$\overline{A} = A$}
	\stopitemize
\stopitemize
As you see, there is no problem al all.\par
But if we list the same formulas using columns, then there is a baseline problem.

\startitemize[continue]
\item list items in 4 columns
	\startitemize[n, packed,columns, four, broad][stopper=,left=(, right=)]
	\item {$A' \subset A$}
	\item {$\overline{A} = A$}
	\item {$A \cap A' = \emptyset$}
	\item {$A^c$ is open}
	\stopitemize
\item list items in 2 columns
	\startitemize[n, packed,columns, two, broad][stopper=,left=(, right=)]
	\item {$\overline{\{a\}} = \{a\}$}
	\item {$\overline{\{b\}} = \{b,e\}$}
	\item {$\overline{\{c\}} = \{b,c,d\}$}
	\item {$\overline{\{d\}} = \{b,c,d,e\}$}
	\stopitemize
\stopitemize
\stoptext

%%%%%%%%%%%%%%%

[-- Attachment #2: test.pdf --]
[-- Type: application/pdf, Size: 13541 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 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:[~2017-11-09 11:33 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <mailman.1.1510225201.2773.ntg-context@ntg.nl>]

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=4AA8B337-1A65-4891-95B5-0D1096B8098B@me.com \
    --to=haksan@me.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).