Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
26
venv/share/jupyter/nbconvert/templates/latex/report.tex.j2
Normal file
26
venv/share/jupyter/nbconvert/templates/latex/report.tex.j2
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
% Default to the notebook output style
|
||||
((* if not cell_style is defined *))
|
||||
((* set cell_style = 'style_ipython.tex.j2' *))
|
||||
((* endif *))
|
||||
|
||||
% Inherit from the specified cell style.
|
||||
((* extends cell_style *))
|
||||
|
||||
|
||||
%===============================================================================
|
||||
% Latex Book
|
||||
%===============================================================================
|
||||
|
||||
((* block predoc *))
|
||||
((( super() )))
|
||||
((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
|
||||
((* endblock predoc *))
|
||||
|
||||
((* block docclass *))
|
||||
\documentclass{report}
|
||||
((* endblock docclass *))
|
||||
|
||||
((* block markdowncell scoped *))
|
||||
((( cell.source | citation2latex | strip_files_prefix | convert_pandoc('markdown+tex_math_double_backslash', 'json',extra_args=[]) | resolve_references | convert_pandoc('json','latex', extra_args=["--top-level-division=chapter"]) )))
|
||||
((* endblock markdowncell *))
|
Loading…
Add table
Add a link
Reference in a new issue