Code: Select all
\documentclass{article}
\usepackage{etoolbox}
\begin{document}
Hello, world.
\end{document}
Code: Select all
\documentclass{article}
\usepackage{etoolbox}
\begin{document}
Hello, world.
\end{document}
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
Code: Select all
This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
Source specials enabled.
%&-line parsing enabled.
output format initialized to PDF
(./test.tex
LaTeX2e <2005/12/01>
(c:/Program Files (x86)/PCTeX/PCTeXv6/texmf-dist/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(c:/Program Files (x86)/PCTeX/PCTeXv6/texmf-dist/tex/latex/base/size10.clo))
(c:/Program Files (x86)/PCTeX/PCTeXv6/texmf-dist/tex/latex/etoolbox/etoolbox/et
oolbox.sty
! Package etoolbox Error: Not running under e-TeX.
See the etoolbox package documentation for explanation.
Type H <return> for immediate help.
...
l.33 {}
? e
No pages of output.
Transcript written on test.log.
To use e-TeX's extended mode, go to PCTeX's Typeset menu, select INITeX, select LaTeX, add an asterisk to the beginning of the macro file name (i.e. "*latex.ltx"), and click INITeX.
Now when you typeset with LaTeX, it will use e-TeX's extended mode.
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