New Members ⇒ New ProTex user, and a bit lost
New ProTex user, and a bit lost
2020-01-11 15:29:42,010-0500 INFO pdflatex - starting with command line: pdflatex test.tex
2020-01-11 15:29:42,015-0500 INFO pdflatex - allowing known shell commands
2020-01-11 15:29:42,015-0500 INFO pdflatex - enabling input (output) from (to) processes
2020-01-11 15:29:42,019-0500 FATAL pdflatex - Configuration error: no conversion from type 0 to string.
2020-01-11 15:29:42,019-0500 FATAL pdflatex - Info: type="0"
2020-01-11 15:29:42,019-0500 FATAL pdflatex - Source: Libraries\MiKTeX\Core\Session\config.cpp
2020-01-11 15:29:42,019-0500 FATAL pdflatex - Line: 524
2020-01-11 15:29:42,023-0500 INFO pdflatex - finishing with exit code 1
What is it trying to tell me? Thanks!! and I hope I'll start remembering long unused muscles and not be a PITA to you folks.
Thanks
/Bernie\
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
New ProTex user, and a bit lost
welcome to the forum!
I can see the error message coming from the file config.cpp (MiKTeX configuration settings). ProTeXt is a modified version of MiKTeX. Hard to say from a distance what may cause it without seeing the configuration files on your computer.
How about installing TeX Live? That runs on Windows (and on a lot of other platforms such as BSD

Stefan
New ProTex user, and a bit lost

I have to admit that the LaTeX world seems to be as dizzying as the Linux world with a constellations of distributions and such.
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
New ProTex user, and a bit lost
Well, there is one big distribution that is maintained and tested and ported to many platforms, and that is TeX Live. Then there is MiKTeX, a admirable effort of a single developer, only available for Windows. That's pretty much all today. (There are install bundles such as ProTeXt for MiKTeX and MacTeX for TeX Live for making life easier).
So that's simpler than with Linux distributions. And I simply go with TeX Live on Debian, Ubuntu, Mac OS X, Windows.
Stefan
New ProTex user, and a bit lost
New ProTex user, and a bit lost
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
New ProTex user, and a bit lost
It shouldn't do a lot in the registry I assume. So one may just delete the MiKTeX folder on the disk and then install TeX Live.
Stefan
New ProTex user, and a bit lost
I think I got it! Instead of uninstalling via Windows, I started the MikTeX console and found that when I got to it directly [rather than via the windows uninstall] it came up, had an "uninstall' option and properly uninstalled itself!! YAY! Now to go get Tex Live. Thanks for being patient
New ProTex user, and a bit lost
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
New ProTex user, and a bit lost
Code: Select all
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Zapfino}
\begin{document}
That is a beautiful font.
\end{document}