Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
022d3bb0
Commit
022d3bb0
authored
Feb 08, 2018
by
Robin Sonnabend
Browse files
Evaluate latex_pagestyle as not defined
parent
1f2ae767
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks.py
View file @
022d3bb0
...
...
@@ -53,7 +53,7 @@ if raw_additional_packages is not None:
additional_packages
.
append
(
package
)
texenv
.
globals
[
"additional_packages"
]
=
additional_packages
latex_pagestyle
=
getattr
(
config
,
"LATEX_PAGESTYLE"
,
None
)
if
latex_pagestyle
is
not
None
:
if
latex_pagestyle
is
not
None
and
latex_pagestyle
:
texenv
.
globals
[
"latex_pagestyle"
]
=
latex_pagestyle
latex_header_footer
=
getattr
(
config
,
"LATEX_HEADER_FOOTER"
,
False
)
texenv
.
globals
[
"latex_header_footer"
]
=
latex_header_footer
...
...
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