Document Classesresume | BibTeX Problems

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
mathfeel
Posts: 11
Joined: Fri Jun 13, 2008 1:17 pm

resume | BibTeX Problems

Post by mathfeel »

I am trying to use bibtex with resume.cls from

http://ctan.org/tex-archive/macros/latex/contrib/resume

It is essentially a customized article class:

Code: Select all

\PassOptionsToClass{11pt,12pt}{article}
\LoadClassWithOptions{article}
I have two problems.
  1. I am trying to customize the biblabl, but:

    Code: Select all

    \makeatletter
    %\renewcommand*{\bibliographyitemlabel}{{\arabic{enumiv}.}}
    \renewcommand*{\biblabel}{{\arabic{enumiv}.}}
    \makeatother
    throws this error:

    Code: Select all

    ! LaTeX Error: \biblabel undefined.
  2. If I insert an thebibligraphy environment:

    Code: Select all

    \begin{thebibliography}{1}\end{thebibliography}
    I get a header for the bibliography section like this:

    Code: Select all

    *         References
    I have no idea where the leading "*" comes from and how to get rid of it.
Help and hints are appreciated.

Recommended reading 2024:

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

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

Post Reply