Search found 2 matches

by pradeep
Wed Jan 04, 2012 5:43 am
Forum: Math & Science
Topic: \begin{equation*} shows error
Replies: 1
Views: 31701

\begin{equation*} shows error

I have no issue when running

Code: Select all

\begin{equation}
but when i run

Code: Select all

\begin{equation*}
comes out with error. I try to use

Code: Select all

\nonumber
instead but the output have no changes still the equation comes with the numbering.

Could not find where the source of the problem will be? Appreciate the help.
by pradeep
Mon Dec 12, 2011 2:20 pm
Forum: Text Formatting
Topic: CHAPTER 1 into CHAPTER ONE without affecting Subsection
Replies: 1
Views: 1655

CHAPTER 1 into CHAPTER ONE without affecting Subsection

Hi,

I use \renewcommand{\thechapter}{\NUMBERstring{chapter} to change my CHAPTER 1, 2, ... into CHAPTER ONE, TWO, ...
\RequirePackage{titlesec}
\RequirePackage{fmtcount}
% chapters
%\renewcommand{\thechapter}{\NUMBERstring{chapter}}
\titleformat{\chapter}[display]{\filcenter\bfseries}{\Large ...