mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-04 17:31:39 -05:00
Fix epj-template-begin-latex-code Org Syntax
This commit is contained in:
parent
4fd92e290d
commit
f72f123a10
1 changed files with 6 additions and 2 deletions
|
@ -158,7 +158,7 @@ The following 3 files provided by the EPJ A will be needed in this tutorial:
|
|||
#+END_SRC
|
||||
|
||||
#+NAME: epj-template-begin-latex-code
|
||||
#+BEGIN_SRC latex :noweb-ref template-tex-file :exports none :eval never
|
||||
#+BEGIN_SRC latex :exports none :eval never
|
||||
%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%
|
||||
\begin{filecontents}{leer.eps}
|
||||
|
@ -181,7 +181,11 @@ The following 3 files provided by the EPJ A will be needed in this tutorial:
|
|||
%%DocumentFonts: Helvetica
|
||||
\end{filecontents}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
#+BEGIN_SRC latex :noweb-ref template-tex-file :exports none :eval never :noweb yes
|
||||
«epj-template-begin-latex-code»
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC latex :noweb-ref template-tex-file :exports none :eval never
|
||||
%
|
||||
\documentclass[epj]{svjour}
|
||||
|
|
Loading…
Add table
Reference in a new issue