Search found 2 matches

by perobce
Thu Mar 15, 2012 11:39 am
Forum: General
Topic: Add unnumbered Sections to ToC
Replies: 1
Views: 2731

Add unnumbered Sections to ToC

I have problem with creating table of contents. I have this code:
documentclass[12pt,a4paper,fleqn]{article}
\usepackage[pdftex]{graphicx,color}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{enumerate}
\usepackage[slovene]{babel}
\usepackage{mathtools}
%
%
\begin ...
by perobce
Tue Mar 06, 2012 11:35 am
Forum: Math & Science
Topic: Font Size in Equation
Replies: 1
Views: 1980

Font Size in Equation

I have this equation:

Code: Select all

\begin{equation}
a = min \left\{ \begin{array}{ll}
2b\\
\frac{100}{b\cdot a}+c
\end{array}\right.
\label{enacba36}
\end{equation}
As you can see in the attachment font in expression 100/(b*a) is decreased. I wonder what to do, that font in this expression will be normal sized.