Math & Science ⇒ Problem with Typeset on MikTex and solving it
Problem with Typeset on MikTex and solving it
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Problem with Typeset on MikTex and solving it
Use texworks (which is installed with MikTeX) to compile your first documents.
Problem with Typeset on MikTex and solving it
Code: Select all
\documentclass {article}
\usepackage {xspace}
\newcommand {\TUG} {\textsc {TeX Users Group} \xspace}
\begin {document}
\section {The \TUG}
TheTUG is an organization for people who are interested in \Tex\ or \LaTeX.
\end {document}
Code: Select all
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (MiKTeX 2.9.7440 64-bit)
entering extended mode
(Page41.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-05-15>
("C:\Program Files\MikTex\tex/latex/base\article.cls"
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
("C:\Program Files\MikTex\tex/latex/base\size10.clo"))
("C:\Program Files\MikTex\tex/latex/tools\xspace.sty")
("C:\Program Files\MikTex\tex/latex/l3backend\l3backend-pdfmode.def")
No file Page41.aux.
LaTeX Font Warning: Font shape `OT1/cmr/bx/sc' undefined
(Font) using `OT1/cmr/bx/n' instead on input line 5.
! Undefined control sequence.
l.6 ...ation for people who are interested in \Tex
\ or \LaTeX.
?
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Problem with Typeset on MikTex and solving it
\Tex
, but the correct spelling of the command is \TeX
. Note, TeX is case-sensitive.BTW: Please use code tags (or the "Select code" field) to mark code in you postings.
