Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Place tabularray package into static files
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Sep 24, 2022
1 parent d19a4c3 commit 7e23162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pythia/templates/latex/header_scrbook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
% tabu is broken https://tex.stackexchange.com/a/604318/249371
% \usepackage{longtable} % Multipage table
% \usepackage{tabu} %
\usepackage{latex/packages/tabularray}
\usepackage{% templatetag openbrace %}{{ STATIC_ROOT }}/tex/tabularray}
\DefTblrTemplate{contfoot-text}{default}{}
\DefTblrTemplate{conthead-text}{default}{}
\DefTblrTemplate{caption}{default}{}
Expand Down
5 changes: 5 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,8 @@ flake8_import_order
flake8-todo
pep8-naming
radon

#10 105.5 ERROR: pyopenssl 20.0.1 has requirement cryptography>=3.2, but you'll have cryptography 3.0 which is incompatible.
#10 105.5 ERROR: django-smart-selects 1.5.6 has requirement django<3.1,>=1.8, but you'll have django 1.6.5 which is incompatible.
#10 105.5 ERROR: django-fsm-log 2.0.1 has requirement django>=1.8, but you'll have django 1.6.5 which is incompatible.
#10 105.5 ERROR: django-braces 1.14.0 has requirement Django>=1.11.0, but you'll have django 1.6.5 which is incompatible.

0 comments on commit 7e23162

Please sign in to comment.