
부인 성명:나는 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}