Search found 13 matches

by Srcee
Mon Aug 29, 2011 2:19 pm
Forum: MiKTeX and proTeXt
Topic: Installation Problem
Replies: 2
Views: 2342

Installation Problem

Since I asked for help yesterday because of a compiling error, someone told me to uninstall MiKTeX and reinstall MiKTeX 2.9. I tried that and the installation always stops near the end, in the same place. I tried installing MiKTeX 2.8 and 2.9, but the same thing happens. I don't get any error ...
by Srcee
Sun Aug 28, 2011 3:12 pm
Forum: General
Topic: Compilation Process stops
Replies: 1
Views: 1435

Compilation Process stops

Okay, everything was fine, I was able to compile my file about a week ago. Today, I open it and trying to compile in XeLaTeX mode and it fails to compile.

In the window is written:
("C:\Program Files\MiKTeX 2.8\tex\latex\euenc\eu1lmr.fd"

and the compiling stops.

Can someone explain to me what to ...
by Srcee
Tue Jul 19, 2011 11:14 pm
Forum: Math & Science
Topic: No counter 'Својство1' defined.
Replies: 10
Views: 7528

No counter 'Својство1' defined.

[…] 1. Your answer solved my problem, but I have a new one. In my book, I have theorems and lemmas. But their numbering continues. […]
You can make such environments share one counter. See code below for the full example.
[…] 2. Which errors do you get? Are you compiling in Xelatex? Cause I do ...
by Srcee
Sat Jul 02, 2011 12:36 am
Forum: Math & Science
Topic: No counter 'Својство1' defined.
Replies: 10
Views: 7528

No counter 'Својство1' defined.

Tnx for the answers.

1. Your answer solved my problem, but I have a new one. In my book, I have theorems and lemmas. But their numbering continues. For example, after theorem 1, if there is lemma, its name is lemma 2. If I write:

\newtheorem{First}{Theorem}
\newtheorem{Second}{Lemma}

the ...
by Srcee
Sat Jul 02, 2011 12:29 am
Forum: Text Formatting
Topic: (5) on top of =
Replies: 5
Views: 2495

Re: (5) on top of =

Tnx a lot :)
by Srcee
Fri Jul 01, 2011 7:50 pm
Forum: Text Formatting
Topic: (5) on top of =
Replies: 5
Views: 2495

Re: (5) on top of =

And what to do if I want the '(5)' to be under the '=' ?
by Srcee
Fri Jul 01, 2011 11:54 am
Forum: Math & Science
Topic: No counter 'Својство1' defined.
Replies: 10
Views: 7528

No counter 'Својство1' defined.

Okay. Problem:


\documentclass[11pt, twoside, b5paper]{book}
\newtheorem{First}{Theorem}
\newtheorem{Second}{Theorem}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{amssymb}%baki
%\usepackage{amsthm}%za dokaz
\usepackage{amsmath}%baki
\usepackage{fancyhdr}
\usepackage[dvipdf]{graphicx ...
by Srcee
Fri Jul 01, 2011 12:05 am
Forum: Text Formatting
Topic: Theorem name
Replies: 1
Views: 1251

Theorem name

I want my theorems to be named for exampe:
the first one - Својство 1
the second one - Својство 2
.....

I want the numbers to change, but every theorem is named Својство 1.

Here's my code:
\newtheorem{Својствоо1}{Својство}
\newtheorem{Својствоо2}{Својство}

and later in the code:

\begin ...
by Srcee
Thu Jun 30, 2011 5:15 pm
Forum: Text Formatting
Topic: (5) on top of =
Replies: 5
Views: 2495

Re: (5) on top of =

Biggest tnx, it solved my problem :)
by Srcee
Thu Jun 30, 2011 4:30 pm
Forum: Text Formatting
Topic: (5) on top of =
Replies: 5
Views: 2495

(5) on top of =

How to write (5) on top of = ?
The '(5)' should not be left of the '=' (like $=_{(5)}$), but it should be right on top of it.