forked from UCL/rsd-engineeringcourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
155 changed files
with
21,115 additions
and
20,283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
% Default to the notebook output style | ||
((* if not cell_style is defined *)) | ||
((* set cell_style = 'style_ipython.tplx' *)) | ||
((* endif *)) | ||
|
||
% Inherit from the specified cell style. | ||
((* extends cell_style *)) | ||
|
||
((* block title *)) | ||
\title{An introduction to Python Programming for Research} | ||
((* endblock title *)) | ||
|
||
((* block author *)) | ||
\author{James Hetherington} | ||
((* endblock author *)) | ||
|
||
%=============================================================================== | ||
% 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 | markdown2latex(extra_args=["--chapters"]) ))) | ||
((* endblock markdowncell *)) |
Oops, something went wrong.