This commit is contained in:
Maciej Kania 2017-11-19 14:39:18 +01:00
parent cbb9e246fb
commit 17787c2de7
5 changed files with 49 additions and 0 deletions

1
mk.aux Normal file
View File

@ -0,0 +1 @@
\relax

44
mk.log Normal file
View File

@ -0,0 +1,44 @@
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/W32TeX) (preloaded format=pdflatex 2017.9.2) 19 NOV 2017 14:36
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**./mk.tex
(./mk.tex
LaTeX2e <2017-04-15>
Babel <3.10> and hyphenation patterns for 84 language(s) loaded.
(c:/software/latex/texmf-dist/tex/latex/base/minimal.cls
Document Class: minimal 2001/05/25 Standard LaTeX minimal class
)
No file mk.aux.
\openout1 = `mk.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 2.
LaTeX Font Info: ... okay on input line 2.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 2.
LaTeX Font Info: ... okay on input line 2.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 2.
LaTeX Font Info: ... okay on input line 2.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 2.
LaTeX Font Info: ... okay on input line 2.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 2.
LaTeX Font Info: ... okay on input line 2.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 2.
LaTeX Font Info: ... okay on input line 2.
[1{c:/software/latex/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./mk.aux)
)
Here is how much of TeX's memory you used:
17 strings out of 492995
317 string characters out of 6135473
54074 words of memory out of 5000000
3662 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
14i,4n,10p,124b,92s stack positions out of 5000i,500n,10000p,200000b,80000s
<c:/software/latex/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
Output written on mk.pdf (1 page, 12052 bytes).
PDF statistics:
12 PDF objects out of 1000 (max. 8388607)
7 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)

BIN
mk.pdf Normal file

Binary file not shown.

BIN
mk.synctex.gz Normal file

Binary file not shown.

4
mk.tex Normal file
View File

@ -0,0 +1,4 @@
\documentclass{minimal}
\begin{document}
Co z oczu, to z serca.
\end{document}