Search found 8 matches

by zyv
Thu Apr 07, 2011 5:56 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 99064

TexMakerX (with interactive spellchecking!)

E-Mails are neither the primary nor an appropriate measure to send bug reports to authors of software projects. Therefore most projects offer a bug tracker.

http://replay.waybackmachine.org/20090202132518/http://xm1math.net/texmaker/
http://replay.waybackmachine.org/20100623075443/http://www ...
by zyv
Tue Apr 05, 2011 1:31 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 99064

TexMakerX (with interactive spellchecking!)

Note : This program is the "authentic" Texmaker editor and there is strictly no relationship between this program developed since 2003 and an other latex editor which uses intentionally almost the same name to trick users.
Ha-ha. I was under impression that the author never checks what's going on ...
by zyv
Fri May 29, 2009 9:23 pm
Forum: Kile
Topic: open Quick Build in separate window?
Replies: 7
Views: 10442

Re: open Quick Build in separate window?

That's exactly what I do and it does work for me. I have KPDF set to watch the file as it changes and I compile directly to PDF using the pdflatex button. Should be possible to do the same with DVI/KDVI combo.
by zyv
Fri May 29, 2009 9:15 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 99064

Re: TexMakerX (with interactive spellchecking!)

Zomg teh drama... Thanks for the explanation! Maybe I should write him in French then (luckily I do speak French) and if it doesn't work...

What are you up to? Are you going to continue updating TexMakerX to match 1.9.1?

Are you interested in discussing a few suggestions for the next release ...
by zyv
Tue May 26, 2009 12:39 am
Forum: Page Layout
Topic: Customize ToC (class article, package titletoc)
Replies: 2
Views: 9560

Customize ToC (class article, package titletoc)

Uhm... yet another answer to myself. I've found a partial fix for that, but it does not affect the ToC, only the text itself :( :

\titleformat{\section}[block]{\bfseries\large\sffamily\raggedright}
{Глава~\Roman{section}.}{1ex}{}
\titleformat{\subsection}[block]{\bfseries\normalsize\sffamily ...
by zyv
Mon May 25, 2009 10:31 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 99064

Re: TexMakerX (with interactive spellchecking!)

Sorry for hijacking the thread and I apologize for not having read all of it, but maybe you could explain the reasons why this fork even exists and follows the development of the original Texmaker (would be nice to put it into the first post)? It seems very strange to me that you can't find a way to ...
by zyv
Mon May 25, 2009 10:09 pm
Forum: Page Layout
Topic: Customize ToC (class article, package titletoc)
Replies: 2
Views: 9560

Customize ToC (class article, package titletoc)

Hi there!

I partially figured out how to do it. Indeed, I was looking into the wrong place. What I need is the tocloft package, not titletoc.

\usepackage[titles]{tocloft}

\renewcommand{\cftsecpresnum}{Глава~}
\renewcommand{\cftsecleader}{\bfseries\cftdotfill{\cftdotsep}}
\renewcommand ...
by zyv
Mon May 25, 2009 8:07 pm
Forum: Page Layout
Topic: Customize ToC (class article, package titletoc)
Replies: 2
Views: 9560

Customize ToC (class article, package titletoc)

Hello!

I am not sure whether this is the right place to ask, but as far as I understand, this is actually a page layout issue. Let me explain you what I need. I am actually writing a thesis and I figured out that the article class suits me well, but my university has some specific requirements on ...