TEX 루트를 통해 EPS를 PDF로 변환할 때 chemstyle 오류 - 하이퍼참조 문제

TEX 루트를 통해 EPS를 PDF로 변환할 때 chemstyle 오류 - 하이퍼참조 문제

나는 다음을 사용하여 논문을 작성하고 있습니다.chemstyle. 패키지를 사용하지 않을 memoir때 번호 매기기 및 구성표는 수업 시간에 잘 작동합니다 . epstopdf작동하는 코드는 다음과 같습니다.

\documentclass{memoir}

\usepackage{graphicx}
%\usepackage{epstopdf}
\usepackage[runs=2]{auto-pst-pdf}
\usepackage[journal=angew,varioref=false,tracking=bpchem]{chemstyle}

\begin{document}
\begin{scheme}[hbt!]
    \centering

        \schemeref[TMP1]{t6poca}
        \schemeref[TMP2]{tcta}
        \schemeref[TMP3]{tpa}
        \schemeref[TMP4]{tpa2}
        \includegraphics[width=\textwidth]{retroexp.eps}
            \caption{Retrosynthesis of  expanding from}
                    \label{retro1}
\end{scheme}
\end{document} 

그런 다음 수정된 회고록 클래스를 사용하고 섹션을 다른 .tex 문서로 분리합니다. 그러나 오류가 나타납니다.

Process started: pdflatex -shell-escape -synctex=1 -interaction=nonstopmode "thesis".tex

This is dvips(k) 5.993 Copyright 2013 Radical Eye Software (www.radicaleye.com) ' TeX output 2015.05.02:1751' -> thesis-autopp.ps

 dvips: Font Times-Roman used in file retroexp.eps is not in the mapping file. </usr/share/texlive/texmf-dist/dvips/base/tex.pro> </usr/share/texlive/texmf-dist/dvips/config/alt-rule.pro> </usr/share/texlive/texmf-dist/dvips/pstricks/pstricks.pro>

  </usr/share/texlive/texmf-dist/dvips/pstricks/pst-algparser.pro>    </usr/share/texlive/texmf-dist/dvips/pst-tools/pst-tools.pro> </usr/share/texlive/texmf-dist/dvips/pstricks/pst-dots.pro> </usr/share/texlive/texmf-dist/dvips/psfrag/psfrag.pro> </usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc> </usr/share/texlive/texmf-dist/dvips/base/texps.pro> </usr/share/texlive/texmf-dist/dvips/base/special.pro> </usr/share/texlive/texmf-dist/dvips/base/color.pro>. </usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb> </usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pfb>[1    <./retroexp.eps>

]

 Error: /undefined in --get-- Operand stack: blank --dict:15/15(ro)(L)-- space Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1916 1 3 %oparray_pop 1915 1 3 %oparray_pop 1899 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:1176/1684(ro)(G)-- --dict:1/20(G)-- --dict:123/200(L)-- --dict:5/6(ro)(L)-- --dict:181/300(L)-- --dict:45/200(L)-- --dict:197/210(L)-- Current allocation mode is local Last OS error: No such file or directory Current file position is 141251 GPL Ghostscript 9.10: Unrecoverable error, exit code 1

Process exited with error(s)

루트 파일은 다음과 같습니다.

 %!TEX ROOT=thesis.tex
 \documentclass{UMalChemThesis}

   \usepackage{graphicx}
 \usepackage[crop=off,runs=2]{auto-pst-pdf}
 \usepackage[journal=angew,varioref=false,tracking=bpchem]{chemstyle}


 %%%%%%%%%%%
 % List of Schemes

 % not yet know how to make it simpler
 % feel free to change it
%%%%%%%%%%

% to override chemstyle using memoir command
\newlistof{listofschemes}{los}{\listschemename} 
\newlistentry{scheme}{los}{0}

 % make new command \listallcontents to list ToC, lof, lot, los, loacr, loapp
% modify here for any new list
% the order of the list determines the sequence which they would appear in the output
\newcommand{\listallcontents}{{\clearpage\SingleSpacing
\tableofcontents\clearpage
\listoffigures\clearpage
\listoftables\clearpage
\listofschemes\clearpage
 \listofacronyms\clearpage
 \listofappendices\clearpage}}


% make scheme caption on top of scheme
\floatsetup[scheme]{style=plaintop} 

 \usepackage{lipsum}

  \usepackage{csquotes}


   \addbibresource{achs.bib}

\author{bk.ong}
    \title{blah blah blah}
    \submissionyear{2015}
  \degree{Doctor of Philosophy}

    % load acronym definitions from separate file
   \loadglsentries{acronyms}
   \setlength{\glsdescwidth}{.7\textwidth}
 \begin{document}
  \frontmatter

  \makecoverandtitlepage
 \declarationpage
   %\abstractfromfile{sample-abstract}
     \msabstractfromfile{sample-msabstract}
    \acknowledgements{Thanks guys. I owe you many.}

   \listallcontents % list ToC, lof, lot, etc...

  \mainmatter

  %\include{Introduction}
   %\include{RESULTS}
  \include{test})



       \backmatter

     \SingleSpacing\printbibliography

     \begin{appendices}
   \startapps
     %\include{sample-appen-manual}
    %\include{sample-appen-try}
     \finishapps
  \end{appendices}

 \end{document}

수정된 회고록 파일은 다음과 같습니다.

UMalChemThesis.cls

파일의 tex 루트는 thesis.tex입니다. Chemstyle은 Retroexp.eps를 변환해야 하지만 대신 비어 있는 thesis-pics.pdf가 발견됩니다. epstopdf패키지도 사용한다면 . 그러면 구성표는 정확하지만 'TMP' 표시가 여전히 남아 있습니다.

오류 메시지를 해석하는 데 도움을 줄 수 있는 사람이 있나요? 감사합니다!

답변1

마침내 해결되었습니다. 유일한 변경 사항은 mathptmx입니다 tgtermes. 그리고 hyperref옵션에서 중단링크를 비활성화하고 암시적=false로 설정합니다.

따라서 UMalChemThesis.cls에서 다음을 수행합니다.

  \RequirePackage{tgtermes}
  %\RequirePackage{mathptmx}

  \RequirePackage[implicit=false,pdfborder={0 0 0}]{hyperref}

Johannes_B에게 감사드립니다.

관련 정보