Text FormattingDAE template showing error

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
surender kaliraman
Posts: 3
Joined: Fri May 28, 2021 7:07 pm

DAE template showing error

Post by surender kaliraman »

pdflatex_template_cont_19 (2).zip
(61.39 KiB) Downloaded 171 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

DAE template showing error

Post by Stefan Kottwitz »

What is the question?

What is the error message?

Stefan
LaTeX.org admin
User avatar
MjK
Posts: 89
Joined: Fri Jan 28, 2022 6:09 pm

DAE template showing error

Post by MjK »

You should not distribute this archive. It breaks licenses and terms of good style several times, e.g. snp.cls is derived from (a very old version of) revtex4.cls but identifies itself still as revtex4, NATBIB.STY comes without natbib.dtx, which is also not legal:

Code: Select all

%% This is a generated file.
%% It may not be distributed without the original source file natbib.dtx.
Moreover it provides only the natbib package but not the natbib styles. snpsymb.sty is also a strange derivation of revsymb.sty (why by the hell do they redefine \thebibliography in the symbol package instead of the class?). And the example file also contains code, which I would not recommend.

The error message:

Code: Select all

/cont_samp.tex:12: Extra \endgroup.
\document ->\endgroup 
                      \init@documenthook \set@typesize@hook \normalsize \set...l.12 \begin{document}
is because, the class is not compatible with an up-to-date LaTeX. So you have to ask the maintainer for a new and legal version.

BTW: The original class revtex4 has been updated some years ago to avoid this problem.
My main topics are KOMA-Script and other questions related to my packages. If I reply to any other topic or if you've not yet added a minimal working example, please do not expect any further response. And please don't forget to tag examples as code.
Post Reply