Trying to play with latex

This commit is contained in:
pro100ton 2025-07-02 11:44:31 +03:00
parent 1d4041c777
commit ac62f97929
7 changed files with 80 additions and 0 deletions

2
latext/test.aux Normal file
View file

@ -0,0 +1,2 @@
\relax
\gdef \@abspage@last{1}

17
latext/test.fdb_latexmk Normal file
View file

@ -0,0 +1,17 @@
# Fdb version 3
["xdvipdfmx"] 0 "test.xdv" "test.pdf" "test" 0
"test.xdv" 0 -1 0 "xelatex"
(generated)
"test.pdf"
["xelatex"] 1743061339 "/home/pro100ton/Documents/Development/sandbox/latext/test.tex" "test.xdv" "test" 1743061339
"/etc/texmf/web2c/texmf.cnf" 1743002188 475 c0e671620eb5563b2130f56340a5fde8 ""
"/home/pro100ton/Documents/Development/sandbox/latext/test.tex" 1743061338 832 7e2fe3295be467c2cce606d6f932d93a ""
"/usr/share/texlive/texmf-dist/web2c/texmf.cnf" 1644012257 39432 7155514e09a3d69036fac785183a21c2 ""
"/usr/share/texmf/web2c/texmf.cnf" 1644012257 39432 7155514e09a3d69036fac785183a21c2 ""
"/var/lib/texmf/web2c/xetex/xelatex.fmt" 1743059874 4444886 5be0b5bcfb94ac58fe09a37ff18f2288 ""
"altacv.cls" 0 -1 0 ""
"test.aux" 1743061339 32 3985256e7290058c681f74d7a3565a19 ""
"test.tex" 1743061338 832 7e2fe3295be467c2cce606d6f932d93a ""
(generated)
"test.log"
"test.xdv"

7
latext/test.fls Normal file
View file

@ -0,0 +1,7 @@
PWD /home/pro100ton/Documents/Development/sandbox/latext
INPUT /etc/texmf/web2c/texmf.cnf
INPUT /usr/share/texmf/web2c/texmf.cnf
INPUT /usr/share/texlive/texmf-dist/web2c/texmf.cnf
INPUT /var/lib/texmf/web2c/xetex/xelatex.fmt
INPUT /home/pro100ton/Documents/Development/sandbox/latext/test.tex
OUTPUT test.log

33
latext/test.log Normal file
View file

@ -0,0 +1,33 @@
This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex 2025.3.27) 27 MAR 2025 10:42
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**/home/pro100ton/Documents/Development/sandbox/latext/test.tex
(/home/pro100ton/Documents/Development/sandbox/latext/test.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-01-21>
! LaTeX Error: File `altacv.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
/home/pro100ton/Documents/Development/sandbox/latext/test.tex:3: Emergency stop.
<read *>
l.3 \usepackage
{fontspec}^^M
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
23 strings out of 476887
524 string characters out of 5832146
293650 words of memory out of 5000000
20776 multiletter control sequences out of 15000+600000
469259 words of font info for 28 fonts, out of 8000000 for 9000
1018 hyphenation exceptions out of 8191
19i,0n,29p,148b,17s stack positions out of 5000i,500n,10000p,200000b,80000s
No pages of output.

BIN
latext/test.pdf Normal file

Binary file not shown.

21
latext/test.tex Normal file
View file

@ -0,0 +1,21 @@
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
% \documentclass{article}
\usepackage{fontspec}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\setmainfont{RobotoMonoNerdFont-Thin.ttf}
\begin{document}
Может чики бомбонить будем?
\[ T^{i_1 i_2 \dots i_p}_{j_1 j_2 \dots j_q} = T(x^{i_1},\dots,x^{i_p},e_{j_1},\dots,e_{j_q}) \]
We write integrals using $\int$ and fractions using $\frac{a}{b}$. Limits are placed on integrals using superscripts and subscripts:
\[ \int_0^1 \frac{dx}{e^x} = \frac{e-1}{e} \]
Lower case Greek letters are written as $\omega$ $\delta$ etc. while upper case Greek letters are written as $\Omega$ $\Delta$.
Mathematical operators are prefixed with a backslash as $\sin(\beta)$, $\cos(\alpha)$, $\log(x)$ etc.
\end{document}

BIN
latext/test.xdv Normal file

Binary file not shown.