10 lines
121 B
TeX
10 lines
121 B
TeX
% apply settings
|
|
\input{settings}
|
|
|
|
% begin document
|
|
\begin{document}
|
|
|
|
\bi{Hello world!}{}
|
|
|
|
% end document
|
|
\end{document}
|