Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.mrao.cam.ac.uk/~dag/my-mnras-advice.html
Дата изменения: Wed Apr 6 16:24:36 2016
Дата индексирования: Sun Apr 10 01:54:24 2016
Кодировка:

Поисковые слова: тет т т т т т т т т т т т т т
Help for, advice on how to use MNRAS LaTeX class file mnras.cls, version 3.0

Advice on MNRAS LaTeX class file mnras.cls, version 3.0

In June 2015 MNRAS released version 3.0 of the LaTeX class file mnras.cls for preparing papers. However, this is mangled in various ways, with the instructions/template provided not being consistent with the mnras.cls file.

So, here is some advice/hints about how to use this new MNRAS class file.


Here is what I used at the start of my last MNRAS paper.

   \documentclass[fleqn,usenatbib,usedcolumn]{mnras}
   %==============================================================================%
   \usepackage[british]{babel}             % British English hyphenation
   \usepackage{newtxtext}                  % Good fonts
   \usepackage[slantedGreek]{newtxmath}    %   "    "   (slanted Greek)
   %
   \let\la=\lesssim % for less than similar from newtxmath, not \la from mnras.cls
   %
   \usepackage[T1]{fontenc}                % Good font encoding
   \usepackage{graphicx}                   % Including figures
   %
   \begin{document}
   ...

Notes:


Here is what I then used at the paper for submitting to arXiv.

   \pdfoutput=1
   \documentclass[fleqn,usenatbib,usedcolumn]{mnras}
   %==============================================================================%
   \usepackage[british]{babel}             % British English hyphenation
   \usepackage{txfonts}                    % Reasonable fonts
   %
   \let\la=\lesssim % for less than similar from txfonts, not \la from mnras.cls
   %
   \usepackage[T1]{fontenc}                % Good font encoding
   \usepackage{graphicx}                   % Including figures
   %
   \hypersetup{pdfauthor={D. A. Green},
               pdftitle={Constraints on the distribution of supernova
                         remnants with Galactocentric radius},
               pdfkeywords={supernova remnants, Galaxy: structure, ISM: structure},
               bookmarksnumbered=true}
   %
   \setlength\topmargin{-2pc}
   %
   \volume{{\rm in press}}
   %
   \begin{document}
   ...

Notes:


home | addresses | teaching | research


Valid HTML 4.01!