Articles, Essays, and Journal Templates ⇒ Revision History for Stylish Article Template
Revision History for Stylish Article Template
I am using the "stylish article" template available at LaTeX Templates website (link).
I have been using it for documentation (i.e. datasheets) instead of scientific publications. Since I am using it for this type of documentation, I am trying to include a Revision History (RH) by using the "vhistory" package (I got the idea for this Stack Exchange question). However, when I include the package in the preamble and add some basic RH entries, I got several compile errors. Maybe, there are conflicting issues with the vhistory package and the other packages used within the "stylish article" template.
If you could help me, even thought this is not a question related to the original purpose of the template, I would be very happy. I have set up a Overleaf project with the stylish article template and a very basic RH entry, which, of course, does not compile correctly. If you could help, you may access the project with this link.
Thank you in advance for any help,
esantin
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Revision History for Stylish Article Template
Revision History for Stylish Article Template
You may find a working example by accessing the Overleaf project I have specifically created for it, i.e., at this link. I am not sure it is the "minimal" example, but it is indeed the original stylish article template (as referred in my previous post) with the following changes:
i. In the preamble, the following package added:
\usepackage[tocentry, tablegrid]{vhistory}
ii. In the document, the following adds:
\begin{versionhistory}
\vhEntry{1.0}{22.01.04}{JPW|KW}{created}
\vhEntry{1.1}{23.01.04}{DP|JPW}{correction}
\vhEntry{1.2}{03.02.04}{DP|JPW}{revised after review}
\end{versionhistory}
If you comment the changes i and ii above, you get the original stylish article template.
If I am not clear enough, please, let me know since I am new here

Regards,
esantin
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Revision History for Stylish Article Template
Move the block to the very end and put
\onecolumn
before it.Re: Revision History for Stylish Article Template
Thank you very much for your feedback. Now I understand the problem and can work on it

Regards,
esantin