Long Table containing figures ,equations and multicolumn Unicorn Meta Zoo #1: Why another...

Check if a string is entirely made of the same substring

First instead of 1 when referencing

Is there metaphorical meaning of "aus der Haft entlassen"?

Intern got a job offer for same salary than a long term team member

Drawing a german abacus as in the books of Adam Ries

Is there really no use for MD5 anymore?

How to have a sharp product image?

A strange hotel

A Paper Record is What I Hamper

How to translate "red flag" into Spanish?

Map material from china not allowed to leave the country

Retract an already submitted recommendation letter (written for an undergrad student)

Multiple fireplaces in an apartment building?

Long vowel quality before R

Why doesn't the standard consider a template constructor as a copy constructor?

Suing a Police Officer Instead of the Police Department

How do I prove this combinatorial identity

How to not starve gigantic beasts

Multiple options vs single option UI

Double-nominative constructions and “von”

How would this chord from "Rocket Man" be analyzed?

Was Dennis Ritchie being too modest in this quote about C and Pascal?

A faster way to compute the largest prime factor

As an international instructor, should I openly talk about my accent?



Long Table containing figures ,equations and multicolumn



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manaramulticolumn long table or enumerationWord wrap in multicolumn and multirow tabletabu package - gaps in vertical linesIEEEeqnarraymulticol and long equationslong table multicolumn single word without hyphenHow to get a “thousands” separator in `spreadtab` (wrapping `longtable`)?Long table headings with multicolumn and multirowHelp with long tableIssues with footnotes using wrapping parbox with longtable, threeparttable and tablenotesLong table inside the long table












0















I want to make a long table (3 to 4 pages) of 5 columns containing its name, figure, equation, advantages, and disadvantages.



But when I am using usepackage{longtable} package and other helping material from the web, I am not able to get the desired table, although various errors occurred.



Here is the short code:



documentclass{article}
usepackage{longtable}
% usepackage[left=0.2cm, right=1cm, top=2cm]{geometry}
title{A longtable example}

begin{document}
begin{center}
begin{longtable}{|p{2.5cm}|p{3cm}|p{2cm}|p{2cm}|p{2cm}|}
caption{Overview of papers including Image Compression Based On Deep
Learning Techniques} label{tab:long} \
hline
hline multicolumn{1}{c}{textbf{Activation }} &multicolumn{1}{c}
{textbf{Figure}} & multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}
{c}{textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}

%& multicolumn{1}{c|}{textbf{Third column}} \ hline
endfirsthead

multicolumn{5}{c}%
{{bfseries tablename thetable{} -- continued from previous page}} \
hline multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}{c}
{textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}
% hline
% & multicolumn{1}{c|}{textbf{Third column}} \ hline
% endhead

% hline multicolumn{3}{|r|}{{Continued on next page}} \ hline
% endfoot

hline
endlastfoot
hline
% multicolumn{2}{c}{textbf{CNN Based Architectures}} \
% hline
textbf{Sigmoid}cite{sigmoid} 1995 & includegraphics[width=20mm]
{sigmoid1.jpg}
& $sigma(x)=frac{1}{1+e^{-x}}$ & Squashes numbers in the range [0,1]
& begin{itemize} item Causes saturation by killing the gradients item
Not zero centered which makes it impracticable to use item Exponential function is a bit expensive function making it infeasible to use in practice end{itemize} \
end{longtable}
end{center}
end{document}


Please help me how to make long table having equation figure and other descriptions together.



enter image description here










share|improve this question









New contributor




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

























    0















    I want to make a long table (3 to 4 pages) of 5 columns containing its name, figure, equation, advantages, and disadvantages.



    But when I am using usepackage{longtable} package and other helping material from the web, I am not able to get the desired table, although various errors occurred.



    Here is the short code:



    documentclass{article}
    usepackage{longtable}
    % usepackage[left=0.2cm, right=1cm, top=2cm]{geometry}
    title{A longtable example}

    begin{document}
    begin{center}
    begin{longtable}{|p{2.5cm}|p{3cm}|p{2cm}|p{2cm}|p{2cm}|}
    caption{Overview of papers including Image Compression Based On Deep
    Learning Techniques} label{tab:long} \
    hline
    hline multicolumn{1}{c}{textbf{Activation }} &multicolumn{1}{c}
    {textbf{Figure}} & multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}
    {c}{textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}

    %& multicolumn{1}{c|}{textbf{Third column}} \ hline
    endfirsthead

    multicolumn{5}{c}%
    {{bfseries tablename thetable{} -- continued from previous page}} \
    hline multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}{c}
    {textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}
    % hline
    % & multicolumn{1}{c|}{textbf{Third column}} \ hline
    % endhead

    % hline multicolumn{3}{|r|}{{Continued on next page}} \ hline
    % endfoot

    hline
    endlastfoot
    hline
    % multicolumn{2}{c}{textbf{CNN Based Architectures}} \
    % hline
    textbf{Sigmoid}cite{sigmoid} 1995 & includegraphics[width=20mm]
    {sigmoid1.jpg}
    & $sigma(x)=frac{1}{1+e^{-x}}$ & Squashes numbers in the range [0,1]
    & begin{itemize} item Causes saturation by killing the gradients item
    Not zero centered which makes it impracticable to use item Exponential function is a bit expensive function making it infeasible to use in practice end{itemize} \
    end{longtable}
    end{center}
    end{document}


    Please help me how to make long table having equation figure and other descriptions together.



    enter image description here










    share|improve this question









    New contributor




    Dipti Mishra 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








      I want to make a long table (3 to 4 pages) of 5 columns containing its name, figure, equation, advantages, and disadvantages.



      But when I am using usepackage{longtable} package and other helping material from the web, I am not able to get the desired table, although various errors occurred.



      Here is the short code:



      documentclass{article}
      usepackage{longtable}
      % usepackage[left=0.2cm, right=1cm, top=2cm]{geometry}
      title{A longtable example}

      begin{document}
      begin{center}
      begin{longtable}{|p{2.5cm}|p{3cm}|p{2cm}|p{2cm}|p{2cm}|}
      caption{Overview of papers including Image Compression Based On Deep
      Learning Techniques} label{tab:long} \
      hline
      hline multicolumn{1}{c}{textbf{Activation }} &multicolumn{1}{c}
      {textbf{Figure}} & multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}
      {c}{textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}

      %& multicolumn{1}{c|}{textbf{Third column}} \ hline
      endfirsthead

      multicolumn{5}{c}%
      {{bfseries tablename thetable{} -- continued from previous page}} \
      hline multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}{c}
      {textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}
      % hline
      % & multicolumn{1}{c|}{textbf{Third column}} \ hline
      % endhead

      % hline multicolumn{3}{|r|}{{Continued on next page}} \ hline
      % endfoot

      hline
      endlastfoot
      hline
      % multicolumn{2}{c}{textbf{CNN Based Architectures}} \
      % hline
      textbf{Sigmoid}cite{sigmoid} 1995 & includegraphics[width=20mm]
      {sigmoid1.jpg}
      & $sigma(x)=frac{1}{1+e^{-x}}$ & Squashes numbers in the range [0,1]
      & begin{itemize} item Causes saturation by killing the gradients item
      Not zero centered which makes it impracticable to use item Exponential function is a bit expensive function making it infeasible to use in practice end{itemize} \
      end{longtable}
      end{center}
      end{document}


      Please help me how to make long table having equation figure and other descriptions together.



      enter image description here










      share|improve this question









      New contributor




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












      I want to make a long table (3 to 4 pages) of 5 columns containing its name, figure, equation, advantages, and disadvantages.



      But when I am using usepackage{longtable} package and other helping material from the web, I am not able to get the desired table, although various errors occurred.



      Here is the short code:



      documentclass{article}
      usepackage{longtable}
      % usepackage[left=0.2cm, right=1cm, top=2cm]{geometry}
      title{A longtable example}

      begin{document}
      begin{center}
      begin{longtable}{|p{2.5cm}|p{3cm}|p{2cm}|p{2cm}|p{2cm}|}
      caption{Overview of papers including Image Compression Based On Deep
      Learning Techniques} label{tab:long} \
      hline
      hline multicolumn{1}{c}{textbf{Activation }} &multicolumn{1}{c}
      {textbf{Figure}} & multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}
      {c}{textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}

      %& multicolumn{1}{c|}{textbf{Third column}} \ hline
      endfirsthead

      multicolumn{5}{c}%
      {{bfseries tablename thetable{} -- continued from previous page}} \
      hline multicolumn{1}{c}{textbf{Equation}} & multicolumn{1}{c}
      {textbf{Advantage}} & multicolumn{1}{c}{textbf{Advantage}}
      % hline
      % & multicolumn{1}{c|}{textbf{Third column}} \ hline
      % endhead

      % hline multicolumn{3}{|r|}{{Continued on next page}} \ hline
      % endfoot

      hline
      endlastfoot
      hline
      % multicolumn{2}{c}{textbf{CNN Based Architectures}} \
      % hline
      textbf{Sigmoid}cite{sigmoid} 1995 & includegraphics[width=20mm]
      {sigmoid1.jpg}
      & $sigma(x)=frac{1}{1+e^{-x}}$ & Squashes numbers in the range [0,1]
      & begin{itemize} item Causes saturation by killing the gradients item
      Not zero centered which makes it impracticable to use item Exponential function is a bit expensive function making it infeasible to use in practice end{itemize} \
      end{longtable}
      end{center}
      end{document}


      Please help me how to make long table having equation figure and other descriptions together.



      enter image description here







      tables floats equations longtable






      share|improve this question









      New contributor




      Dipti Mishra 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 question









      New contributor




      Dipti Mishra 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 question




      share|improve this question








      edited 10 mins ago









      Zarko

      131k869170




      131k869170






      New contributor




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









      asked 13 mins ago









      Dipti MishraDipti Mishra

      11




      11




      New contributor




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





      New contributor





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






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






















          0






          active

          oldest

          votes












          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
          });


          }
          });






          Dipti Mishra is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487580%2flong-table-containing-figures-equations-and-multicolumn%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Dipti Mishra is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Dipti Mishra is a new contributor. Be nice, and check out our Code of Conduct.













          Dipti Mishra is a new contributor. Be nice, and check out our Code of Conduct.












          Dipti Mishra is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f487580%2flong-table-containing-figures-equations-and-multicolumn%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

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...