I'm working my way through the {moderncv} style. This is an involved question. I am using
Code: Select all
\documentclass[11pt,letterpaper,oneside,sans]{moderncv}%{{{1
\let\fax\undefined%To avoid marvosym error
\usepackage{marvosym}
\usepackage[normalem]{ulem}
\usepackage{amsfonts,amsmath,eqparbox,multicol,enumerate,calc,paralist}
\usepackage[initials,nobysame]{amsrefs}% Load after hyperref
\hbadness=10000
\newcounter{bibcont}
\newif\ifforweb
% Set to true to generate a for-web CV (I.e. with contact information omitted).
\forwebfalse
% moderncv themes
%\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
\moderncvtheme[blue]{classic} % idem
% character encoding
%\usepackage[ascii]{inputenc}
% adjust the page margins
%\usepackage[scale=0.8]{geometry}
%\usepackage[margin=2.54cm]{geometry}
\usepackage[margin=1.5cm]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
They are coded as:
Code: Select all
\begin{enumerate}
\item{name.,``title", {\em journal} {\bf vol} (year), pages.}
\end{enumerate}
setup
Code: Select all
@article {MR,
AUTHOR = {},
TITLE = {},
JOURNAL = {},
FJOURNAL = {},
VOLUME = {},
YEAR = {},
NUMBER = {},
PAGES = {},
ISSN = {},
MRCLASS = {},
MRNUMBER = {},
}
Thanks,
Peaches