Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

latexteada
latexteada

Posted on

     

LaTeX: More on Multicolumn and Page Breaking

Hello, how are you today?

In this post I talk about how to modify themulticolumn package and how to create new pages or avoid break pages

multicolumn Package

We talked about this packagehere and we have a notion on how this package works but, do you know that you can customize a little this package?

These commandsmust be in the preamble

  • \setlength{\columnsep}{Xpt} to set the spacing between columns toX pt
  • \setlength{\columnseprule}{Xpt} to set a column separator ofX pt

Before

code

Produces

Screenshot from 2021-10-06 10-54-32

After

code

Produces

Screenshot from 2021-10-06 10-58-02

Page Breaking

  • We can use\nopagebreak to avoid breaking the page at that point
  • We can use\newpage to print the remaining contents (from the point where we declare the command) of our document on a new page

This is all for today, thanks

Do not forget to follow me on Twitter@latexteada

Greetings :)

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Hello, this is where I am going to give some base briefs of LaTeX
  • Location
    México
  • Work
    Student
  • Joined

More fromlatexteada

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp