Search found 4 matches

by Adazea
Mon May 03, 2021 9:00 pm
Forum: Graphics, Figures & Tables
Topic: ! Paragraph ended before \@tempa was complete.
Replies: 8
Views: 14154

! Paragraph ended before \@tempa was complete.

It finally worked! I removed the package \graphics from the folder and it worked. I do not know why this package was there if \graphicx was in use.

I cannot stress enough how much I thank you . Thanks for your time and your advice.
by Adazea
Mon May 03, 2021 9:41 am
Forum: Graphics, Figures & Tables
Topic: ! Paragraph ended before \@tempa was complete.
Replies: 8
Views: 14154

! Paragraph ended before \@tempa was complete.

I'm having the same trouble after changing to Live TeX and using your figure.

I hope I'm marking this correctly as code. I attach the .log file

Thanks again,
Adazea

% !TEX LaTeX
\documentclass[12pt]{report}
\usepackage{epsfig}
\usepackage{color}
\usepackage{graphicx}
\usepackage{enumitem ...
by Adazea
Fri Apr 30, 2021 11:06 am
Forum: Graphics, Figures & Tables
Topic: ! Paragraph ended before \@tempa was complete.
Replies: 8
Views: 14154

! Paragraph ended before \@tempa was complete.

Thank-you very much Ijon and Stephan for your help.
I really think MikTeX has an issue, it works with an older version.
I'm changing to TeXLive.
Adazea
by Adazea
Wed Apr 28, 2021 12:36 pm
Forum: Graphics, Figures & Tables
Topic: ! Paragraph ended before \@tempa was complete.
Replies: 8
Views: 14154

! Paragraph ended before \@tempa was complete.

I'm having troubles with \includegraphics

\documentclass[12pt]{report}
\usepackage{epsfig}
\usepackage{color}
\usepackage{graphicx}
\usepackage{enumitem}

\begin{document}

\begin{figure} [htbp]
\centering
\includegraphics[width=100mm]{cubicroot.ps}
\caption{ $f(x)=x^3-3x+1$.}
\label ...