LyX ⇒ Compile error in pdflatex
-
- Posts: 2
- Joined: Sun Apr 11, 2021 10:17 pm
Compile error in pdflatex
could someone give me any hints on why can't I compile my project in pdflatex? Find below the log command,
Thank you very much in advance
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (MiKTeX 21.3) (preloaded format=pdflatex 2021.4.11) 11 APR 2021 22:15
entering extended mode
**./archivo_nuevo1_-_english.tex
(archivo_nuevo1_-_english.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-02-18>
(C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/base\article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/base\size10.clo
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
)
\c@part=\count179
\c@section=\count180
\c@subsection=\count181
\c@subsubsection=\count182
\c@paragraph=\count183
\c@subparagraph=\count184
\c@figure=\count185
\c@table=\count186
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen138
) (C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/base\fontenc.sty
Package: fontenc 2020/08/10 v2.0s Standard LaTeX package
) (C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/base\inputenc.sty
Package: inputenc 2020/08/01 v1.3d Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16
(C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/base\latin9.def
File: latin9.def 2020/08/01 v1.3d Input encoding file
)) (C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/latex-tools\array.st
y
Package: array 2020/10/01 v2.5c Tabular extension package (FMi)
\col@sep=\dimen139
\ar@mcellbox=\box47
\extrarowheight=\dimen140
\NC@list=\toks17
\extratabsurround=\skip49
\backup@length=\skip50
\ar@cellbox=\box48
) (C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/float\float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count187
\float@exts=\toks18
\float@box=\box49
\@float@everytoks=\toks19
\@floatcapt=\box50
) (C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/booktabs\booktabs.sty
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\heavyrulewidth=\dimen141
\lightrulewidth=\dimen142
\cmidrulewidth=\dimen143
\belowrulesep=\dimen144
\belowbottomsep=\dimen145
\aboverulesep=\dimen146
\abovetopsep=\dimen147
\cmidrulesep=\dimen148
\cmidrulekern=\dimen149
\defaultaddspace=\dimen150
\@cmidla=\count188
\@cmidlb=\count189
\@aboverulesep=\dimen151
\@belowrulesep=\dimen152
\@thisruleclass=\count190
\@lastruleclass=\count191
\@thisrulewidth=\dimen153
) (C:\Users\mrbra\AppData\Local\Programs\MiKTeX\tex/latex/base\textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Compile error in pdflatex
welcome to the forum!
The log output seems to be incomplete.
Please post either the error message, or the complete log file. You can post it as attachment here, as it's usually long. The Attachments link is below the text edit field, when writing a post.
Stefan
-
- Posts: 2
- Joined: Sun Apr 11, 2021 10:17 pm
Compile error in pdflatex
Hello Stefan,Stefan Kottwitz wrote:Hi Brandon,
welcome to the forum!
The log output seems to be incomplete.
Please post either the error message, or the complete log file. You can post it as attachment here, as it's usually long. The Attachments link is below the text edit field, when writing a post.
Stefan
Thank you for your reply, unfortunately I can't find the complete log file. Where is the complete log file?
Thank you very much
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Compile error in pdflatex
It's a file with the same name as your document and .log as the file name extension, in the same folder as your document.
Stefan