Search found 3 matches

by insinoori
Sun Nov 06, 2011 9:45 pm
Forum: Text Formatting
Topic: Error message from "\addcontentsline" command
Replies: 4
Views: 3885

Re: Error message from "\addcontentsline" command

You're right, sorry, it does work. Thank you very much.
by insinoori
Sun Nov 06, 2011 9:37 pm
Forum: Text Formatting
Topic: Error message from "\addcontentsline" command
Replies: 4
Views: 3885

Re: Error message from "\addcontentsline" command

I would like to keep the "Introduction" heading without a number.
by insinoori
Sun Nov 06, 2011 8:44 pm
Forum: Text Formatting
Topic: Error message from "\addcontentsline" command
Replies: 4
Views: 3885

Error message from "\addcontentsline" command

My code,

\documentclass[12pt,a4paper]{article}
\usepackage[ascii]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}

\begin{document}

\title{Literature Review}
\author{Riku Raisanen}
\maketitle

\newpage
\tableofcontents
\newpage

\part*{Introduction}
\addcontentsline{toc ...