Search found 8 matches

by dejan85
Sun Aug 26, 2012 1:51 pm
Forum: Math & Science
Topic: Label for Theorem in custom Class
Replies: 1
Views: 2438

Label for Theorem in custom Class

I need to put \label in the theorem environment like this:

\documentclass{article}
\usepackage{amsthm}

\newtheorem{theorem}{Theorem}

\begin{document}
\begin{theorem}
This is Theorem.
\label{label}
\end{theorem}
\end{document}

I am writing to IJPRAI journal and I must use their style. When I ...
by dejan85
Sun Oct 09, 2011 3:17 am
Forum: Math & Science
Topic: Superscript Position in Math Mode
Replies: 2
Views: 3302

Re: Superscript Position in Math Mode

Thank you. I can use this to solve problem.
by dejan85
Sat Oct 08, 2011 9:33 pm
Forum: Math & Science
Topic: Superscript Position in Math Mode
Replies: 2
Views: 3302

Superscript Position in Math Mode

I try to put superscript in math mode after \max command, but I want to be in standard upper right position or upper left position, not above max. For example, like this
$$\max{}^k$$
When I use this, with long superscript
$$\max_{j = 1, \ldots , k}{}^k$$
it doesn't look nice, because k is to far ...
by dejan85
Wed Nov 12, 2008 1:13 pm
Forum: Document Classes
Topic: xcolor package and beamer
Replies: 16
Views: 57109

Re: xcolor package and beamer

It works nice.
Thanks.
by dejan85
Tue Nov 11, 2008 12:06 am
Forum: Document Classes
Topic: xcolor package and beamer
Replies: 16
Views: 57109

xcolor package and beamer

I tried to uninstall previous tex version from add/remove programs, and it didn't work. I had two directories with tex: "C:\localtexmf","C:\texmf" and I not delete it. So, I install MikTex 2.7 on "C:\Program Files\MiKTeX 2.7", and in MikTex Option I add path to new version. Now, it's working except ...
by dejan85
Sun Nov 09, 2008 1:31 pm
Forum: Document Classes
Topic: xcolor package and beamer
Replies: 16
Views: 57109

xcolor package and beamer

I look at my.log file and I find lines that contains xcolor
C:\texmf\tex\latex\xcolor\xcolor.sty
...
C:\texmf\tex\latex\pgf\xxcolor.sty

After second line there is Option clash... Probably, latex load xcolor package more than once automatically, so I really don't know how to solve problem. I ...
by dejan85
Sat Nov 08, 2008 11:16 pm
Forum: Document Classes
Topic: xcolor package and beamer
Replies: 16
Views: 57109

xcolor package and beamer

I want to remove this line, but it doesn't exist, neither in my tex file, nor in the mybeamersettings.tex. In mybeamersettings there are only two lines with usepackage:
\usepackage[english]{babel}
\usepackage{listings,amsmath,multimedia}
I didn't make the presentation, I'd downloaded the example ...
by dejan85
Sat Nov 08, 2008 3:41 pm
Forum: Document Classes
Topic: xcolor package and beamer
Replies: 16
Views: 57109

xcolor package and beamer

I have the similar problem. I follow instruction from site http://faculty.csuci.edu/jorge.garcia/tex/beamer.htm to install beamer, a test beamer with their template.txt from site. I got the same error "! LaTeX Error: Option clash for package xcolor..." .
template.txt :

\documentclass[t]{beamer ...