GeneralIs LaTeX automatically installed with TeX

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jaymax
Posts: 3
Joined: Sun Jan 14, 2024 8:54 pm

Is LaTeX automatically installed with TeX

Post by jaymax »

Newbie:
I have installed a TeX package from CTAN

Code: Select all

[b]Tex -v[/b]
TeX 3.141592653 (TeX Live 2023)
kpathsea version 6.3.5
Copyright 2023 D.E. Knuth.
-----------

Code: Select all

[b]Texdoc -V[/b]
Texdoc 4.0.1 (2023-02-27
)
-----------

Code: Select all

[b]latex -v[/b]
returns ==>
pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023)
kpathsea version 6.3.5
Copyright
...
.....
....
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.39; using libpng 1.6.39
Compiled with zlib 1.2.13; using zlib 1.2.13
Compiled with xpdf version 4.04
-----------------------------------
Several LaTex cmd seems to be unavailable
including the LaTex logo from

Code: Select all

\LaTEX
Please advise - Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

Is LaTeX automatically installed with TeX

Post by Stefan Kottwitz »

Hello Jaymax,

welcome to the forum!
I have installed a TeX package from CTAN
How did you do this? I install TeX using a TeX distribution such as TeX Live, MiKTeX, or Linux OS repositories, and LaTeX is included. I use CTAN for specific packages and updates.

Stefan
LaTeX.org admin
jaymax
Posts: 3
Joined: Sun Jan 14, 2024 8:54 pm

Is LaTeX automatically installed with TeX

Post by jaymax »

Hi Stefan,
Probably just an assumption then.
Attached is the README and a html file from the distro that may cast some light on the topic. Original HTML file "LaTeX file info" converted to pdf forma
Attachments
LaTeX file info_as.pdf
(454.85 KiB) Downloaded 335 times
README-2.txt
(2.46 KiB) Downloaded 319 times
jaymax
Posts: 3
Joined: Sun Jan 14, 2024 8:54 pm

Is LaTeX automatically installed with TeX

Post by jaymax »

The base installation is TeX Live [2023]
As mentioned earlier
C:\>Latex -version
pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023)
kpathsea version 6.3.5
---
---
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.39; using libpng 1.6.39
Compiled with zlib 1.2.13; using zlib 1.2.13
Compiled with xpdf version 4.04
-------------------------
Is LaTeX and pdfTeX the same?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

Is LaTeX automatically installed with TeX

Post by Stefan Kottwitz »

jaymax wrote:Is LaTeX and pdfTeX the same?
pdfTeX is the engine, or compiler, and LaTeX is the format, simply said more macros.

pdfTeX would be run with the LaTeX format; that's then called pdfLaTeX.

In your editor, make sure you choose pdfLaTeX as the compiler or run pdflatex at the command line.

Stefan
LaTeX.org admin
Post Reply