Search found 14 matches

by kaisquared
Sun Mar 08, 2009 3:48 pm
Forum: Text Formatting
Topic: Changing the document title font
Replies: 2
Views: 4461

Changing the document title font

Hi,

I've been looking for a method to change the document title fonts (\title, \author and \date). I can do it manually, but I was wondering whether there was a package which could do it more cleanly. Titlesec does the job for section titles, but, as far as I know, not for the main title.

Thanks ...
by kaisquared
Thu Oct 30, 2008 3:13 pm
Forum: General
Topic: TexNicCenter Setup : windows behavior
Replies: 4
Views: 3966

Re: TexNicCenter Setup : windows behavior

I think I've had a similar problem some time ago.

Try reinstalling TeXnicCenter with administrator privileges (execute as administrator), and see if it is any better.
by kaisquared
Thu Oct 30, 2008 11:52 am
Forum: General
Topic: PDFLaTeX: log file with 0 pages but correct file output
Replies: 6
Views: 5416

Re: PDFLaTeX: log file with 0 pages but correct file output

OK, I think it's even sillier than this. It's not the compiler's fault, but TeXnicCenter's.

The log file in itself doesn't display the recap line with the number of errors, warnings, pages. It is TeXnicCenter which does.

What's your configuration? I bet we don't use the same editor.

Vista, MikTeX ...
by kaisquared
Wed Oct 29, 2008 9:48 pm
Forum: General
Topic: PDFLaTeX: log file with 0 pages but correct file output
Replies: 6
Views: 5416

Re: PDFLaTeX: log file with 0 pages but correct file output

Try to compile a file which name is 36 character long (extension not included).

For example try the name "abcdefghijklmnopqrstuvwxyz0123456789". If your PDFLaTeX compilator works like mine, your file will compile normally, regardless of the content, but the final line of the log will state 0 page ...
by kaisquared
Mon Oct 27, 2008 1:32 pm
Forum: General
Topic: PDFLaTeX: log file with 0 pages but correct file output
Replies: 6
Views: 5416

Re: PDFLaTeX: log file with 0 pages but correct file output

Actually I might have a hint of an answer. I think it has to do with the length of the file name.
by kaisquared
Mon Oct 27, 2008 1:29 pm
Forum: General
Topic: PDFLaTeX: log file with 0 pages but correct file output
Replies: 6
Views: 5416

PDFLaTeX: log file with 0 pages but correct file output

Hello,

I've got a new question: sometimes, when I compile files with pdf latex (texniccenter), the final line of the log file says
LaTeX-Results: 0 Error(s), n Warning(s), 0 Bad Box(es), 0 Page(s)
Yet the output file is perfectly functional and everything is fine. I should also add that when it ...
by kaisquared
Thu Oct 23, 2008 11:03 am
Forum: MiKTeX and proTeXt
Topic: Epstopdf error: file not converted
Replies: 3
Views: 7383

Re: Epstopdf error: file not converted

Thanks Thorsten.

I fiddled around with it a bit and now it works. I don't know what exactly changed (I seem to remember trying --enable-write18 only), but now it does. Great!
by kaisquared
Thu Oct 23, 2008 3:03 am
Forum: Feature Suggestions
Topic: Operator syntax highlighting
Replies: 1
Views: 4471

Operator syntax highlighting

Hello guys,

Since I've tried some other editors, I've noticed TeXnicCenter's syntax highlighting is not that complete. So I've looked up the options menu and saw that we could highlight operators (in red by default). But I don't recall ever seeing anything colored in red in my source files... What ...
by kaisquared
Thu Oct 23, 2008 1:48 am
Forum: MiKTeX and proTeXt
Topic: Epstopdf error: file not converted
Replies: 3
Views: 7383

Epstopdf error: file not converted

It seems to be linked to write18, which allows TeX to call external programs during the compilation. Could you tell me more about that?

I use TeXnicCenter, and my parameters for the "command line arguments to pass to the compiler" are:
--enable-write18 --shell-escape -interaction=nonstopmode "%pm ...
by kaisquared
Thu Oct 23, 2008 1:19 am
Forum: MiKTeX and proTeXt
Topic: Epstopdf error: file not converted
Replies: 3
Views: 7383

Epstopdf error: file not converted

Hello,

I'm having some troubles using the epstopdf package (or the epspdfconversion package). I need to include eps figures exported from Matlab into a beamer presentation, and so I wanted to use epstopdf in order to automate the conversion.

However, I get an error and the log file displays the ...