Table row does not split between pages [on hold]












0















I am after a table which can expand between pages. I searched and reached to longtable. However, it does not do what I am looking for.



documentclass{article}
usepackage[utf8]{inputenc}
usepackage{longtable}
usepackage{lipsum}

begin{document}

section{Introduction}

lipsum[1-2]

textbf{table starts here:}

begin{longtable}{p{0.2textwidth}p{0.8textwidth}}
lipsum[66] & lipsum[67-69] \
lipsum[75] & lipsum[76-78] \
end{longtable}

end{document}


It in fact creates a table where each row takes one page. While I need that all lines start right after each other. One row should be splittable between pages.



longtable










share|improve this question















put on hold as unclear what you're asking by Johannes_B, Stefan Pinnow, Bobyandbob, Christian Hupfer, samcarter 2 days ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
















  • Please consider writing a resume.

    – Dozam
    Jan 8 at 11:46






  • 1





    Use lists, not tabulars. They were never able to break within a cell.

    – Johannes_B
    Jan 8 at 11:58






  • 1





    the break of a long table is possible only between table rows, not inside (multi line) rows.

    – Zarko
    Jan 8 at 11:58











  • @Johannes_B, How can I set multiple columns in a list? eg. year | explanations

    – Dozam
    Jan 8 at 12:02






  • 1





    You could use some hackery and sneak in a parbox -> item [{parbox[t]{labelwidth}{2011\(three months)}}] LaTeX, PERL, Windows, Linux (Note the extra pair of curly braces)

    – Johannes_B
    Jan 8 at 12:51


















0















I am after a table which can expand between pages. I searched and reached to longtable. However, it does not do what I am looking for.



documentclass{article}
usepackage[utf8]{inputenc}
usepackage{longtable}
usepackage{lipsum}

begin{document}

section{Introduction}

lipsum[1-2]

textbf{table starts here:}

begin{longtable}{p{0.2textwidth}p{0.8textwidth}}
lipsum[66] & lipsum[67-69] \
lipsum[75] & lipsum[76-78] \
end{longtable}

end{document}


It in fact creates a table where each row takes one page. While I need that all lines start right after each other. One row should be splittable between pages.



longtable










share|improve this question















put on hold as unclear what you're asking by Johannes_B, Stefan Pinnow, Bobyandbob, Christian Hupfer, samcarter 2 days ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
















  • Please consider writing a resume.

    – Dozam
    Jan 8 at 11:46






  • 1





    Use lists, not tabulars. They were never able to break within a cell.

    – Johannes_B
    Jan 8 at 11:58






  • 1





    the break of a long table is possible only between table rows, not inside (multi line) rows.

    – Zarko
    Jan 8 at 11:58











  • @Johannes_B, How can I set multiple columns in a list? eg. year | explanations

    – Dozam
    Jan 8 at 12:02






  • 1





    You could use some hackery and sneak in a parbox -> item [{parbox[t]{labelwidth}{2011\(three months)}}] LaTeX, PERL, Windows, Linux (Note the extra pair of curly braces)

    – Johannes_B
    Jan 8 at 12:51
















0












0








0








I am after a table which can expand between pages. I searched and reached to longtable. However, it does not do what I am looking for.



documentclass{article}
usepackage[utf8]{inputenc}
usepackage{longtable}
usepackage{lipsum}

begin{document}

section{Introduction}

lipsum[1-2]

textbf{table starts here:}

begin{longtable}{p{0.2textwidth}p{0.8textwidth}}
lipsum[66] & lipsum[67-69] \
lipsum[75] & lipsum[76-78] \
end{longtable}

end{document}


It in fact creates a table where each row takes one page. While I need that all lines start right after each other. One row should be splittable between pages.



longtable










share|improve this question
















I am after a table which can expand between pages. I searched and reached to longtable. However, it does not do what I am looking for.



documentclass{article}
usepackage[utf8]{inputenc}
usepackage{longtable}
usepackage{lipsum}

begin{document}

section{Introduction}

lipsum[1-2]

textbf{table starts here:}

begin{longtable}{p{0.2textwidth}p{0.8textwidth}}
lipsum[66] & lipsum[67-69] \
lipsum[75] & lipsum[76-78] \
end{longtable}

end{document}


It in fact creates a table where each row takes one page. While I need that all lines start right after each other. One row should be splittable between pages.



longtable







tables page-breaking longtable






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 8 at 11:56







Dozam

















asked Jan 8 at 11:41









DozamDozam

134




134




put on hold as unclear what you're asking by Johannes_B, Stefan Pinnow, Bobyandbob, Christian Hupfer, samcarter 2 days ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






put on hold as unclear what you're asking by Johannes_B, Stefan Pinnow, Bobyandbob, Christian Hupfer, samcarter 2 days ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.















  • Please consider writing a resume.

    – Dozam
    Jan 8 at 11:46






  • 1





    Use lists, not tabulars. They were never able to break within a cell.

    – Johannes_B
    Jan 8 at 11:58






  • 1





    the break of a long table is possible only between table rows, not inside (multi line) rows.

    – Zarko
    Jan 8 at 11:58











  • @Johannes_B, How can I set multiple columns in a list? eg. year | explanations

    – Dozam
    Jan 8 at 12:02






  • 1





    You could use some hackery and sneak in a parbox -> item [{parbox[t]{labelwidth}{2011\(three months)}}] LaTeX, PERL, Windows, Linux (Note the extra pair of curly braces)

    – Johannes_B
    Jan 8 at 12:51





















  • Please consider writing a resume.

    – Dozam
    Jan 8 at 11:46






  • 1





    Use lists, not tabulars. They were never able to break within a cell.

    – Johannes_B
    Jan 8 at 11:58






  • 1





    the break of a long table is possible only between table rows, not inside (multi line) rows.

    – Zarko
    Jan 8 at 11:58











  • @Johannes_B, How can I set multiple columns in a list? eg. year | explanations

    – Dozam
    Jan 8 at 12:02






  • 1





    You could use some hackery and sneak in a parbox -> item [{parbox[t]{labelwidth}{2011\(three months)}}] LaTeX, PERL, Windows, Linux (Note the extra pair of curly braces)

    – Johannes_B
    Jan 8 at 12:51



















Please consider writing a resume.

– Dozam
Jan 8 at 11:46





Please consider writing a resume.

– Dozam
Jan 8 at 11:46




1




1





Use lists, not tabulars. They were never able to break within a cell.

– Johannes_B
Jan 8 at 11:58





Use lists, not tabulars. They were never able to break within a cell.

– Johannes_B
Jan 8 at 11:58




1




1





the break of a long table is possible only between table rows, not inside (multi line) rows.

– Zarko
Jan 8 at 11:58





the break of a long table is possible only between table rows, not inside (multi line) rows.

– Zarko
Jan 8 at 11:58













@Johannes_B, How can I set multiple columns in a list? eg. year | explanations

– Dozam
Jan 8 at 12:02





@Johannes_B, How can I set multiple columns in a list? eg. year | explanations

– Dozam
Jan 8 at 12:02




1




1





You could use some hackery and sneak in a parbox -> item [{parbox[t]{labelwidth}{2011\(three months)}}] LaTeX, PERL, Windows, Linux (Note the extra pair of curly braces)

– Johannes_B
Jan 8 at 12:51







You could use some hackery and sneak in a parbox -> item [{parbox[t]{labelwidth}{2011\(three months)}}] LaTeX, PERL, Windows, Linux (Note the extra pair of curly braces)

– Johannes_B
Jan 8 at 12:51












0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

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?