문제: ieeeconf에서 그림 캡션이 자동으로 변경됩니다.

문제: ieeeconf에서 그림 캡션이 자동으로 변경됩니다.

부인 성명:나는 IEEEconf그것이 ieeeconf(http://ras.papercept.net/conferences/support/files/ieeeconf.zip), 그러나 내 목표 회의 템플릿은 여전히 ​​후자이므로 여러분 중 일부는 전자를 사용하도록 제안할 수 있으므로 후자를 사용해야 합니다. (또한 제거 등의 변경 사항을 적용하면 \IEEEoverridecommandlockouts템플릿의 출력 구성이 방해됩니다.)

템플릿은 캡션의 글꼴 크기를 자동으로 8pt로 설정하도록 되어 있습니다. 하지만 MWE를 따라가면 확인할 수 있듯이 대상 글꼴 크기는 본문과 동일하게 컴파일됩니다.

내가 뭘 잘못한 걸까요?!

\documentclass[letterpaper, 10 pt, conference]{ieeeconf}

\IEEEoverridecommandlockouts

\let\proof\relax
\let\endproof\relax

\usepackage{graphicx}
\usepackage{mathptmx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{mathrsfs}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{subfig}

\renewcommand{\qedsymbol}{$\blacksquare$}

\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}
%\newtheorem{prop}[thm]{Proposition}
%\newtheorem{cor}{Corollary}
%\newtheorem{conj}{Conjecture}
\theoremstyle{definition}
\newtheorem{defn}{Definition}
\newtheorem{exmp}{Example}
\newtheorem{rem}{Remark}

\title{\LARGE \bf
XXXXXXXXX
}

\author{Y$^{1}$ and X$^{2}$
%\thanks{*This work was not supported by any organization}
\thanks{$^{1}$Y is with 
        University of Y, 
        {\tt\small [email protected]}}
\thanks{$^{2}$X with the Department of Electrical Engineering, Hell,
        HELL
        {\tt\small [email protected]}}
}

\begin{document}

\maketitle
\thispagestyle{empty}
\pagestyle{empty}

\begin{abstract}

This paper considers ...

\end{abstract}


\section{INTRODUCTION}

\begin{figure}[]
      \centering
%      \includegraphics[scale=0.5]{adj_config}
      \caption{Inductance of oscillation winding on amorphous magnetic core versus DC bias magnetic  field}
      \label{figurelabel}
   \end{figure}

\end{document}

답변1

이 이상한 문제는 실제로 의 단점으로 인한 것이 아닙니다 ieeeconf. 이는 IEEEconfieeetran에서도 발생할 수 있기 때문입니다. (제가 확인해본 결과)

subconfig문제는 템플릿 설정과 패키지 간의 일종의 충돌로 인해 발생하는 것 같습니다 . 다음 옵션을 추가하면 캡션의 크기가 적절하게 변경됩니다 8 point.

\usepackage[caption=false,font=footnotesize]{subfig}

여기에 이미지 설명을 입력하세요

관련 정보