Post date: Aug 6, 2014 8:16:19 AM
I installed Tex Live 2014 to my laptop referring following site,
http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Microsoft%20Windows#texlive
"Lhaz64" worked to unzip the downloaded files,
After installing, handling of EPS file in TeXWorks made me confused.
Finally I found the following solution.
#How to use eps files in Texworks.#
Compiling a tex file with eps figure file using pdflatex from Texworks leads to following error message.
! Package pdftex.def Error: File '*-eps-converted-to.pdf' not found.
This was solved by setting "epstopdf". To do that,
a. Check if the path to "epstopdf" is avairable. if not, make the path.
If the path is avairable,
>epstopdf.exe
at the command line leads to error message saying no filename in the option.
b. put
\useoackage{epstopdf}
in the preamble of the tex file.
c. In the TexWorks, at edit>setting>type set>method of type set
choose pdflatexand click "edit".
Click "+" at the right bottom of the parameter box and
add -shell-escape. Choosing the "-shell-escape",
click "upword arrow" twice to move the "-shell-escape" to place it top.
Click "OK" to close the windows.