File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,10 @@ define([
204
204
this . element . find ( '#download_pdf' ) . click ( function ( ) {
205
205
that . _nbconvert ( 'pdf' , true ) ;
206
206
} ) ;
207
+
208
+ this . element . find ( '#download_latex' ) . click ( function ( ) {
209
+ that . _nbconvert ( 'latex' , true ) ;
210
+ } ) ;
207
211
208
212
this . element . find ( '#download_script' ) . click ( function ( ) {
209
213
that . _nbconvert ( 'script' , true ) ;
Original file line number Diff line number Diff line change 109
109
< li id ="download_html "> < a href ="# "> HTML (.html)</ a > </ li >
110
110
< li id ="download_markdown "> < a href ="# "> Markdown (.md)</ a > </ li >
111
111
< li id ="download_rst "> < a href ="# "> reST (.rst)</ a > </ li >
112
+ < li id ="download_latex "> < a href ="# "> LaTeX (.tex)</ a > </ li >
112
113
< li id ="download_pdf "> < a href ="# "> PDF via LaTeX (.pdf)</ a > </ li >
113
114
</ ul >
114
115
</ li >
You can’t perform that action at this time.
0 commit comments