Hi, I can’t compile LAB 5 to a PDF file and store it on my computer. The other lab works just fine. I did install Miktex and found some solutions like the following:
“DELETING the following codes in tex file and run it through Miktex again”
- \usepackage{iftex}*
- \ifPDFTeX*
-
\usepackage[T1]{fontenc}*
-
\usepackage{mathpazo}*
- \else*
-
\usepackage{fontspec}*
- \fi*
However, it doesn’t do anything. Does anyone know how to solve the problem?