mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-04 17:31:39 -05:00
Added TIP about Doubling Backslashes
This commit is contained in:
parent
144708e920
commit
429a70ae84
1 changed files with 4 additions and 0 deletions
|
@ -1948,6 +1948,10 @@ grestore
|
|||
\documentclass[epj]{svjour}
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_QUOTE
|
||||
*TIP:* When migrating the LaTeX code into =file variables=, you will need to double the backslashes ~\~, e.g. ~\end~ will become ~\\end~.
|
||||
#+END_QUOTE
|
||||
|
||||
#+NAME: escape-epj-template-begin-latex-code
|
||||
#+BEGIN_SRC ruby :noweb yes :exports none
|
||||
s = %q<
|
||||
|
|
Loading…
Add table
Reference in a new issue