New to Latex, I'm using IEEEtran template to writing some paper, but there is warning of underfull \hbox in the keyword environment, I googled it but have not found relevant information, can someone help me? Thanks very much!
\documentclass[journal]{IEEEtran}
\usepackage{graphicx} \usepackage{cite}
\usepackage{url} \usepackage{subfigure}
\usepackage[font=footnotesize]{caption}
\captionsetup{singlelinecheck=on}
\usepackage[para]{threeparttable}
\usepackage{tabularx} \usepackage{amsmath}
\usepackage{multirow}
\begin{document}
\begin{IEEEkeywords}
Probabilistic password model,
Probability-threshold graphs,
Probabilistic password model,
Probabilistic password model
\end{IEEEkeywords}
\end{document}
\documentclassto\end{document}that shows the error. Then people can easily debug it and suggest changes. – David Carlisle Sep 29 '17 at 06:42\centering, so there is something that you are not telling us that is causing the issue. – David Carlisle Sep 29 '17 at 06:44\documentclass[journal]{IEEEtran} \usepackage{graphicx} \usepackage{cite} \usepackage{url} \usepackage{subfigure} \usepackage[font=footnotesize]{caption} \captionsetup{singlelinecheck=on} \usepackage[para]{threeparttable} \usepackage{tabularx} \usepackage{amsmath} \usepackage{multirow} \begin{document} \begin{IEEEkeywords} Probabilistic password model, Probability-threshold graphs, Probabilistic password model, Probabilistic password model \end{IEEEkeywords} \end{document}– K.Wanter Sep 29 '17 at 07:50\centeringthat would have the same effect on spacing as the\raggedrightI used below, . It is used in the class definition of the keywords environment however it only uses centred setting in single column, and you have double column (although we didn't know that until you posted the example:-) – David Carlisle Sep 29 '17 at 08:37