diff --git a/IPython/nbconvert/templates/latex/bw_python_style.tplx b/IPython/nbconvert/templates/latex/bw_python_style.tplx
new file mode 100644
index 0000000..5371025
--- /dev/null
+++ b/IPython/nbconvert/templates/latex/bw_python_style.tplx
@@ -0,0 +1,13 @@
+((= Black&white Python input/output style =))
+
+((*- extends 'latex_base.tplx' -*))
+
+%===============================================================================
+% Input
+%===============================================================================
+
+((* block input scoped *))
+\begin{verbatim}
+((( cell.input | add_prompts )))
+\end{verbatim}
+((* endblock input *))