Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ALF
ALF_Tutorial_and_Presentations
Commits
f67db5b9
Commit
f67db5b9
authored
Sep 18, 2020
by
Jefferson Stafusa E. Portela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix problem with captions; improve text.
parent
1a691aa7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Tutorial/ALF_Tutorial.pdf
Tutorial/ALF_Tutorial.pdf
+0
-0
Tutorial/Notebooks/creating_the_tex_files.md
Tutorial/Notebooks/creating_the_tex_files.md
+2
-0
Tutorial/Notebooks/notebooks_preamble.tex
Tutorial/Notebooks/notebooks_preamble.tex
+0
-2
No files found.
Tutorial/ALF_Tutorial.pdf
View file @
f67db5b9
No preview for this file type
Tutorial/Notebooks/creating_the_tex_files.md
View file @
f67db5b9
...
...
@@ -32,6 +32,8 @@ Remarks
\documentclass
[11pt]
{
article
}
\usepackage
{
mathpazo
}
\usepackage
{
titling
}
\DeclareCaptionFormat
{
nocaption
}{}
\captionsetup
{
format=nocaption,aboveskip=0pt,belowskip=0pt
}
```
-
TO DO: instead of downloading notebooks' html and latex versions, use nbconvert command line
...
...
Tutorial/Notebooks/notebooks_preamble.tex
View file @
f67db5b9
...
...
@@ -18,8 +18,6 @@
% proper Figure object with a Caption API and a way to capture that
% in the conversion process - todo).
\usepackage
{
caption
}
\DeclareCaptionFormat
{
nocaption
}{}
\captionsetup
{
format=nocaption,aboveskip=0pt,belowskip=0pt
}
\usepackage
[Export]
{
adjustbox
}
% Used to constrain images to a maximum size
\adjustboxset
{
max size=
{
0.9
\linewidth
}{
0.9
\paperheight
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment