summaryrefslogtreecommitdiff
path: root/ae/ae.tex
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-09-05 14:54:31 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-09-10 17:36:52 +0400
commitfabbc86a41dad1b83e46c554e083a1df402b43f4 (patch)
tree9c8f130576ff8fe1ad279b7dbfc59403f4cf8687 /ae/ae.tex
parentcd198b7c36f65e8d6faaca3f3b3c47b87c2ce350 (diff)
feat: move project to compiling with tectonic typesetting
Bibliography with bibtex for russian-language sources still needs to be fixed.
Diffstat (limited to 'ae/ae.tex')
-rw-r--r--ae/ae.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/ae/ae.tex b/ae/ae.tex
new file mode 100644
index 0000000..fabb39b
--- /dev/null
+++ b/ae/ae.tex
@@ -0,0 +1,22 @@
+\documentclass{article}
+
+\usepackage[english,russian]{babel}
+\usepackage{fontspec}
+\setmainfont[
+ Path=./fonts/freefont/,
+ Extension = .otf,
+ UprightFont=*,
+ BoldFont=*Bold,
+ ItalicFont=*Italic,
+ BoldItalicFont=*BoldItalic
+]{FreeSerif}
+
+\title{Some doc}
+
+\begin{document}
+
+\maketitle
+
+Привет мир!!
+
+\end{document}