Search found 1 match

by ]leo[
Thu Mar 26, 2015 5:10 pm
Forum: Math & Science
Topic: Itemized List within a Theorem Environment
Replies: 3
Views: 10402

Itemized List within a Theorem Environment

Another solution is to put an hfill right after the beginning of the theorem like environment:

\documentclass[12pt,a4paper,oneside]{report}
\pagestyle{myheadings}
\usepackage{amsmath,amssymb,amscd,amsthm,amstext}

\newtheorem{thm}{Theorem}
\def \imp {\Rightarrow}

\begin{document}
\title{Real ...