Search found 9 matches

by san
Fri Nov 20, 2009 7:34 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Is there any way to make SORTED index?
Replies: 1
Views: 2350

Is there any way to make SORTED index?

My LaTeX text is Russian. My index is Russian. I want it to be sorted. How to achieve it?

P.S. Using Babel.
by san
Tue Oct 20, 2009 9:34 am
Forum: MiKTeX and proTeXt
Topic: DVIPDFM: Figures disapearred after rebuilding format files
Replies: 1
Views: 3499

Re: DVIPDFM: Figures disapearred after rebuilding format files

The problem is solved.

If start MikTex settings aplication not as admin, it will write changes to the settings files in the «C:\ProgramData» folder instead of «C:\Program Files».

So, dvipdfm read partial settings file from «Program Data» instead of correct file from «Program Files».

I just ...
by san
Sun Oct 18, 2009 6:14 pm
Forum: MiKTeX and proTeXt
Topic: DVIPDFM: Figures disapearred after rebuilding format files
Replies: 1
Views: 3499

DVIPDFM: Figures disapearred after rebuilding format files

Hello.

I use DviPDFm to convert my DVI files to PDF. I making A5 document with figures.

Today I went to MikTeX settings and noticed that there is A4 paper format there. So I decided to switch it to A5. Settings program sayed that I need rebuild my format files (what does it mean?). I pressed OK ...
by san
Sun Oct 18, 2009 11:03 am
Forum: Conversion Tools
Topic: dvips problem: no Cyrillic letters in output
Replies: 1
Views: 19948

dvips problem: no Cyrillic letters in output

A few days ago I was quite happy, but then my HDD died, and I got new HDD. I reinstalled everything, including software I use for processing TeX documents:
1) MikTeX 2.8
2) GhostScript 8.7
3) GSView 4.9
4) TeXnicCenter 1RC1
5) Adobe Reader 9.2

[The noticeble difference from my old installation is ...
by san
Mon Feb 09, 2009 12:33 am
Forum: Math & Science
Topic: How to disable(hide) equations?
Replies: 2
Views: 5230

Re: How to disable(hide) equations?

Using \everydisplay produce strange errors on "gather", "multline" and some others.
Without \everydisplay some equations are still shown.

In fact I need to completely remove formulas from the final document, not to make them white, but leave an empty space.

I tried \everymath={\phantom } but got ...
by san
Sun Feb 08, 2009 4:27 pm
Forum: Math & Science
Topic: How to disable(hide) equations?
Replies: 2
Views: 5230

How to disable(hide) equations?

I mean to hide equations completely. Left only white space instead of them.

I need to temporary hide all equations in the document ($...$, $$...$$, \begin{equation}...\end{equation}, \begin{multline}...\end{multline}, etc...)
by san
Mon Feb 02, 2009 4:46 pm
Forum: General
Topic: Need spell checking system
Replies: 3
Views: 2580

Need spell checking system

Following your idea about extracting text from .pdf, I searched Internet for Extract text from pdf . I have found and tested several free text extractors. And the only one that can deal with Russian letters is Text Mining Tool . Thanks to the author.

Now I want to automate spell-checking. First of ...
by san
Mon Feb 02, 2009 4:06 pm
Forum: General
Topic: Need spell checking system
Replies: 3
Views: 2580

Re: Need spell checking system

I tested it. ps2ascii produces mojibake instead of Russian letters. How to configure it to make UTF-8 output?
by san
Mon Feb 02, 2009 2:01 pm
Forum: General
Topic: Need spell checking system
Replies: 3
Views: 2580

Need spell checking system

I need to check spelling (Russian language) in my .tex files.

The problem is that spell-checking systems I have seen are very limited. For example, I can do the following:
\newcommand{\firstPart}{Hell}
\newcommand{\secondPart}{on}
...
\firstPart{}\secondPart{}, World!
The output will be:
Hellon ...