blob: 46e501ebaa04007230d9c13d5209d9ae76c962d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% arara: indent: {overwrite: true, trace: false, localSettings: yes}
\documentclass{article}
\begin{filecontents}{mybib.bib}
\begin{document}
here is some text
\end{document}
\end{filecontents}
\begin{document}
\begin{myotherenvironment}
some text goes here
some text goes here
some text goes here
some text goes here
\end{myotherenvironment}
\end{document}
|