mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
13 lines
No EOL
227 B
Text
13 lines
No EOL
227 B
Text
\documentclass{article}
|
|
\begin{document}
|
|
|
|
Hello world $x^2 = 0$.
|
|
|
|
%% chunk options: cache this chunk
|
|
%% begin.rcode my-cache, cache=TRUE
|
|
% set.seed(123)
|
|
% x = runif(10)
|
|
% sd(x) # standard deviation
|
|
%% end.rcode
|
|
|
|
\end{document} |