[texhax] why no marker in footnote?

David Carlisle d.p.carlisle at gmail.com
Thu Nov 12 13:46:26 CET 2015


> On 12 November 2015 at 12:29, Daniel Greenhoe <dgreenhoe at gmail.com> wrote:
>
>> When using the cmpart.cls style file at
>>   http://cmp.pu.if.ua/files/journals/3/files/cmpart.cls
>> footnote markers appear in the main text, but there is no footnote
>> marker in the footnotes. Just the footnote text appears.
>>
>> How can I get footnote markers to appear in the footnote?
>>
>
>
>
> article class does
>
> \newcommand\@makefntext[1]{%
>     \parindent 1em%
>     \noindent
>     \hb at xt@1.8em{\hss\@makefnmark}#1}
>
>
> so places the mark before the footnote text
>
> this class does
>
>
>
> \renewcommand{\@makefntext}[1]{\parindent=1em\noindent  #1}
>
> so it uses no mark,
>
> You could add the article class definition although the usual advice is
> not to change journal class layouts, either use what they want or use a
> different class...
> The whole point of a journal class is to remove choice from the author,
> and enforce a house style.
>
> But:
>
> \documentclass[12pt,twoside,draft,en]{cmpart}
> \author{Author 1 N.S., Author 2 N.S.}
> \title{Title of the article in English}
> \shorttitle{Short title of the article}
> \enabstract{Author 1 N.S., Author 2 N.S.}{Title of the article}{An
> abstract in English.}{keyword one, keyword two}
> \uaabstract{Author 1 N.S., Author 2 N.S. (in Ukrainian)}{Title of the
> article (in Ukrainian)}{An abstract (in Ukrainian)}{keyword one,
> keyword two}
> \subjclass{?????, ?????}
> \UDC{?????}
> \pyear{2014} % year
> \volume{6}   % volume
> \issue{1}    % issue
> \pageno{10}  % number of the first page
> \received{01.07.2013} % received date
> \institute{Institution, City, Country (Author 1 N.S.)\\
> Institution, City, Country (Author 2 N.S.)}
> \email{mail1 at domain.ua (Author 1 N.S.), mail2 at domain.ua (Author 2 N.S.)}
>
>
> \makeatletter
> \renewcommand\@makefntext[1]{%
>     \parindent 1em%
>     \noindent
>     \hb at xt@1.8em{\hss\@makefnmark}#1}
> \makeatother
>
>
> \begin{document}
>   \maketitle
>   test\footnote{This is a footnote.}
>   \footnotetext{This is footnote text.}
> \end{document}
>
>
> David
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20151112/89a520e2/attachment.html>


More information about the texhax mailing list