Cause of the error: It is very simple, that is, the method provided by most reference books to insert images into the EPS format using includegraphics. However, this method can only be used by the default latex compiler. If you use ctex (Chinese version, the default value is pdflatex. Solution, refer to the following reference: Reference from: Science Network http://bbs.sciencenet.cn/home.php? MoD = Space & uid = 3199 & Do = Blog & id = 42523 unknown graphics Extension:. EPS
It is an error when the image and pdflatex are used together.
Two solutions:
1,You can convert an EPS file to a PDF or jpg image.
2. Use latex instead of pdflatex:
After processing the Tex file, Tex generates the DVI file and converts it to a PDF file through dvipdf;
Pdflatex processes Tex files directly and outputs PDF files. pdflatex uses JPG files, PNG files can be used in image formats, and EPS files cannot be used.
However, after using latex, the template Singapore will not have good effects like pdflatex, and the background color will become white.