I think it has something to do with package lastpage. How can I get rid of it?LaTeX Warning: You have requested release `2014/05/01' of LaTeX,
but only release `2011/06/27' is available.
Here's the smallest MWE I could make.
Code: Select all
\documentclass[14pt,fleqn]{extarticle}
\usepackage{lastpage}
% For PDF clickable links - LOAD THIS PACKAGE LAST (note: hidelinks does not work)
\usepackage[pdfstartview=FitH,breaklinks,pageanchor,plainpages,backref=section,hyperindex,bookmarksnumbered,
%pdfstartpage=7,
bookmarksopen,bookmarksopenlevel=1]{hyperref}
\hypersetup{pdfpagemode=UseNone}
\begin{document}
\end{document}