Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
ALF_Tutorial_and_Presentations
Commits
f67db5b9
Commit
f67db5b9
authored
Sep 18, 2020
by
Jefferson Stafusa E. Portela
Browse files
Fix problem with captions; improve text.
parent
1a691aa7
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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