Title with comma, and brackets: \( [a,b] \)
|
|
Here we have a paragraph to pop up in red.
And a line more
\documentclass[11pt]{article} \usepackage{fancyvrb} \begin{document} \title{Here goes the title...} \author{John Doe \and Jane Doe\footnote{\texttt{jane.doe@cyber.net}.}} \date{\today} \maketitle
LaTeX has a lot of backslashes.
\section{Heading} bla-bla \end{document}
<html><head></head><body bgcolor="red">
<title>Here goes the title...<title>
<h1>Section heading</h1>
</body>
</html>
$$ f(x,y,t) = e^{-xt}\sin\pi y $$
First, inline $? != 0
, then comments with dollar variables (and minted
style):
var=10
# $1, $2, ... are command-line args
if [ $? -eq 0 ]; then # $? reflects success or not
echo "Great!"
fi
def f(x):
return 42 + x
def g(x):
return f(42)
print(g(13))
$$ \frac{\partial u}{\partial t} = \nabla^2 u $$
Just some block with text and a conclusion that something is important. This one pops up after the rest of the slide.
Can use, e.g., a warning admon to have my own notes, preferably inside preprocess/mako if statements to turn notes on and off. This one is typeset in a small font and with the default title (Warning) since no title is specified.