Created
July 5, 2017 19:05
-
-
Save waynr/8e8ffff442984e40ec146ead13cbc2c7 to your computer and use it in GitHub Desktop.
weird pdflatex problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=pdflatex 2017.6.11) 5 JUL 2017 12:03 | |
entering extended mode | |
restricted \write18 enabled. | |
%&-line parsing enabled. | |
**minimal-example.tex | |
(./minimal-example.tex | |
LaTeX2e <2017/01/01> patch level 3 | |
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. | |
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls | |
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class | |
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo | |
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) | |
) | |
\c@part=\count79 | |
\c@section=\count80 | |
\c@subsection=\count81 | |
\c@subsubsection=\count82 | |
\c@paragraph=\count83 | |
\c@subparagraph=\count84 | |
\c@figure=\count85 | |
\c@table=\count86 | |
\abovecaptionskip=\skip41 | |
\belowcaptionskip=\skip42 | |
\bibindent=\dimen102 | |
) | |
No file minimal-example.aux. | |
\openout1 = `minimal-example.aux'. | |
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. | |
LaTeX Font Info: ... okay on input line 3. | |
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. | |
LaTeX Font Info: ... okay on input line 3. | |
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. | |
LaTeX Font Info: ... okay on input line 3. | |
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. | |
LaTeX Font Info: ... okay on input line 3. | |
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. | |
LaTeX Font Info: ... okay on input line 3. | |
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. | |
LaTeX Font Info: ... okay on input line 3. | |
LaTeX Font Info: External font `cmex10' loaded for size | |
(Font) <7> on input line 4. | |
LaTeX Font Info: External font `cmex10' loaded for size | |
(Font) <5> on input line 4. | |
! LaTeX Error: Something's wrong--perhaps a missing \item. | |
See the LaTeX manual or LaTeX Companion for explanation. | |
Type H <return> for immediate help. | |
... | |
l.5 \begin{verbatim} | |
? x | |
Here is how much of TeX's memory you used: | |
198 strings out of 493013 | |
2297 string characters out of 6135682 | |
53273 words of memory out of 5000000 | |
3833 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 | |
23i,6n,19p,123b,131s stack positions out of 5000i,500n,10000p,200000b,80000s | |
No pages of output. | |
PDF statistics: | |
0 PDF objects out of 1000 (max. 8388607) | |
0 named destinations out of 1000 (max. 500000) | |
1 words of extra memory for PDF output out of 10000 (max. 10000000) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[10pt]{article} %Sets the default text size to 11pt and class to article. | |
\begin{document} | |
\begin{tabular} {c} | |
\begin{verbatim} | |
meow | |
meow | |
\end{verbatim} | |
\end{tabular} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment