problem with long table












2















documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}

begin{landscape}
centering


begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline

end{longtable}%

end{landscape}%
end{document}









share|improve this question

























  • table is not in proper shape as row and column are not spanning

    – monika
    16 hours ago











  • Without using an appropriate package that combines the features of longtable and tabularx you can not use X type (or derived column types) in a longtable. Possible packages for this task are ltxtable and ltablex

    – leandriis
    16 hours ago













  • They're not spanning what?

    – Bernard
    16 hours ago











  • "row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?

    – Mico
    16 hours ago


















2















documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}

begin{landscape}
centering


begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline

end{longtable}%

end{landscape}%
end{document}









share|improve this question

























  • table is not in proper shape as row and column are not spanning

    – monika
    16 hours ago











  • Without using an appropriate package that combines the features of longtable and tabularx you can not use X type (or derived column types) in a longtable. Possible packages for this task are ltxtable and ltablex

    – leandriis
    16 hours ago













  • They're not spanning what?

    – Bernard
    16 hours ago











  • "row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?

    – Mico
    16 hours ago
















2












2








2


0






documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}

begin{landscape}
centering


begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline

end{longtable}%

end{landscape}%
end{document}









share|improve this question
















documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}

begin{landscape}
centering


begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline

end{longtable}%

end{landscape}%
end{document}






longtable






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 16 hours ago









Bernard

173k776204




173k776204










asked 16 hours ago









monikamonika

365




365













  • table is not in proper shape as row and column are not spanning

    – monika
    16 hours ago











  • Without using an appropriate package that combines the features of longtable and tabularx you can not use X type (or derived column types) in a longtable. Possible packages for this task are ltxtable and ltablex

    – leandriis
    16 hours ago













  • They're not spanning what?

    – Bernard
    16 hours ago











  • "row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?

    – Mico
    16 hours ago





















  • table is not in proper shape as row and column are not spanning

    – monika
    16 hours ago











  • Without using an appropriate package that combines the features of longtable and tabularx you can not use X type (or derived column types) in a longtable. Possible packages for this task are ltxtable and ltablex

    – leandriis
    16 hours ago













  • They're not spanning what?

    – Bernard
    16 hours ago











  • "row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?

    – Mico
    16 hours ago



















table is not in proper shape as row and column are not spanning

– monika
16 hours ago





table is not in proper shape as row and column are not spanning

– monika
16 hours ago













Without using an appropriate package that combines the features of longtable and tabularx you can not use X type (or derived column types) in a longtable. Possible packages for this task are ltxtable and ltablex

– leandriis
16 hours ago







Without using an appropriate package that combines the features of longtable and tabularx you can not use X type (or derived column types) in a longtable. Possible packages for this task are ltxtable and ltablex

– leandriis
16 hours ago















They're not spanning what?

– Bernard
16 hours ago





They're not spanning what?

– Bernard
16 hours ago













"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?

– Mico
16 hours ago







"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?

– Mico
16 hours ago












2 Answers
2






active

oldest

votes


















4














Here is a possible solution using the ltablex package that combines the features of tabularx with longtable.



documentclass{article}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}

begin{document}

begin{landscape}
centering

begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
endhead
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\

end{tabularx}%

end{landscape}%
end{document}


Please note that all the 1\1\1\ are just added to show the page breaking behaviour of the table. I have also added endhead in order to repeat the column headers on all following pages.






share|improve this answer































    3














    I propose to load the xltabular package and use its eponymous environment, which combines the possibilities of longtable and tabularx. Also, note that in the landscape environment, for a full width table, you have to use linewidth or textheight, but not textwidth. Last, you can gain some space in cells loading geometry, which has more sensible margins if you don't use margin notes, setting tabcolsep to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.



    documentclass{article}
    usepackage{geometry}
    usepackage{tabularx}
    usepackage{xltabular}
    usepackage{multirow}
    usepackage{rotating}
    usepackage{ragged2e}
    usepackage{longtable}
    usepackage{rotating}
    renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
    usepackage{pdflscape}

    begin{document}

    begin{landscape}
    setlength{tabcolsep}{3pt}
    setlength{extrarowheight}{3pt}
    centering
    begin{xltabular}{linewidth}{|*{8}{X|}}
    hline
    multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
    cline{2-8}
    & textbf{Basic Description}
    & textbf{Adaptability for AANETs}
    & textbf{Support to higher node mobility and Frequent topology updatessmallskip}
    & textbf{Safety parameters}
    & textbf{Mechanical and aerodynamic constraint}
    & textbf{Degree of Randomness} & textbf{Applications} \
    hline
    end{xltabular}%
    end{landscape}%

    end{document}


    enter image description here






    share|improve this answer


























    • i am having error "Undefined control sequence addparagraphcolumntypes".

      – monika
      15 hours ago











    • Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

      – Bernard
      15 hours ago











    • thanks sir, this is what i need

      – monika
      14 hours 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%2f478710%2fproblem-with-long-table%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









    4














    Here is a possible solution using the ltablex package that combines the features of tabularx with longtable.



    documentclass{article}
    usepackage{tabularx}
    usepackage{ragged2e}
    usepackage{longtable}
    newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
    usepackage{pdflscape}
    usepackage{ltablex}

    begin{document}

    begin{landscape}
    centering

    begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
    hline
    textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
    cline{2-8}
    & textbf{Basic Description}
    & textbf{Adaptability for AANETs}
    & textbf{Support to higher node mobility and Frequent topology updates}
    & textbf{Safety parameters}
    & textbf{Mechanical and aerodynamic constraint}
    & textbf{Degree of Randomness} & textbf{Applications} \
    hline
    endhead
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\
    1\

    end{tabularx}%

    end{landscape}%
    end{document}


    Please note that all the 1\1\1\ are just added to show the page breaking behaviour of the table. I have also added endhead in order to repeat the column headers on all following pages.






    share|improve this answer




























      4














      Here is a possible solution using the ltablex package that combines the features of tabularx with longtable.



      documentclass{article}
      usepackage{tabularx}
      usepackage{ragged2e}
      usepackage{longtable}
      newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
      usepackage{pdflscape}
      usepackage{ltablex}

      begin{document}

      begin{landscape}
      centering

      begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
      hline
      textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
      cline{2-8}
      & textbf{Basic Description}
      & textbf{Adaptability for AANETs}
      & textbf{Support to higher node mobility and Frequent topology updates}
      & textbf{Safety parameters}
      & textbf{Mechanical and aerodynamic constraint}
      & textbf{Degree of Randomness} & textbf{Applications} \
      hline
      endhead
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\
      1\

      end{tabularx}%

      end{landscape}%
      end{document}


      Please note that all the 1\1\1\ are just added to show the page breaking behaviour of the table. I have also added endhead in order to repeat the column headers on all following pages.






      share|improve this answer


























        4












        4








        4







        Here is a possible solution using the ltablex package that combines the features of tabularx with longtable.



        documentclass{article}
        usepackage{tabularx}
        usepackage{ragged2e}
        usepackage{longtable}
        newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
        usepackage{pdflscape}
        usepackage{ltablex}

        begin{document}

        begin{landscape}
        centering

        begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
        hline
        textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
        cline{2-8}
        & textbf{Basic Description}
        & textbf{Adaptability for AANETs}
        & textbf{Support to higher node mobility and Frequent topology updates}
        & textbf{Safety parameters}
        & textbf{Mechanical and aerodynamic constraint}
        & textbf{Degree of Randomness} & textbf{Applications} \
        hline
        endhead
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\

        end{tabularx}%

        end{landscape}%
        end{document}


        Please note that all the 1\1\1\ are just added to show the page breaking behaviour of the table. I have also added endhead in order to repeat the column headers on all following pages.






        share|improve this answer













        Here is a possible solution using the ltablex package that combines the features of tabularx with longtable.



        documentclass{article}
        usepackage{tabularx}
        usepackage{ragged2e}
        usepackage{longtable}
        newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
        usepackage{pdflscape}
        usepackage{ltablex}

        begin{document}

        begin{landscape}
        centering

        begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
        hline
        textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
        cline{2-8}
        & textbf{Basic Description}
        & textbf{Adaptability for AANETs}
        & textbf{Support to higher node mobility and Frequent topology updates}
        & textbf{Safety parameters}
        & textbf{Mechanical and aerodynamic constraint}
        & textbf{Degree of Randomness} & textbf{Applications} \
        hline
        endhead
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\
        1\

        end{tabularx}%

        end{landscape}%
        end{document}


        Please note that all the 1\1\1\ are just added to show the page breaking behaviour of the table. I have also added endhead in order to repeat the column headers on all following pages.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 16 hours ago









        leandriisleandriis

        9,7751530




        9,7751530























            3














            I propose to load the xltabular package and use its eponymous environment, which combines the possibilities of longtable and tabularx. Also, note that in the landscape environment, for a full width table, you have to use linewidth or textheight, but not textwidth. Last, you can gain some space in cells loading geometry, which has more sensible margins if you don't use margin notes, setting tabcolsep to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.



            documentclass{article}
            usepackage{geometry}
            usepackage{tabularx}
            usepackage{xltabular}
            usepackage{multirow}
            usepackage{rotating}
            usepackage{ragged2e}
            usepackage{longtable}
            usepackage{rotating}
            renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
            usepackage{pdflscape}

            begin{document}

            begin{landscape}
            setlength{tabcolsep}{3pt}
            setlength{extrarowheight}{3pt}
            centering
            begin{xltabular}{linewidth}{|*{8}{X|}}
            hline
            multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
            cline{2-8}
            & textbf{Basic Description}
            & textbf{Adaptability for AANETs}
            & textbf{Support to higher node mobility and Frequent topology updatessmallskip}
            & textbf{Safety parameters}
            & textbf{Mechanical and aerodynamic constraint}
            & textbf{Degree of Randomness} & textbf{Applications} \
            hline
            end{xltabular}%
            end{landscape}%

            end{document}


            enter image description here






            share|improve this answer


























            • i am having error "Undefined control sequence addparagraphcolumntypes".

              – monika
              15 hours ago











            • Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

              – Bernard
              15 hours ago











            • thanks sir, this is what i need

              – monika
              14 hours ago
















            3














            I propose to load the xltabular package and use its eponymous environment, which combines the possibilities of longtable and tabularx. Also, note that in the landscape environment, for a full width table, you have to use linewidth or textheight, but not textwidth. Last, you can gain some space in cells loading geometry, which has more sensible margins if you don't use margin notes, setting tabcolsep to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.



            documentclass{article}
            usepackage{geometry}
            usepackage{tabularx}
            usepackage{xltabular}
            usepackage{multirow}
            usepackage{rotating}
            usepackage{ragged2e}
            usepackage{longtable}
            usepackage{rotating}
            renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
            usepackage{pdflscape}

            begin{document}

            begin{landscape}
            setlength{tabcolsep}{3pt}
            setlength{extrarowheight}{3pt}
            centering
            begin{xltabular}{linewidth}{|*{8}{X|}}
            hline
            multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
            cline{2-8}
            & textbf{Basic Description}
            & textbf{Adaptability for AANETs}
            & textbf{Support to higher node mobility and Frequent topology updatessmallskip}
            & textbf{Safety parameters}
            & textbf{Mechanical and aerodynamic constraint}
            & textbf{Degree of Randomness} & textbf{Applications} \
            hline
            end{xltabular}%
            end{landscape}%

            end{document}


            enter image description here






            share|improve this answer


























            • i am having error "Undefined control sequence addparagraphcolumntypes".

              – monika
              15 hours ago











            • Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

              – Bernard
              15 hours ago











            • thanks sir, this is what i need

              – monika
              14 hours ago














            3












            3








            3







            I propose to load the xltabular package and use its eponymous environment, which combines the possibilities of longtable and tabularx. Also, note that in the landscape environment, for a full width table, you have to use linewidth or textheight, but not textwidth. Last, you can gain some space in cells loading geometry, which has more sensible margins if you don't use margin notes, setting tabcolsep to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.



            documentclass{article}
            usepackage{geometry}
            usepackage{tabularx}
            usepackage{xltabular}
            usepackage{multirow}
            usepackage{rotating}
            usepackage{ragged2e}
            usepackage{longtable}
            usepackage{rotating}
            renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
            usepackage{pdflscape}

            begin{document}

            begin{landscape}
            setlength{tabcolsep}{3pt}
            setlength{extrarowheight}{3pt}
            centering
            begin{xltabular}{linewidth}{|*{8}{X|}}
            hline
            multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
            cline{2-8}
            & textbf{Basic Description}
            & textbf{Adaptability for AANETs}
            & textbf{Support to higher node mobility and Frequent topology updatessmallskip}
            & textbf{Safety parameters}
            & textbf{Mechanical and aerodynamic constraint}
            & textbf{Degree of Randomness} & textbf{Applications} \
            hline
            end{xltabular}%
            end{landscape}%

            end{document}


            enter image description here






            share|improve this answer















            I propose to load the xltabular package and use its eponymous environment, which combines the possibilities of longtable and tabularx. Also, note that in the landscape environment, for a full width table, you have to use linewidth or textheight, but not textwidth. Last, you can gain some space in cells loading geometry, which has more sensible margins if you don't use margin notes, setting tabcolsep to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.



            documentclass{article}
            usepackage{geometry}
            usepackage{tabularx}
            usepackage{xltabular}
            usepackage{multirow}
            usepackage{rotating}
            usepackage{ragged2e}
            usepackage{longtable}
            usepackage{rotating}
            renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
            usepackage{pdflscape}

            begin{document}

            begin{landscape}
            setlength{tabcolsep}{3pt}
            setlength{extrarowheight}{3pt}
            centering
            begin{xltabular}{linewidth}{|*{8}{X|}}
            hline
            multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
            cline{2-8}
            & textbf{Basic Description}
            & textbf{Adaptability for AANETs}
            & textbf{Support to higher node mobility and Frequent topology updatessmallskip}
            & textbf{Safety parameters}
            & textbf{Mechanical and aerodynamic constraint}
            & textbf{Degree of Randomness} & textbf{Applications} \
            hline
            end{xltabular}%
            end{landscape}%

            end{document}


            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 15 hours ago

























            answered 16 hours ago









            BernardBernard

            173k776204




            173k776204













            • i am having error "Undefined control sequence addparagraphcolumntypes".

              – monika
              15 hours ago











            • Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

              – Bernard
              15 hours ago











            • thanks sir, this is what i need

              – monika
              14 hours ago



















            • i am having error "Undefined control sequence addparagraphcolumntypes".

              – monika
              15 hours ago











            • Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

              – Bernard
              15 hours ago











            • thanks sir, this is what i need

              – monika
              14 hours ago

















            i am having error "Undefined control sequence addparagraphcolumntypes".

            – monika
            15 hours ago





            i am having error "Undefined control sequence addparagraphcolumntypes".

            – monika
            15 hours ago













            Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

            – Bernard
            15 hours ago





            Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.

            – Bernard
            15 hours ago













            thanks sir, this is what i need

            – monika
            14 hours ago





            thanks sir, this is what i need

            – monika
            14 hours 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%2f478710%2fproblem-with-long-table%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

            How to label and detect the document text images

            Vallis Paradisi

            Tabula Rosettana