public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Paul Kelleher <paul-JZTKsBFbLNkkm2bSNb+QWw@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Centering in a grid table
Date: Sat, 16 Sep 2023 17:39:10 -0700 (PDT)	[thread overview]
Message-ID: <a398bb83-eb1b-40d2-866e-702494b9d6abn@googlegroups.com> (raw)
In-Reply-To: <793cd5ee-40ed-4731-8510-85c879f9c719n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


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

Sorry, I didn't realize I could improve presentation by using Courier new. 
Here's the grid table again:

+--------+:------------:+-------------+--+:--------------:+-------------+
|        | Heading 1    |             |  | Heading 2      |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
|        |   |    |     |             |  |    |      |    |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
|        | A |    | B   | Q           |  | C  |      | D  | Q           |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
| T      | 1 |    | 121 | 61          |  | 49 |      | 64 | 56.5        |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
| U      | 1 |    | 121 | 61          |  | 49 |      | 64 | 56.5        |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
|        |   |    |     |             |  |    |      |    |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
| V      | 2 |    | 22  |             |  | 14 |      | 16 |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
|        |   |    |     |             |  |    |      |    |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
| W      |   | 12 |     |             |  |    | 15   |    |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
|        |   |    |     |             |  |    |      |    |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
| X      | 1 |    | 121 |             |  | 49 |      | 64 |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+
| Y      |   | 61 |     |             |  |    | 56.5 |    |             |
+--------+---+----+-----+-------------+--+----+------+----+-------------+

On Saturday, September 16, 2023 at 1:10:01 PM UTC-5 Paul Kelleher wrote:

> I cannot figure out why I am able to center "Heading 1" over the A and B 
> columns but not "Heading 2" over the C and D columns: 
>
> +--------+:------------:+-------------+--+:--------------:+-------------+
> |        | Heading 1    |             |  | Heading 2      |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> |        |   |    |     |             |  |    |      |    |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> |        | A |    | B   | Q           |  | C  |      | D  | Q           |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> | T      | 1 |    | 121 | 61          |  | 49 |      | 64 | 56.5        |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> | U      | 1 |    | 121 | 61          |  | 49 |      | 64 | 56.5        |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> |        |   |    |     |             |  |    |      |    |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> | V      | 2 |    | 22  |             |  | 14 |      | 16 |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> |        |   |    |     |             |  |    |      |    |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> | W      |   | 12 |     |             |  |    | 15   |    |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> |        |   |    |     |             |  |    |      |    |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> | X      | 1 |    | 121 |             |  | 49 |      | 64 |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
> | Y      |   | 61 |     |             |  |    | 56.5 |    |             |
> +--------+---+----+-----+-------------+--+----+------+----+-------------+
>
> I'm attaching the output (not sure how else to include it here). But you 
> can see what I mean if you copy/paste the above into pandoc.org/try, and 
> then process with: 
>
> pandoc --from markdown --to latex --standalone --no-highlight
>
> Thanks for any guidance you might have!

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/a398bb83-eb1b-40d2-866e-702494b9d6abn%40googlegroups.com.

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

  parent reply	other threads:[~2023-09-17  0:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-16 18:10 Paul Kelleher
     [not found] ` <793cd5ee-40ed-4731-8510-85c879f9c719n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-17  0:39   ` Paul Kelleher [this message]
     [not found]     ` <a398bb83-eb1b-40d2-866e-702494b9d6abn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-17  6:19       ` John MacFarlane

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=a398bb83-eb1b-40d2-866e-702494b9d6abn@googlegroups.com \
    --to=paul-jztksbfblnkkm2bsnb+qww@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /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).