Vertical alignment of tabular to baseline in an itemize environment












2














I have a tabular inside an itemize environment:



documentclass{article}
begin{document}
begin{itemize}
item[(b)]
begin{tabular}{|c|c|}
...
end{tabular}
end{itemize}
end{document}


It looks like this:



wrong



But I want it to look like this:



correct



I.e. I want to align the top of the table to the present item baseline. How?










share|improve this question
























  • I've found conflicting information online, one author proposing that top is default, while another suggests "default is alignment on the center of the environment".
    – Alexander Reynolds
    Jun 22 '16 at 19:32












  • @AlexanderReynolds: I think I was wrong: c is the default, so a change to t is correct
    – Christian Hupfer
    Jun 22 '16 at 19:35
















2














I have a tabular inside an itemize environment:



documentclass{article}
begin{document}
begin{itemize}
item[(b)]
begin{tabular}{|c|c|}
...
end{tabular}
end{itemize}
end{document}


It looks like this:



wrong



But I want it to look like this:



correct



I.e. I want to align the top of the table to the present item baseline. How?










share|improve this question
























  • I've found conflicting information online, one author proposing that top is default, while another suggests "default is alignment on the center of the environment".
    – Alexander Reynolds
    Jun 22 '16 at 19:32












  • @AlexanderReynolds: I think I was wrong: c is the default, so a change to t is correct
    – Christian Hupfer
    Jun 22 '16 at 19:35














2












2








2







I have a tabular inside an itemize environment:



documentclass{article}
begin{document}
begin{itemize}
item[(b)]
begin{tabular}{|c|c|}
...
end{tabular}
end{itemize}
end{document}


It looks like this:



wrong



But I want it to look like this:



correct



I.e. I want to align the top of the table to the present item baseline. How?










share|improve this question















I have a tabular inside an itemize environment:



documentclass{article}
begin{document}
begin{itemize}
item[(b)]
begin{tabular}{|c|c|}
...
end{tabular}
end{itemize}
end{document}


It looks like this:



wrong



But I want it to look like this:



correct



I.e. I want to align the top of the table to the present item baseline. How?







tables vertical-alignment lists






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 22 '16 at 19:59









Werner

438k649631655




438k649631655










asked Jun 22 '16 at 19:26









R2-D2

1284




1284












  • I've found conflicting information online, one author proposing that top is default, while another suggests "default is alignment on the center of the environment".
    – Alexander Reynolds
    Jun 22 '16 at 19:32












  • @AlexanderReynolds: I think I was wrong: c is the default, so a change to t is correct
    – Christian Hupfer
    Jun 22 '16 at 19:35


















  • I've found conflicting information online, one author proposing that top is default, while another suggests "default is alignment on the center of the environment".
    – Alexander Reynolds
    Jun 22 '16 at 19:32












  • @AlexanderReynolds: I think I was wrong: c is the default, so a change to t is correct
    – Christian Hupfer
    Jun 22 '16 at 19:35
















I've found conflicting information online, one author proposing that top is default, while another suggests "default is alignment on the center of the environment".
– Alexander Reynolds
Jun 22 '16 at 19:32






I've found conflicting information online, one author proposing that top is default, while another suggests "default is alignment on the center of the environment".
– Alexander Reynolds
Jun 22 '16 at 19:32














@AlexanderReynolds: I think I was wrong: c is the default, so a change to t is correct
– Christian Hupfer
Jun 22 '16 at 19:35




@AlexanderReynolds: I think I was wrong: c is the default, so a change to t is correct
– Christian Hupfer
Jun 22 '16 at 19:35










1 Answer
1






active

oldest

votes


















2














Consider using adjustbox to vertically align the tabulars to the items as the default [t]op and [b]ottom alignments when including horizontal rules - hlines - influences it:



enter image description here



documentclass{article}

usepackage{adjustbox}

begin{document}

begin{enumerate}
item
adjustbox{valign=t}{begin{tabular}{|c|c|}
hline
Lorem & Ipsum tabularnewline
hline
One &tabularnewline
Two & Wow tabularnewline
Three& tabularnewline
hline
end{tabular}}
qquad
begin{tabular}[t]{|c|c|}
hline
Lorem & Ipsum tabularnewline
hline
One &tabularnewline
Two & Wow tabularnewline
Three& tabularnewline
hline
end{tabular}

item
adjustbox{valign=b}{begin{tabular}{|c|c|}
hline
Lorem & Ipsum tabularnewline
hline
One &tabularnewline
Two & Wow tabularnewline
Three& tabularnewline
hline
end{tabular}}
qquad
begin{tabular}[b]{|c|c|}
hline
Lorem & Ipsum tabularnewline
hline
One &tabularnewline
Two & Wow tabularnewline
Three& tabularnewline
hline
end{tabular}
end{enumerate}

end{document}





share|improve this answer





















    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%2f316153%2fvertical-alignment-of-tabular-to-baseline-in-an-itemize-environment%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    Consider using adjustbox to vertically align the tabulars to the items as the default [t]op and [b]ottom alignments when including horizontal rules - hlines - influences it:



    enter image description here



    documentclass{article}

    usepackage{adjustbox}

    begin{document}

    begin{enumerate}
    item
    adjustbox{valign=t}{begin{tabular}{|c|c|}
    hline
    Lorem & Ipsum tabularnewline
    hline
    One &tabularnewline
    Two & Wow tabularnewline
    Three& tabularnewline
    hline
    end{tabular}}
    qquad
    begin{tabular}[t]{|c|c|}
    hline
    Lorem & Ipsum tabularnewline
    hline
    One &tabularnewline
    Two & Wow tabularnewline
    Three& tabularnewline
    hline
    end{tabular}

    item
    adjustbox{valign=b}{begin{tabular}{|c|c|}
    hline
    Lorem & Ipsum tabularnewline
    hline
    One &tabularnewline
    Two & Wow tabularnewline
    Three& tabularnewline
    hline
    end{tabular}}
    qquad
    begin{tabular}[b]{|c|c|}
    hline
    Lorem & Ipsum tabularnewline
    hline
    One &tabularnewline
    Two & Wow tabularnewline
    Three& tabularnewline
    hline
    end{tabular}
    end{enumerate}

    end{document}





    share|improve this answer


























      2














      Consider using adjustbox to vertically align the tabulars to the items as the default [t]op and [b]ottom alignments when including horizontal rules - hlines - influences it:



      enter image description here



      documentclass{article}

      usepackage{adjustbox}

      begin{document}

      begin{enumerate}
      item
      adjustbox{valign=t}{begin{tabular}{|c|c|}
      hline
      Lorem & Ipsum tabularnewline
      hline
      One &tabularnewline
      Two & Wow tabularnewline
      Three& tabularnewline
      hline
      end{tabular}}
      qquad
      begin{tabular}[t]{|c|c|}
      hline
      Lorem & Ipsum tabularnewline
      hline
      One &tabularnewline
      Two & Wow tabularnewline
      Three& tabularnewline
      hline
      end{tabular}

      item
      adjustbox{valign=b}{begin{tabular}{|c|c|}
      hline
      Lorem & Ipsum tabularnewline
      hline
      One &tabularnewline
      Two & Wow tabularnewline
      Three& tabularnewline
      hline
      end{tabular}}
      qquad
      begin{tabular}[b]{|c|c|}
      hline
      Lorem & Ipsum tabularnewline
      hline
      One &tabularnewline
      Two & Wow tabularnewline
      Three& tabularnewline
      hline
      end{tabular}
      end{enumerate}

      end{document}





      share|improve this answer
























        2












        2








        2






        Consider using adjustbox to vertically align the tabulars to the items as the default [t]op and [b]ottom alignments when including horizontal rules - hlines - influences it:



        enter image description here



        documentclass{article}

        usepackage{adjustbox}

        begin{document}

        begin{enumerate}
        item
        adjustbox{valign=t}{begin{tabular}{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}}
        qquad
        begin{tabular}[t]{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}

        item
        adjustbox{valign=b}{begin{tabular}{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}}
        qquad
        begin{tabular}[b]{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}
        end{enumerate}

        end{document}





        share|improve this answer












        Consider using adjustbox to vertically align the tabulars to the items as the default [t]op and [b]ottom alignments when including horizontal rules - hlines - influences it:



        enter image description here



        documentclass{article}

        usepackage{adjustbox}

        begin{document}

        begin{enumerate}
        item
        adjustbox{valign=t}{begin{tabular}{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}}
        qquad
        begin{tabular}[t]{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}

        item
        adjustbox{valign=b}{begin{tabular}{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}}
        qquad
        begin{tabular}[b]{|c|c|}
        hline
        Lorem & Ipsum tabularnewline
        hline
        One &tabularnewline
        Two & Wow tabularnewline
        Three& tabularnewline
        hline
        end{tabular}
        end{enumerate}

        end{document}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 22 '16 at 19:58









        Werner

        438k649631655




        438k649631655






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f316153%2fvertical-alignment-of-tabular-to-baseline-in-an-itemize-environment%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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?