Is it possible to make a 9x9 table fit within the default margins?Squeezing scientific paper to fit within page limitsCenter table or tikzpicture horizontally ignoring marginsTable margins and paddingstable too wide and doesn't fit within textwidthIs it possible to automatically stretch a table to fit the remaining space on a page?Adjust table to fit within the pageindentation within the textMake Table of Contents fit in one pageChapter Title not centering within marginsHow do I `center' the text within 1 in margins?

Reverse dictionary where values are lists

Why is this clock signal connected to a capacitor to gnd?

Extract rows of a table, that include less than x NULLs

How dangerous is XSS?

Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?

Im going to France and my passport expires June 19th

How can saying a song's name be a copyright violation?

Is there a hemisphere-neutral way of specifying a season?

Size of subfigure fitting its content (tikzpicture)

Is it logically or scientifically possible to artificially send energy to the body?

Expand and Contract

How could indestructible materials be used in power generation?

GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?

How writing a dominant 7 sus4 chord in RNA ( Vsus7 chord in the 1st inversion)

Why is consensus so controversial in Britain?

Can a virus destroy the BIOS of a modern computer?

Why didn't Miles's spider sense work before?

Why didn't Boeing produce its own regional jet?

What mechanic is there to disable a threat instead of killing it?

ssTTsSTtRrriinInnnnNNNIiinngg

Mathematica command that allows it to read my intentions

In 'Revenger,' what does 'cove' come from?

Unlock My Phone! February 2018

What does the expression "A Mann!" means



Is it possible to make a 9x9 table fit within the default margins?


Squeezing scientific paper to fit within page limitsCenter table or tikzpicture horizontally ignoring marginsTable margins and paddingstable too wide and doesn't fit within textwidthIs it possible to automatically stretch a table to fit the remaining space on a page?Adjust table to fit within the pageindentation within the textMake Table of Contents fit in one pageChapter Title not centering within marginsHow do I `center' the text within 1 in margins?













7















so I have the following code:



beginalign*
setlengthextrarowheight3pt
noindentbegintabularc
+ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
cline1-9
$(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
$(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
$(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
$(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
$(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
$(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
$(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
$(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
endtabular
endalign*

The character table:

documentclass[11pt, a4paper]report
usepackagebm
usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
usepackagecolor
usepackagearray
usepackagesetspace% if you must (for double spacing thesis)
usepackagefancyhdr
usepackageenumitem
usepackagetikz
usepackageparskip
usepackagelipsum
usepackagefloatrow

begindocument
beginalign*
setlengthextrarowheight3pt
noindentbegintabularc
+ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
cline1-9
$chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
$chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
$chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
$chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
$chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
$chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
$chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
$chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
endtabular
endalign*
enddocument


Using the default margins, it goes beyond the dimensions of the default margins which doesn't make it consistent with the rest of the document, any fixes?










share|improve this question




























    7















    so I have the following code:



    beginalign*
    setlengthextrarowheight3pt
    noindentbegintabularc
    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
    cline1-9
    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
    endtabular
    endalign*

    The character table:

    documentclass[11pt, a4paper]report
    usepackagebm
    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
    usepackagecolor
    usepackagearray
    usepackagesetspace% if you must (for double spacing thesis)
    usepackagefancyhdr
    usepackageenumitem
    usepackagetikz
    usepackageparskip
    usepackagelipsum
    usepackagefloatrow

    begindocument
    beginalign*
    setlengthextrarowheight3pt
    noindentbegintabularc
    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
    cline1-9
    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
    endtabular
    endalign*
    enddocument


    Using the default margins, it goes beyond the dimensions of the default margins which doesn't make it consistent with the rest of the document, any fixes?










    share|improve this question


























      7












      7








      7


      1






      so I have the following code:



      beginalign*
      setlengthextrarowheight3pt
      noindentbegintabularc
      + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
      cline1-9
      $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
      $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
      $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
      $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
      $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
      $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
      $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
      $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
      endtabular
      endalign*

      The character table:

      documentclass[11pt, a4paper]report
      usepackagebm
      usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
      usepackagecolor
      usepackagearray
      usepackagesetspace% if you must (for double spacing thesis)
      usepackagefancyhdr
      usepackageenumitem
      usepackagetikz
      usepackageparskip
      usepackagelipsum
      usepackagefloatrow

      begindocument
      beginalign*
      setlengthextrarowheight3pt
      noindentbegintabularc
      + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
      cline1-9
      $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
      $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
      $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
      $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
      $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
      $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
      $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
      $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
      endtabular
      endalign*
      enddocument


      Using the default margins, it goes beyond the dimensions of the default margins which doesn't make it consistent with the rest of the document, any fixes?










      share|improve this question
















      so I have the following code:



      beginalign*
      setlengthextrarowheight3pt
      noindentbegintabularc
      + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
      cline1-9
      $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
      $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
      $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
      $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
      $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
      $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
      $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
      $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
      endtabular
      endalign*

      The character table:

      documentclass[11pt, a4paper]report
      usepackagebm
      usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
      usepackagecolor
      usepackagearray
      usepackagesetspace% if you must (for double spacing thesis)
      usepackagefancyhdr
      usepackageenumitem
      usepackagetikz
      usepackageparskip
      usepackagelipsum
      usepackagefloatrow

      begindocument
      beginalign*
      setlengthextrarowheight3pt
      noindentbegintabularc
      + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
      cline1-9
      $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
      $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
      $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
      $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
      $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
      $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
      $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
      $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
      endtabular
      endalign*
      enddocument


      Using the default margins, it goes beyond the dimensions of the default margins which doesn't make it consistent with the rest of the document, any fixes?







      spacing horizontal-alignment






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Mico

      285k31388778




      285k31388778










      asked 2 days ago









      MathsMaths

      36911




      36911




















          4 Answers
          4






          active

          oldest

          votes


















          5














          I suggest you switch from a tabular to an array environment (letting you get rid of 160 [!] $ math-mode markers, center the columns, and reduce the value of arraycolsep from its default value of 5pt to 3pt.



          I would also use phantom- directives to align the positive and negative numbers. Note that since the first data column contains only (positive) numbers, no phantom directives are used in that column.



          As the following screenshot shows, the resulting array will be contained within the bounds of the textblock; its edges are marked by the thick black lines.



          enter image description here



          documentclass[11pt, a4paper]report
          usepackagearray,showframe % don't load 'showframe' in real document

          begindocument
          [ % no need for an 'align*' env.
          setlengtharraycolsep3pt % default:5pt
          renewcommandarraystretch1.2
          beginarray@ c
          + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
          hline
          chi_(0,0,0) &1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 \
          chi_(0,0,1) &1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
          chi_(0,1,0) &1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
          chi_(0,1,1) &1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1 \
          chi_(1,0,0) &1 &-1 & phantom-1 &-1 & phantom-1 &-1 & phantom-1 &-1\
          chi_(1,0,1) &1 &-1 & phantom-1 &-1 & -1 & phantom-1 &-1 & phantom-1 \
          chi_(1,1,0) &1 &-1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1 \
          chi_(1,1,1) &1 &-1 & -1 & phantom-1 &-1 & phantom-1 & phantom-1 & -1\
          endarray
          ]
          enddocument



          Addendum to address the OP's follow-up request: The exact same adjustments described above also work for the "first table".



          enter image description here



          documentclass[11pt, a4paper]report
          usepackagearray,showframe % don't load 'showframe' in real document
          begindocument
          [
          setlengtharraycolsep3pt % default:5pt
          renewcommandarraystretch1.2
          beginarray@c
          + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
          hline
          (0,0,0) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
          (0,0,1) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0)\
          (0,1,0) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1)\
          (0,1,1) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0)\
          (1,0,0) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1)\
          (1,0,1) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0)\
          (1,1,0) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1)\
          (1,1,1) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0)\
          endarray
          ]
          enddocument





          share|improve this answer

























          • could you do this with the first table? I like the neatness of this :)

            – Maths
            2 days ago











          • @Maths - Please see the addendum I just posted.

            – Mico
            2 days ago


















          4














          Let TeX compute the intercolumn spaces.



          documentclass[11pt,a4paper]article
          usepackagearray

          usepackageshowframe % just to see the page margins

          begindocument

          This is the character table:
          [
          setlengthextrarowheight1.5pt
          setlengthtabcolsep0pt
          begintabular*displaywidth
          *8>$c<$
          @hspace3pt

          + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
          hline
          chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
          chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
          chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
          chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
          chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
          chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
          chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
          chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1\
          endtabular*
          ]

          enddocument


          enter image description here






          share|improve this answer






























            3














            Reduce the tabcolsep.



            documentclass[11pt, a4paper]report
            usepackagebm
            usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
            usepackagecolor
            usepackagearray
            usepackagesetspace% if you must (for double spacing thesis)
            usepackagefancyhdr
            usepackageenumitem
            usepackagetikz
            usepackageparskip
            usepackagelipsum
            usepackagefloatrow
            usepackage[pass,showframe]geometry
            begindocument
            beginalign*
            setlengthextrarowheight3pt
            tabcolsep=2.5ptrelax
            noindentbegintabularc
            + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
            cline1-9
            $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
            $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
            $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
            $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
            $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
            $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
            $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
            $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
            endtabular
            endalign*


            beginalign*
            tabcolsep=2.5ptrelax
            setlengthextrarowheight3pt
            noindentbegintabularc
            + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
            cline1-9
            $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
            $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
            $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
            $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
            $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
            $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
            $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
            $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
            endtabular
            endalign*
            enddocument


            enter image description here



            Additionally, one can set the 2nd table in small:



            documentclass[11pt, a4paper]report
            usepackagebm
            usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
            usepackagecolor
            usepackagearray
            usepackagesetspace% if you must (for double spacing thesis)
            usepackagefancyhdr
            usepackageenumitem
            usepackagetikz
            usepackageparskip
            usepackagelipsum
            usepackagefloatrow
            usepackage[pass,showframe]geometry
            begindocument
            beginalign*
            setlengthextrarowheight3pt
            tabcolsep=2.5ptrelax
            noindentbegintabularc
            + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
            cline1-9
            $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
            $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
            $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
            $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
            $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
            $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
            $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
            $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
            endtabular
            endalign*

            small
            beginalign*
            tabcolsep=3.75ptrelax
            setlengthextrarowheight3pt
            noindentbegintabularc
            + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
            cline1-9
            $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
            $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
            $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
            $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
            $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
            $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
            $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
            $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
            endtabular
            endalign*

            enddocument


            enter image description here






            share|improve this answer

























            • Thanks, can you do something similar for the table above?

              – Maths
              2 days ago











            • well its the same additional line, but this makes the first table look very compact

              – Maths
              2 days ago











            • @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

              – Steven B. Segletes
              2 days ago


















            1














            I would recommend array for that.



            documentclass[11pt, a4paper]report
            usepackagebm
            usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
            usepackagecolor
            usepackagearray
            usepackagesetspace% if you must (for double spacing thesis)
            usepackagefancyhdr
            usepackageenumitem
            usepackagetikz
            usepackageparskip
            usepackagelipsum
            usepackagefloatrow
            begindocument
            [
            setlengthextrarowheight3pt
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
            chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
            chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
            chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
            chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
            chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
            chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1
            endarray
            ]
            enddocument


            enter image description here




            I prefer these two variants:



            documentclass[11pt, a4paper]report
            usepackagebm
            usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
            usepackagecolor
            usepackagearray
            usepackagesetspace% if you must (for double spacing thesis)
            usepackagefancyhdr
            usepackageenumitem
            usepackagetikz
            usepackageparskip
            usepackagelipsum
            usepackagefloatrow
            begindocument
            [
            setlengthextrarowheight3pt
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) & +1 & +1 & +1 & +1 & +1 & +1 & +1 & +1\
            chi_(0,0,1) & +1 & +1 & +1 & +1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) & +1 & +1 & -1 & -1 & +1 & +1 & -1 & -1\
            chi_(0,1,1) & +1 & +1 & -1 & -1 & -1 & -1 & +1 & +1\
            chi_(1,0,0) & +1 & -1 & +1 & -1 & +1 & -1 & +1 & -1\
            chi_(1,0,1) & +1 & -1 & +1 & -1 & -1 & +1 & -1 & +1\
            chi_(1,1,0) & +1 & -1 & -1 & +1 & +1 & -1 & -1 & +1\
            chi_(1,1,1) & +1 & -1 & -1 & +1 & -1 & +1 & +1 & -1
            endarray
            ]
            enddocument


            enter image description here



            documentclass[11pt, a4paper]report
            usepackagebm
            usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
            usepackagecolor
            usepackagearray
            usepackagesetspace% if you must (for double spacing thesis)
            usepackagefancyhdr
            usepackageenumitem
            usepackagetikz
            usepackageparskip
            usepackagelipsum
            usepackagefloatrow
            begindocument
            [
            setlengthextrarowheight3pt
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) & 1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1\
            chi_(0,0,1) & 1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) & 1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
            chi_(0,1,1) & 1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1\
            chi_(1,0,0) & 1 & -1 & phantom-1 & -1 & phantom-1 & -1 & phantom-1 & -1\
            chi_(1,0,1) & 1 & -1 & phantom-1 & -1 & -1 & phantom-1 & -1 & phantom-1\
            chi_(1,1,0) & 1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1\
            chi_(1,1,1) & 1 & -1 & -1 & phantom-1 & -1 & phantom-1 & phantom-1 & -1
            endarray
            ]
            enddocument


            enter image description here






            share|improve this answer

























            • But will this be within the default margins? as that's my issue

              – Maths
              2 days ago











            • @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

              – JouleV
              2 days ago











            • all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

              – Maths
              2 days ago











            • @Maths What do you mean by "free"? Automatic resize if margin exceeded?

              – JouleV
              2 days ago






            • 1





              @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

              – JouleV
              2 days ago












            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "85"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482599%2fis-it-possible-to-make-a-9x9-table-fit-within-the-default-margins%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            4 Answers
            4






            active

            oldest

            votes








            4 Answers
            4






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5














            I suggest you switch from a tabular to an array environment (letting you get rid of 160 [!] $ math-mode markers, center the columns, and reduce the value of arraycolsep from its default value of 5pt to 3pt.



            I would also use phantom- directives to align the positive and negative numbers. Note that since the first data column contains only (positive) numbers, no phantom directives are used in that column.



            As the following screenshot shows, the resulting array will be contained within the bounds of the textblock; its edges are marked by the thick black lines.



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document

            begindocument
            [ % no need for an 'align*' env.
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@ c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) &1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 \
            chi_(0,0,1) &1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) &1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
            chi_(0,1,1) &1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1 \
            chi_(1,0,0) &1 &-1 & phantom-1 &-1 & phantom-1 &-1 & phantom-1 &-1\
            chi_(1,0,1) &1 &-1 & phantom-1 &-1 & -1 & phantom-1 &-1 & phantom-1 \
            chi_(1,1,0) &1 &-1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1 \
            chi_(1,1,1) &1 &-1 & -1 & phantom-1 &-1 & phantom-1 & phantom-1 & -1\
            endarray
            ]
            enddocument



            Addendum to address the OP's follow-up request: The exact same adjustments described above also work for the "first table".



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document
            begindocument
            [
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            (0,0,0) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            (0,0,1) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0)\
            (0,1,0) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1)\
            (0,1,1) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0)\
            (1,0,0) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1)\
            (1,0,1) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0)\
            (1,1,0) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1)\
            (1,1,1) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0)\
            endarray
            ]
            enddocument





            share|improve this answer

























            • could you do this with the first table? I like the neatness of this :)

              – Maths
              2 days ago











            • @Maths - Please see the addendum I just posted.

              – Mico
              2 days ago















            5














            I suggest you switch from a tabular to an array environment (letting you get rid of 160 [!] $ math-mode markers, center the columns, and reduce the value of arraycolsep from its default value of 5pt to 3pt.



            I would also use phantom- directives to align the positive and negative numbers. Note that since the first data column contains only (positive) numbers, no phantom directives are used in that column.



            As the following screenshot shows, the resulting array will be contained within the bounds of the textblock; its edges are marked by the thick black lines.



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document

            begindocument
            [ % no need for an 'align*' env.
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@ c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) &1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 \
            chi_(0,0,1) &1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) &1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
            chi_(0,1,1) &1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1 \
            chi_(1,0,0) &1 &-1 & phantom-1 &-1 & phantom-1 &-1 & phantom-1 &-1\
            chi_(1,0,1) &1 &-1 & phantom-1 &-1 & -1 & phantom-1 &-1 & phantom-1 \
            chi_(1,1,0) &1 &-1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1 \
            chi_(1,1,1) &1 &-1 & -1 & phantom-1 &-1 & phantom-1 & phantom-1 & -1\
            endarray
            ]
            enddocument



            Addendum to address the OP's follow-up request: The exact same adjustments described above also work for the "first table".



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document
            begindocument
            [
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            (0,0,0) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            (0,0,1) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0)\
            (0,1,0) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1)\
            (0,1,1) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0)\
            (1,0,0) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1)\
            (1,0,1) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0)\
            (1,1,0) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1)\
            (1,1,1) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0)\
            endarray
            ]
            enddocument





            share|improve this answer

























            • could you do this with the first table? I like the neatness of this :)

              – Maths
              2 days ago











            • @Maths - Please see the addendum I just posted.

              – Mico
              2 days ago













            5












            5








            5







            I suggest you switch from a tabular to an array environment (letting you get rid of 160 [!] $ math-mode markers, center the columns, and reduce the value of arraycolsep from its default value of 5pt to 3pt.



            I would also use phantom- directives to align the positive and negative numbers. Note that since the first data column contains only (positive) numbers, no phantom directives are used in that column.



            As the following screenshot shows, the resulting array will be contained within the bounds of the textblock; its edges are marked by the thick black lines.



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document

            begindocument
            [ % no need for an 'align*' env.
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@ c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) &1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 \
            chi_(0,0,1) &1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) &1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
            chi_(0,1,1) &1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1 \
            chi_(1,0,0) &1 &-1 & phantom-1 &-1 & phantom-1 &-1 & phantom-1 &-1\
            chi_(1,0,1) &1 &-1 & phantom-1 &-1 & -1 & phantom-1 &-1 & phantom-1 \
            chi_(1,1,0) &1 &-1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1 \
            chi_(1,1,1) &1 &-1 & -1 & phantom-1 &-1 & phantom-1 & phantom-1 & -1\
            endarray
            ]
            enddocument



            Addendum to address the OP's follow-up request: The exact same adjustments described above also work for the "first table".



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document
            begindocument
            [
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            (0,0,0) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            (0,0,1) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0)\
            (0,1,0) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1)\
            (0,1,1) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0)\
            (1,0,0) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1)\
            (1,0,1) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0)\
            (1,1,0) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1)\
            (1,1,1) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0)\
            endarray
            ]
            enddocument





            share|improve this answer















            I suggest you switch from a tabular to an array environment (letting you get rid of 160 [!] $ math-mode markers, center the columns, and reduce the value of arraycolsep from its default value of 5pt to 3pt.



            I would also use phantom- directives to align the positive and negative numbers. Note that since the first data column contains only (positive) numbers, no phantom directives are used in that column.



            As the following screenshot shows, the resulting array will be contained within the bounds of the textblock; its edges are marked by the thick black lines.



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document

            begindocument
            [ % no need for an 'align*' env.
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@ c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) &1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 \
            chi_(0,0,1) &1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) &1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
            chi_(0,1,1) &1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1 \
            chi_(1,0,0) &1 &-1 & phantom-1 &-1 & phantom-1 &-1 & phantom-1 &-1\
            chi_(1,0,1) &1 &-1 & phantom-1 &-1 & -1 & phantom-1 &-1 & phantom-1 \
            chi_(1,1,0) &1 &-1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1 \
            chi_(1,1,1) &1 &-1 & -1 & phantom-1 &-1 & phantom-1 & phantom-1 & -1\
            endarray
            ]
            enddocument



            Addendum to address the OP's follow-up request: The exact same adjustments described above also work for the "first table".



            enter image description here



            documentclass[11pt, a4paper]report
            usepackagearray,showframe % don't load 'showframe' in real document
            begindocument
            [
            setlengtharraycolsep3pt % default:5pt
            renewcommandarraystretch1.2
            beginarray@c
            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            (0,0,0) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            (0,0,1) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0)\
            (0,1,0) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1)\
            (0,1,1) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0)\
            (1,0,0) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1) & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1)\
            (1,0,1) & (1,0,1) & (1,0,0) & (1,1,1) & (1,1,0) & (0,0,1) & (0,0,0) & (0,1,1) & (0,1,0)\
            (1,1,0) & (1,1,0) & (1,1,1) & (1,0,0) & (1,0,1) & (0,1,0) & (0,1,1) & (0,0,0) & (0,0,1)\
            (1,1,1) & (1,1,1) & (1,1,0) & (1,0,1) & (1,0,0) & (0,1,1) & (0,1,0) & (0,0,1) & (0,0,0)\
            endarray
            ]
            enddocument






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 2 days ago

























            answered 2 days ago









            MicoMico

            285k31388778




            285k31388778












            • could you do this with the first table? I like the neatness of this :)

              – Maths
              2 days ago











            • @Maths - Please see the addendum I just posted.

              – Mico
              2 days ago

















            • could you do this with the first table? I like the neatness of this :)

              – Maths
              2 days ago











            • @Maths - Please see the addendum I just posted.

              – Mico
              2 days ago
















            could you do this with the first table? I like the neatness of this :)

            – Maths
            2 days ago





            could you do this with the first table? I like the neatness of this :)

            – Maths
            2 days ago













            @Maths - Please see the addendum I just posted.

            – Mico
            2 days ago





            @Maths - Please see the addendum I just posted.

            – Mico
            2 days ago











            4














            Let TeX compute the intercolumn spaces.



            documentclass[11pt,a4paper]article
            usepackagearray

            usepackageshowframe % just to see the page margins

            begindocument

            This is the character table:
            [
            setlengthextrarowheight1.5pt
            setlengthtabcolsep0pt
            begintabular*displaywidth
            *8>$c<$
            @hspace3pt

            + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
            hline
            chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
            chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
            chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
            chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
            chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
            chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
            chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
            chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1\
            endtabular*
            ]

            enddocument


            enter image description here






            share|improve this answer



























              4














              Let TeX compute the intercolumn spaces.



              documentclass[11pt,a4paper]article
              usepackagearray

              usepackageshowframe % just to see the page margins

              begindocument

              This is the character table:
              [
              setlengthextrarowheight1.5pt
              setlengthtabcolsep0pt
              begintabular*displaywidth
              *8>$c<$
              @hspace3pt

              + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
              hline
              chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
              chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
              chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
              chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
              chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
              chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
              chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
              chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1\
              endtabular*
              ]

              enddocument


              enter image description here






              share|improve this answer

























                4












                4








                4







                Let TeX compute the intercolumn spaces.



                documentclass[11pt,a4paper]article
                usepackagearray

                usepackageshowframe % just to see the page margins

                begindocument

                This is the character table:
                [
                setlengthextrarowheight1.5pt
                setlengthtabcolsep0pt
                begintabular*displaywidth
                *8>$c<$
                @hspace3pt

                + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                hline
                chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
                chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
                chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
                chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
                chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
                chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
                chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
                chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1\
                endtabular*
                ]

                enddocument


                enter image description here






                share|improve this answer













                Let TeX compute the intercolumn spaces.



                documentclass[11pt,a4paper]article
                usepackagearray

                usepackageshowframe % just to see the page margins

                begindocument

                This is the character table:
                [
                setlengthextrarowheight1.5pt
                setlengthtabcolsep0pt
                begintabular*displaywidth
                *8>$c<$
                @hspace3pt

                + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                hline
                chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
                chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
                chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
                chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
                chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
                chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
                chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
                chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1\
                endtabular*
                ]

                enddocument


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 days ago









                egregegreg

                731k8919303250




                731k8919303250





















                    3














                    Reduce the tabcolsep.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*


                    beginalign*
                    tabcolsep=2.5ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*
                    enddocument


                    enter image description here



                    Additionally, one can set the 2nd table in small:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*

                    small
                    beginalign*
                    tabcolsep=3.75ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*

                    enddocument


                    enter image description here






                    share|improve this answer

























                    • Thanks, can you do something similar for the table above?

                      – Maths
                      2 days ago











                    • well its the same additional line, but this makes the first table look very compact

                      – Maths
                      2 days ago











                    • @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

                      – Steven B. Segletes
                      2 days ago















                    3














                    Reduce the tabcolsep.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*


                    beginalign*
                    tabcolsep=2.5ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*
                    enddocument


                    enter image description here



                    Additionally, one can set the 2nd table in small:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*

                    small
                    beginalign*
                    tabcolsep=3.75ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*

                    enddocument


                    enter image description here






                    share|improve this answer

























                    • Thanks, can you do something similar for the table above?

                      – Maths
                      2 days ago











                    • well its the same additional line, but this makes the first table look very compact

                      – Maths
                      2 days ago











                    • @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

                      – Steven B. Segletes
                      2 days ago













                    3












                    3








                    3







                    Reduce the tabcolsep.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*


                    beginalign*
                    tabcolsep=2.5ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*
                    enddocument


                    enter image description here



                    Additionally, one can set the 2nd table in small:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*

                    small
                    beginalign*
                    tabcolsep=3.75ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*

                    enddocument


                    enter image description here






                    share|improve this answer















                    Reduce the tabcolsep.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*


                    beginalign*
                    tabcolsep=2.5ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*
                    enddocument


                    enter image description here



                    Additionally, one can set the 2nd table in small:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    usepackage[pass,showframe]geometry
                    begindocument
                    beginalign*
                    setlengthextrarowheight3pt
                    tabcolsep=2.5ptrelax
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $chi_(0,0,0)$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ & $1$\
                    $chi_(0,0,1)$ & $1$ & $1$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$\
                    $chi_(0,1,0)$ & $1$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$\
                    $chi_(0,1,1)$ & $1$ & $1$ & $-1$ & $-1$ & $-1$ & $-1$ & $1$ & $1$\
                    $chi_(1,0,0)$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ & $-1$\
                    $chi_(1,0,1)$ & $1$ & $-1$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$\
                    $chi_(1,1,0)$ & $1$ & $-1$ & $-1$ & $1$ & $1$ & $-1$ & $-1$ & $1$\
                    $chi_(1,1,1)$ & $1$ & $-1$ & $-1$ & $1$ & $-1$ & $1$ & $1$ & $-1$\
                    endtabular
                    endalign*

                    small
                    beginalign*
                    tabcolsep=3.75ptrelax
                    setlengthextrarowheight3pt
                    noindentbegintabularc
                    + & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    cline1-9
                    $(0,0,0)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$\
                    $(0,0,1)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$\
                    $(0,1,0)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$\
                    $(0,1,1)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$\
                    $(1,0,0)$ & $(1,0,0)$ & $(1,0,1)$ & $(1,1,0)$ & $(1,1,1)$ & $(0,0,0)$ & $(0,0,1)$ & $(0,1,0)$ & $(0,1,1)$\
                    $(1,0,1)$ & $(1,0,1)$ & $(1,0,0)$ & $(1,1,1)$ & $(1,1,0)$ & $(0,0,1)$ & $(0,0,0)$ & $(0,1,1)$ & $(0,1,0)$\
                    $(1,1,0)$ & $(1,1,0)$ & $(1,1,1)$ & $(1,0,0)$ & $(1,0,1)$ & $(0,1,0)$ & $(0,1,1)$ & $(0,0,0)$ & $(0,0,1)$\
                    $(1,1,1)$ & $(1,1,1)$ & $(1,1,0)$ & $(1,0,1)$ & $(1,0,0)$ & $(0,1,1)$ & $(0,1,0)$ & $(0,0,1)$ & $(0,0,0)$\
                    endtabular
                    endalign*

                    enddocument


                    enter image description here







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited 2 days ago

























                    answered 2 days ago









                    Steven B. SegletesSteven B. Segletes

                    160k9205413




                    160k9205413












                    • Thanks, can you do something similar for the table above?

                      – Maths
                      2 days ago











                    • well its the same additional line, but this makes the first table look very compact

                      – Maths
                      2 days ago











                    • @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

                      – Steven B. Segletes
                      2 days ago

















                    • Thanks, can you do something similar for the table above?

                      – Maths
                      2 days ago











                    • well its the same additional line, but this makes the first table look very compact

                      – Maths
                      2 days ago











                    • @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

                      – Steven B. Segletes
                      2 days ago
















                    Thanks, can you do something similar for the table above?

                    – Maths
                    2 days ago





                    Thanks, can you do something similar for the table above?

                    – Maths
                    2 days ago













                    well its the same additional line, but this makes the first table look very compact

                    – Maths
                    2 days ago





                    well its the same additional line, but this makes the first table look very compact

                    – Maths
                    2 days ago













                    @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

                    – Steven B. Segletes
                    2 days ago





                    @Maths You can set it differently for each table. In the latter case, you might consider setting the tabular in a smaller font size.

                    – Steven B. Segletes
                    2 days ago











                    1














                    I would recommend array for that.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
                    chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
                    chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
                    chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
                    chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
                    chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
                    chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here




                    I prefer these two variants:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & +1 & +1 & +1 & +1 & +1 & +1 & +1 & +1\
                    chi_(0,0,1) & +1 & +1 & +1 & +1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & +1 & +1 & -1 & -1 & +1 & +1 & -1 & -1\
                    chi_(0,1,1) & +1 & +1 & -1 & -1 & -1 & -1 & +1 & +1\
                    chi_(1,0,0) & +1 & -1 & +1 & -1 & +1 & -1 & +1 & -1\
                    chi_(1,0,1) & +1 & -1 & +1 & -1 & -1 & +1 & -1 & +1\
                    chi_(1,1,0) & +1 & -1 & -1 & +1 & +1 & -1 & -1 & +1\
                    chi_(1,1,1) & +1 & -1 & -1 & +1 & -1 & +1 & +1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1\
                    chi_(0,0,1) & 1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
                    chi_(0,1,1) & 1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1\
                    chi_(1,0,0) & 1 & -1 & phantom-1 & -1 & phantom-1 & -1 & phantom-1 & -1\
                    chi_(1,0,1) & 1 & -1 & phantom-1 & -1 & -1 & phantom-1 & -1 & phantom-1\
                    chi_(1,1,0) & 1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1\
                    chi_(1,1,1) & 1 & -1 & -1 & phantom-1 & -1 & phantom-1 & phantom-1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here






                    share|improve this answer

























                    • But will this be within the default margins? as that's my issue

                      – Maths
                      2 days ago











                    • @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

                      – JouleV
                      2 days ago











                    • all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

                      – Maths
                      2 days ago











                    • @Maths What do you mean by "free"? Automatic resize if margin exceeded?

                      – JouleV
                      2 days ago






                    • 1





                      @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

                      – JouleV
                      2 days ago
















                    1














                    I would recommend array for that.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
                    chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
                    chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
                    chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
                    chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
                    chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
                    chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here




                    I prefer these two variants:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & +1 & +1 & +1 & +1 & +1 & +1 & +1 & +1\
                    chi_(0,0,1) & +1 & +1 & +1 & +1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & +1 & +1 & -1 & -1 & +1 & +1 & -1 & -1\
                    chi_(0,1,1) & +1 & +1 & -1 & -1 & -1 & -1 & +1 & +1\
                    chi_(1,0,0) & +1 & -1 & +1 & -1 & +1 & -1 & +1 & -1\
                    chi_(1,0,1) & +1 & -1 & +1 & -1 & -1 & +1 & -1 & +1\
                    chi_(1,1,0) & +1 & -1 & -1 & +1 & +1 & -1 & -1 & +1\
                    chi_(1,1,1) & +1 & -1 & -1 & +1 & -1 & +1 & +1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1\
                    chi_(0,0,1) & 1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
                    chi_(0,1,1) & 1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1\
                    chi_(1,0,0) & 1 & -1 & phantom-1 & -1 & phantom-1 & -1 & phantom-1 & -1\
                    chi_(1,0,1) & 1 & -1 & phantom-1 & -1 & -1 & phantom-1 & -1 & phantom-1\
                    chi_(1,1,0) & 1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1\
                    chi_(1,1,1) & 1 & -1 & -1 & phantom-1 & -1 & phantom-1 & phantom-1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here






                    share|improve this answer

























                    • But will this be within the default margins? as that's my issue

                      – Maths
                      2 days ago











                    • @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

                      – JouleV
                      2 days ago











                    • all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

                      – Maths
                      2 days ago











                    • @Maths What do you mean by "free"? Automatic resize if margin exceeded?

                      – JouleV
                      2 days ago






                    • 1





                      @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

                      – JouleV
                      2 days ago














                    1












                    1








                    1







                    I would recommend array for that.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
                    chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
                    chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
                    chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
                    chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
                    chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
                    chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here




                    I prefer these two variants:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & +1 & +1 & +1 & +1 & +1 & +1 & +1 & +1\
                    chi_(0,0,1) & +1 & +1 & +1 & +1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & +1 & +1 & -1 & -1 & +1 & +1 & -1 & -1\
                    chi_(0,1,1) & +1 & +1 & -1 & -1 & -1 & -1 & +1 & +1\
                    chi_(1,0,0) & +1 & -1 & +1 & -1 & +1 & -1 & +1 & -1\
                    chi_(1,0,1) & +1 & -1 & +1 & -1 & -1 & +1 & -1 & +1\
                    chi_(1,1,0) & +1 & -1 & -1 & +1 & +1 & -1 & -1 & +1\
                    chi_(1,1,1) & +1 & -1 & -1 & +1 & -1 & +1 & +1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1\
                    chi_(0,0,1) & 1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
                    chi_(0,1,1) & 1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1\
                    chi_(1,0,0) & 1 & -1 & phantom-1 & -1 & phantom-1 & -1 & phantom-1 & -1\
                    chi_(1,0,1) & 1 & -1 & phantom-1 & -1 & -1 & phantom-1 & -1 & phantom-1\
                    chi_(1,1,0) & 1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1\
                    chi_(1,1,1) & 1 & -1 & -1 & phantom-1 & -1 & phantom-1 & phantom-1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here






                    share|improve this answer















                    I would recommend array for that.



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\
                    chi_(0,0,1) & 1 & 1 & 1 & 1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & 1 & -1 & -1 & 1 & 1 & -1 & -1\
                    chi_(0,1,1) & 1 & 1 & -1 & -1 & -1 & -1 & 1 & 1\
                    chi_(1,0,0) & 1 & -1 & 1 & -1 & 1 & -1 & 1 & -1\
                    chi_(1,0,1) & 1 & -1 & 1 & -1 & -1 & 1 & -1 & 1\
                    chi_(1,1,0) & 1 & -1 & -1 & 1 & 1 & -1 & -1 & 1\
                    chi_(1,1,1) & 1 & -1 & -1 & 1 & -1 & 1 & 1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here




                    I prefer these two variants:



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & +1 & +1 & +1 & +1 & +1 & +1 & +1 & +1\
                    chi_(0,0,1) & +1 & +1 & +1 & +1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & +1 & +1 & -1 & -1 & +1 & +1 & -1 & -1\
                    chi_(0,1,1) & +1 & +1 & -1 & -1 & -1 & -1 & +1 & +1\
                    chi_(1,0,0) & +1 & -1 & +1 & -1 & +1 & -1 & +1 & -1\
                    chi_(1,0,1) & +1 & -1 & +1 & -1 & -1 & +1 & -1 & +1\
                    chi_(1,1,0) & +1 & -1 & -1 & +1 & +1 & -1 & -1 & +1\
                    chi_(1,1,1) & +1 & -1 & -1 & +1 & -1 & +1 & +1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here



                    documentclass[11pt, a4paper]report
                    usepackagebm
                    usepackageamsfonts, graphicx, verbatim, amsmath,amssymb, amsthm
                    usepackagecolor
                    usepackagearray
                    usepackagesetspace% if you must (for double spacing thesis)
                    usepackagefancyhdr
                    usepackageenumitem
                    usepackagetikz
                    usepackageparskip
                    usepackagelipsum
                    usepackagefloatrow
                    begindocument
                    [
                    setlengthextrarowheight3pt
                    beginarray@c
                    + & (0,0,0) & (0,0,1) & (0,1,0) & (0,1,1) & (1,0,0) & (1,0,1) & (1,1,0) & (1,1,1)\
                    hline
                    chi_(0,0,0) & 1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1 & phantom-1\
                    chi_(0,0,1) & 1 & phantom-1 & phantom-1 & phantom-1 & -1 & -1 & -1 & -1\
                    chi_(0,1,0) & 1 & phantom-1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1\
                    chi_(0,1,1) & 1 & phantom-1 & -1 & -1 & -1 & -1 & phantom-1 & phantom-1\
                    chi_(1,0,0) & 1 & -1 & phantom-1 & -1 & phantom-1 & -1 & phantom-1 & -1\
                    chi_(1,0,1) & 1 & -1 & phantom-1 & -1 & -1 & phantom-1 & -1 & phantom-1\
                    chi_(1,1,0) & 1 & -1 & -1 & phantom-1 & phantom-1 & -1 & -1 & phantom-1\
                    chi_(1,1,1) & 1 & -1 & -1 & phantom-1 & -1 & phantom-1 & phantom-1 & -1
                    endarray
                    ]
                    enddocument


                    enter image description here







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited 2 days ago

























                    answered 2 days ago









                    JouleVJouleV

                    10.3k22558




                    10.3k22558












                    • But will this be within the default margins? as that's my issue

                      – Maths
                      2 days ago











                    • @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

                      – JouleV
                      2 days ago











                    • all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

                      – Maths
                      2 days ago











                    • @Maths What do you mean by "free"? Automatic resize if margin exceeded?

                      – JouleV
                      2 days ago






                    • 1





                      @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

                      – JouleV
                      2 days ago


















                    • But will this be within the default margins? as that's my issue

                      – Maths
                      2 days ago











                    • @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

                      – JouleV
                      2 days ago











                    • all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

                      – Maths
                      2 days ago











                    • @Maths What do you mean by "free"? Automatic resize if margin exceeded?

                      – JouleV
                      2 days ago






                    • 1





                      @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

                      – JouleV
                      2 days ago

















                    But will this be within the default margins? as that's my issue

                    – Maths
                    2 days ago





                    But will this be within the default margins? as that's my issue

                    – Maths
                    2 days ago













                    @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

                    – JouleV
                    2 days ago





                    @Maths Of course yes - I did some settings to make sure that Overfull hbox doesn't happen.

                    – JouleV
                    2 days ago













                    all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

                    – Maths
                    2 days ago





                    all solutions provided here are of good quality hence the +1 for all. however for the first table, as mentioned in the above answer, using the technique from the first solution makes everything compact, any ideas to make it 'free'?

                    – Maths
                    2 days ago













                    @Maths What do you mean by "free"? Automatic resize if margin exceeded?

                    – JouleV
                    2 days ago





                    @Maths What do you mean by "free"? Automatic resize if margin exceeded?

                    – JouleV
                    2 days ago




                    1




                    1





                    @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

                    – JouleV
                    2 days ago






                    @Mico Oh yes. Actually I used "Find and Replace" in my editor, so I did not take note of that. Thanks!

                    – JouleV
                    2 days ago


















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482599%2fis-it-possible-to-make-a-9x9-table-fit-within-the-default-margins%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                    Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

                    Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.