How to make the following complicated table in Latex?












0















enter image description here



Suppose you can use {amsmath} package.
I write a one by myself, but some details are not very good. E.g. in the following Table(show only a small part), the word "Stage" is not in vertical-center as the original table shown in the above.



enter image description here



My code is here:



begin{center}
begin{small}
begin{sc}
begin{tabular}{llp{1.5cm}cp{2cm}}
toprule
textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
cline{1-1}
& textit{Generation}-1 & $surd$ & 0 \
bottomrule
end{tabular}
end{sc}
end{small}
end{center}









share|improve this question























  • Welcome to TeX.SE! Please make your code snippet compilable!

    – Kurt
    Jan 22 at 23:09











  • What is the sc environment?

    – Bernard
    Jan 22 at 23:11











  • Any news? Can you extend your table with some more rows example that its context become more apparent?

    – Zarko
    Jan 23 at 20:02











  • sc is a environment provided by a conference.

    – ZPascal
    Jan 24 at 17:41













  • I post my finalized code below. Any comments are welcomed!

    – ZPascal
    Jan 24 at 17:45
















0















enter image description here



Suppose you can use {amsmath} package.
I write a one by myself, but some details are not very good. E.g. in the following Table(show only a small part), the word "Stage" is not in vertical-center as the original table shown in the above.



enter image description here



My code is here:



begin{center}
begin{small}
begin{sc}
begin{tabular}{llp{1.5cm}cp{2cm}}
toprule
textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
cline{1-1}
& textit{Generation}-1 & $surd$ & 0 \
bottomrule
end{tabular}
end{sc}
end{small}
end{center}









share|improve this question























  • Welcome to TeX.SE! Please make your code snippet compilable!

    – Kurt
    Jan 22 at 23:09











  • What is the sc environment?

    – Bernard
    Jan 22 at 23:11











  • Any news? Can you extend your table with some more rows example that its context become more apparent?

    – Zarko
    Jan 23 at 20:02











  • sc is a environment provided by a conference.

    – ZPascal
    Jan 24 at 17:41













  • I post my finalized code below. Any comments are welcomed!

    – ZPascal
    Jan 24 at 17:45














0












0








0


0






enter image description here



Suppose you can use {amsmath} package.
I write a one by myself, but some details are not very good. E.g. in the following Table(show only a small part), the word "Stage" is not in vertical-center as the original table shown in the above.



enter image description here



My code is here:



begin{center}
begin{small}
begin{sc}
begin{tabular}{llp{1.5cm}cp{2cm}}
toprule
textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
cline{1-1}
& textit{Generation}-1 & $surd$ & 0 \
bottomrule
end{tabular}
end{sc}
end{small}
end{center}









share|improve this question














enter image description here



Suppose you can use {amsmath} package.
I write a one by myself, but some details are not very good. E.g. in the following Table(show only a small part), the word "Stage" is not in vertical-center as the original table shown in the above.



enter image description here



My code is here:



begin{center}
begin{small}
begin{sc}
begin{tabular}{llp{1.5cm}cp{2cm}}
toprule
textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
cline{1-1}
& textit{Generation}-1 & $surd$ & 0 \
bottomrule
end{tabular}
end{sc}
end{small}
end{center}






tables






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 22 at 22:45









ZPascalZPascal

31




31













  • Welcome to TeX.SE! Please make your code snippet compilable!

    – Kurt
    Jan 22 at 23:09











  • What is the sc environment?

    – Bernard
    Jan 22 at 23:11











  • Any news? Can you extend your table with some more rows example that its context become more apparent?

    – Zarko
    Jan 23 at 20:02











  • sc is a environment provided by a conference.

    – ZPascal
    Jan 24 at 17:41













  • I post my finalized code below. Any comments are welcomed!

    – ZPascal
    Jan 24 at 17:45



















  • Welcome to TeX.SE! Please make your code snippet compilable!

    – Kurt
    Jan 22 at 23:09











  • What is the sc environment?

    – Bernard
    Jan 22 at 23:11











  • Any news? Can you extend your table with some more rows example that its context become more apparent?

    – Zarko
    Jan 23 at 20:02











  • sc is a environment provided by a conference.

    – ZPascal
    Jan 24 at 17:41













  • I post my finalized code below. Any comments are welcomed!

    – ZPascal
    Jan 24 at 17:45

















Welcome to TeX.SE! Please make your code snippet compilable!

– Kurt
Jan 22 at 23:09





Welcome to TeX.SE! Please make your code snippet compilable!

– Kurt
Jan 22 at 23:09













What is the sc environment?

– Bernard
Jan 22 at 23:11





What is the sc environment?

– Bernard
Jan 22 at 23:11













Any news? Can you extend your table with some more rows example that its context become more apparent?

– Zarko
Jan 23 at 20:02





Any news? Can you extend your table with some more rows example that its context become more apparent?

– Zarko
Jan 23 at 20:02













sc is a environment provided by a conference.

– ZPascal
Jan 24 at 17:41







sc is a environment provided by a conference.

– ZPascal
Jan 24 at 17:41















I post my finalized code below. Any comments are welcomed!

– ZPascal
Jan 24 at 17:45





I post my finalized code below. Any comments are welcomed!

– ZPascal
Jan 24 at 17:45










2 Answers
2






active

oldest

votes


















3















  • Your table is not so complex, but let me say frankly, I would reconsider it design again

  • Context of your table is unknown, so it is hart to advise some its improvements

  • Your code example use unknown environment sc, probably you like to have text in the small caps shape

  • Environment small doesn't exist, to have small font size you should use small command after begin{center}

  • The use of the makecell macro from the package with the same name can improve formatting of column headers


  • The following MWE (Minimal Working Example) only repair and slightly improve your code fragment ...



    documentclass{article}
    usepackage{array, booktabs, makecell}

    begin{document}
    begin{center}
    smallscshape % <---
    begin{tabular}{lllcl} % <---
    toprule
    textit{textbf{Stage}}-1
    & & makecell{ACPF\ converge}
    & makecell{Over-limit\ Lines} \ % <---
    cline{1-1}
    & textit{Generation}-1 & $surd$ & 0 \
    bottomrule
    end{tabular}
    end{center}
    end{document}



enter image description here






share|improve this answer

































    0














    begin{center}
    begin{small}
    begin{sc}
    begin{tabular}{m{1.5cm}lccl}
    toprule
    %textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
    textit{textbf{Stage}}-1
    & & makecell{ACPF \ Converge}
    & makecell{Over-limit \ Lines} \
    cline{1-1}
    & textit{Generation}-1 & Yes & 0 \
    %hhline{====}
    hline
    textit{textbf{Stage}}-2
    & & makecell{ACPF \ Converge}
    & makecell{Over-limit \ Lines} \
    cline{1-1}
    & textit{Generation}-2 & Yes & 0 \
    hhline{====} \
    textit{textbf{Result}}
    & & Win & \
    bottomrule
    end{tabular}
    end{sc}
    end{small}
    end{center}





    share|improve this answer








    New contributor




    ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      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%2f471396%2fhow-to-make-the-following-complicated-table-in-latex%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3















      • Your table is not so complex, but let me say frankly, I would reconsider it design again

      • Context of your table is unknown, so it is hart to advise some its improvements

      • Your code example use unknown environment sc, probably you like to have text in the small caps shape

      • Environment small doesn't exist, to have small font size you should use small command after begin{center}

      • The use of the makecell macro from the package with the same name can improve formatting of column headers


      • The following MWE (Minimal Working Example) only repair and slightly improve your code fragment ...



        documentclass{article}
        usepackage{array, booktabs, makecell}

        begin{document}
        begin{center}
        smallscshape % <---
        begin{tabular}{lllcl} % <---
        toprule
        textit{textbf{Stage}}-1
        & & makecell{ACPF\ converge}
        & makecell{Over-limit\ Lines} \ % <---
        cline{1-1}
        & textit{Generation}-1 & $surd$ & 0 \
        bottomrule
        end{tabular}
        end{center}
        end{document}



      enter image description here






      share|improve this answer






























        3















        • Your table is not so complex, but let me say frankly, I would reconsider it design again

        • Context of your table is unknown, so it is hart to advise some its improvements

        • Your code example use unknown environment sc, probably you like to have text in the small caps shape

        • Environment small doesn't exist, to have small font size you should use small command after begin{center}

        • The use of the makecell macro from the package with the same name can improve formatting of column headers


        • The following MWE (Minimal Working Example) only repair and slightly improve your code fragment ...



          documentclass{article}
          usepackage{array, booktabs, makecell}

          begin{document}
          begin{center}
          smallscshape % <---
          begin{tabular}{lllcl} % <---
          toprule
          textit{textbf{Stage}}-1
          & & makecell{ACPF\ converge}
          & makecell{Over-limit\ Lines} \ % <---
          cline{1-1}
          & textit{Generation}-1 & $surd$ & 0 \
          bottomrule
          end{tabular}
          end{center}
          end{document}



        enter image description here






        share|improve this answer




























          3












          3








          3








          • Your table is not so complex, but let me say frankly, I would reconsider it design again

          • Context of your table is unknown, so it is hart to advise some its improvements

          • Your code example use unknown environment sc, probably you like to have text in the small caps shape

          • Environment small doesn't exist, to have small font size you should use small command after begin{center}

          • The use of the makecell macro from the package with the same name can improve formatting of column headers


          • The following MWE (Minimal Working Example) only repair and slightly improve your code fragment ...



            documentclass{article}
            usepackage{array, booktabs, makecell}

            begin{document}
            begin{center}
            smallscshape % <---
            begin{tabular}{lllcl} % <---
            toprule
            textit{textbf{Stage}}-1
            & & makecell{ACPF\ converge}
            & makecell{Over-limit\ Lines} \ % <---
            cline{1-1}
            & textit{Generation}-1 & $surd$ & 0 \
            bottomrule
            end{tabular}
            end{center}
            end{document}



          enter image description here






          share|improve this answer
















          • Your table is not so complex, but let me say frankly, I would reconsider it design again

          • Context of your table is unknown, so it is hart to advise some its improvements

          • Your code example use unknown environment sc, probably you like to have text in the small caps shape

          • Environment small doesn't exist, to have small font size you should use small command after begin{center}

          • The use of the makecell macro from the package with the same name can improve formatting of column headers


          • The following MWE (Minimal Working Example) only repair and slightly improve your code fragment ...



            documentclass{article}
            usepackage{array, booktabs, makecell}

            begin{document}
            begin{center}
            smallscshape % <---
            begin{tabular}{lllcl} % <---
            toprule
            textit{textbf{Stage}}-1
            & & makecell{ACPF\ converge}
            & makecell{Over-limit\ Lines} \ % <---
            cline{1-1}
            & textit{Generation}-1 & $surd$ & 0 \
            bottomrule
            end{tabular}
            end{center}
            end{document}



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 23 at 20:27

























          answered Jan 23 at 0:43









          ZarkoZarko

          123k865161




          123k865161























              0














              begin{center}
              begin{small}
              begin{sc}
              begin{tabular}{m{1.5cm}lccl}
              toprule
              %textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
              textit{textbf{Stage}}-1
              & & makecell{ACPF \ Converge}
              & makecell{Over-limit \ Lines} \
              cline{1-1}
              & textit{Generation}-1 & Yes & 0 \
              %hhline{====}
              hline
              textit{textbf{Stage}}-2
              & & makecell{ACPF \ Converge}
              & makecell{Over-limit \ Lines} \
              cline{1-1}
              & textit{Generation}-2 & Yes & 0 \
              hhline{====} \
              textit{textbf{Result}}
              & & Win & \
              bottomrule
              end{tabular}
              end{sc}
              end{small}
              end{center}





              share|improve this answer








              New contributor




              ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                begin{center}
                begin{small}
                begin{sc}
                begin{tabular}{m{1.5cm}lccl}
                toprule
                %textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
                textit{textbf{Stage}}-1
                & & makecell{ACPF \ Converge}
                & makecell{Over-limit \ Lines} \
                cline{1-1}
                & textit{Generation}-1 & Yes & 0 \
                %hhline{====}
                hline
                textit{textbf{Stage}}-2
                & & makecell{ACPF \ Converge}
                & makecell{Over-limit \ Lines} \
                cline{1-1}
                & textit{Generation}-2 & Yes & 0 \
                hhline{====} \
                textit{textbf{Result}}
                & & Win & \
                bottomrule
                end{tabular}
                end{sc}
                end{small}
                end{center}





                share|improve this answer








                New contributor




                ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  begin{center}
                  begin{small}
                  begin{sc}
                  begin{tabular}{m{1.5cm}lccl}
                  toprule
                  %textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
                  textit{textbf{Stage}}-1
                  & & makecell{ACPF \ Converge}
                  & makecell{Over-limit \ Lines} \
                  cline{1-1}
                  & textit{Generation}-1 & Yes & 0 \
                  %hhline{====}
                  hline
                  textit{textbf{Stage}}-2
                  & & makecell{ACPF \ Converge}
                  & makecell{Over-limit \ Lines} \
                  cline{1-1}
                  & textit{Generation}-2 & Yes & 0 \
                  hhline{====} \
                  textit{textbf{Result}}
                  & & Win & \
                  bottomrule
                  end{tabular}
                  end{sc}
                  end{small}
                  end{center}





                  share|improve this answer








                  New contributor




                  ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  begin{center}
                  begin{small}
                  begin{sc}
                  begin{tabular}{m{1.5cm}lccl}
                  toprule
                  %textit{textbf{Stage}}-1 & & ACPF newline converge & Over-limit Lines \
                  textit{textbf{Stage}}-1
                  & & makecell{ACPF \ Converge}
                  & makecell{Over-limit \ Lines} \
                  cline{1-1}
                  & textit{Generation}-1 & Yes & 0 \
                  %hhline{====}
                  hline
                  textit{textbf{Stage}}-2
                  & & makecell{ACPF \ Converge}
                  & makecell{Over-limit \ Lines} \
                  cline{1-1}
                  & textit{Generation}-2 & Yes & 0 \
                  hhline{====} \
                  textit{textbf{Result}}
                  & & Win & \
                  bottomrule
                  end{tabular}
                  end{sc}
                  end{small}
                  end{center}






                  share|improve this answer








                  New contributor




                  ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Jan 24 at 17:48









                  ZPascalZPascal

                  31




                  31




                  New contributor




                  ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  ZPascal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      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%2f471396%2fhow-to-make-the-following-complicated-table-in-latex%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)

                      How to change which sound is reproduced for terminal bell?

                      Can I use Tabulator js library in my java Spring + Thymeleaf project?