Skip to content

Instantly share code, notes, and snippets.

@ifitzpat
Created October 4, 2020 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifitzpat/5963becb84c6b7bfec223950fa180375 to your computer and use it in GitHub Desktop.
Save ifitzpat/5963becb84c6b7bfec223950fa180375 to your computer and use it in GitHub Desktop.
Printing configuration for org export
@media print {
h1, h2, h3, h4 {
page-break-after: avoid;
}
h2 {
page-break-before: always;
}
pre, ol, ul, table, blockquote, div.figure, div.org-src-container, div.sidebar {
page-break-inside: avoid;
}
p {
font-size: 10pt;
}
@page: {
size:portrait;
margin:1cm;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment