Code Monkey home page Code Monkey logo

Comments (3)

tvercaut avatar tvercaut commented on July 18, 2024

This definitely revives some painful memories....
https://github.com/MIDL-Conference/MIDL2019_FullPapers_Proceedings/blob/f3a213a143e933e1cfdd4a5fff7100be6d77e957/Volume102/bass19/bass19.tex#L419

from midllatextemplate.

tvercaut avatar tvercaut commented on July 18, 2024

I have filed a bug report here with the following MWE (and workaround):

\documentclass[pmlr]{jmlr} % Include author names

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mwe}

\title[Short Title]{Full Title of Article}

\author{
	\Name{Author A \nametag{$^{1}$}} \Email{[email protected]}\\
	\addr $^{1}$ Address, City, Countryy \AND
	\Name{Author B \nametag{$^{2}$}} \Email{[email protected]} \\
	\addr $^{2}$ Address, City, Country
      }


\begin{document}

\maketitle

\begin{abstract}
\blindtext
\end{abstract}

\begin{keywords}
List of keywords, comma separated.
\end{keywords}

\section{Introduction}

\Blindtext[5][2]

\acks{\blindtext}

\appendix
\section{Appendix}

% Uncomment the next line for a work around to get page numbers right when last page is a float
%\clearpage

\begin{figure}[htbp]
 % Caption and label go in the first argument and the figure contents
 % go in the second argument
\floatconts
  {fig:example}
  {\caption{Example Image}}
  {\includegraphics[width=0.5\linewidth]{example-image}}
\end{figure}

\end{document}

from midllatextemplate.

HKervadec avatar HKervadec commented on July 18, 2024

I just experimented on the 2020 proceedings, it seems that adding the following at the end of midl.cls did the trick:

\RequirePackage{lastpage}
\renewcommand*{\@jmlrpages}{\pageref{jmlrstart}--\pageref{LastPage}}

With the original command being

\providecommand*\@jmlrpages{\pageref{jmlrstart}--\pageref{jmlrend}}

It does not seem that \pageref{jmlrend} is used somewhere, so I do not think it will cause any other ill side-effect.

from midllatextemplate.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.