Revision | c95dafa012e23cde3a9d2f4cf2b0c8c5f4979fb7 (tree) |
---|---|
Zeit | 2020-09-07 07:42:35 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
How to use a ttf file with lualatex.
@@ -0,0 +1,46 @@ | ||
1 | +% compile with lualatex | |
2 | + | |
3 | + | |
4 | +\listfiles | |
5 | +\documentclass{article} | |
6 | + | |
7 | + | |
8 | +\usepackage{fontspec} | |
9 | +\setmainfont{Stalemate-Regular.ttf} | |
10 | +% \documentclass[14pt, a4paper]{extarticle} | |
11 | +\usepackage[utf8x]{inputenc} | |
12 | +\usepackage[english]{babel} | |
13 | +\usepackage{graphicx} | |
14 | +\usepackage{amsmath} | |
15 | +\usepackage{xcolor} | |
16 | +\usepackage{caption} | |
17 | +\usepackage{url} | |
18 | +\usepackage{mathtools}% Loads amsmath | |
19 | + \usepackage{tabularx} | |
20 | +\usepackage{colortbl, xcolor} | |
21 | +% \usepackage{booktabs} | |
22 | +\usepackage{doi} | |
23 | +\usepackage{breakcites} | |
24 | +% \usepackage[backend=bibtex,style=verbose-trad2]{biblatex} | |
25 | +% \bibliography{mybibfile} | |
26 | + | |
27 | + | |
28 | +\title{Aggregate fragmentation: review of the numerical results} | |
29 | +% \author{Lorenzo Isella} | |
30 | +\date{} | |
31 | + | |
32 | +\begin{document} | |
33 | +\maketitle | |
34 | + | |
35 | +\abstract{ | |
36 | +We investigate the fragmentation process of synthetic fractal | |
37 | +aggregates with varying fractal dimensions due to single bond | |
38 | + | |
39 | +} | |
40 | + | |
41 | +\section{Another Test} | |
42 | + | |
43 | +Here we try to see what some normal text would look like. | |
44 | + | |
45 | +\end{document} | |
46 | + |