Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
48723fdc
Commit
48723fdc
authored
3 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
added enlagethispage tipp
parent
e7d59fe7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
example.pdf
+0
-0
0 additions, 0 deletions
example.pdf
example.tex
+5
-0
5 additions, 0 deletions
example.tex
with
5 additions
and
0 deletions
example.pdf
+
0
−
0
View file @
48723fdc
No preview for this file type
This diff is collapsed.
Click to expand it.
example.tex
+
5
−
0
View file @
48723fdc
...
@@ -248,6 +248,11 @@
...
@@ -248,6 +248,11 @@
should redesign your document. But if you absolutely want to print it that way, you can use
\lstinline
|
\clearpage
| to force all
should redesign your document. But if you absolutely want to print it that way, you can use
\lstinline
|
\clearpage
| to force all
figures/tables to be put onto the page and then start a new page.
figures/tables to be put onto the page and then start a new page.
\medskip
You might also need just a little more space only a page to just fit one more sentences. For that you can use the command
\lstinline
|
\enlargethispage
{
N
\baselineskip
}
| with
$
N
$
being the number of lines you need. Use this sparingly however, as the bottom margin is
there for a reason and you shouldn't intrude on the footer too much.
\section
{
Text styling
}
\label
{
sec: styling
}
\section
{
Text styling
}
\label
{
sec: styling
}
When writing text, you will need to
\emph
{
emphasize
}
certain parts of the text. The easiest way is to use the
\lstinline
|
\emph
{}
| command
When writing text, you will need to
\emph
{
emphasize
}
certain parts of the text. The easiest way is to use the
\lstinline
|
\emph
{}
| command
around you text. You can also nest it
\emph
{
to
\emph
{
emphasize
}
even more
}
.
around you text. You can also nest it
\emph
{
to
\emph
{
emphasize
}
even more
}
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment