MiKTeX and proTeXt"newtheorem" without Number wanted

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
bigollo
Posts: 2
Joined: Mon Aug 02, 2010 9:41 pm

"newtheorem" without Number wanted

Post by bigollo »

i'm inserting \newtheorem*{proof}{Proof}m but it's not working, what should i do?
thank you! :)
Last edited by bigollo on Tue Aug 03, 2010 6:47 pm, edited 1 time in total.

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

"newtheorem" without Number wanted

Post by gmedina »

Hi,

why don't you just use the proof environment provided by the amsthm package? A little example:

Code: Select all

\documentclass{article}
\usepackage{amsthm}

\begin{document}

\begin{proof}
The proof goes here.
\end{proof}

\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
bigollo
Posts: 2
Joined: Mon Aug 02, 2010 9:41 pm

Re: "newtheorem" without Number wanted

Post by bigollo »

thank you! it works! :D

best,
bigollo
Post Reply