Search found 8 matches

by sasasamamama
Tue May 31, 2011 3:07 pm
Forum: Text Formatting
Topic: minted: error when numbering lines
Replies: 7
Views: 5588

Re: minted: error when numbering lines

Oh, great, I reinstalled the package and now it works. Thank you so much!
by sasasamamama
Tue May 31, 2011 12:31 pm
Forum: Text Formatting
Topic: minted: error when numbering lines
Replies: 7
Views: 5588

Re: minted: error when numbering lines

Thank you for your answers. klmr, I have tried adding your code, but it produces the same error.
by sasasamamama
Mon May 30, 2011 7:31 am
Forum: Text Formatting
Topic: minted: error when numbering lines
Replies: 7
Views: 5588

minted: error when numbering lines

minex.tex:

\documentclass[12pt]{article}
\usepackage{minted}

\begin{document}

\inputminted[linenos=true]{java}{file_with_code.java}

\end{document}


file_with_code.java:

class SomeClass{}

The log file is attached.

This example compiles, but produces the error (see previous post or log ...
by sasasamamama
Sun May 22, 2011 7:15 pm
Forum: Text Formatting
Topic: minted: error when numbering lines
Replies: 7
Views: 5588

minted: error when numbering lines

Hi!

I'm having a problem with the minted package. When I try to add line numbering to the minted command, I get the following error:


! Package keyval Error: stepnumber undefined.

See the keyval package documentation for explanation.
Type H <return> for immediate help.
...
l.1 ...,numbers=left ...
by sasasamamama
Wed Dec 22, 2010 9:26 am
Forum: XeTeX
Topic: ClassicThesis in Russian?
Replies: 7
Views: 10601

Re: ClassicThesis in Russian?

Now it really does compile for both pdflatex and xelatex. It seems that not much is left from the original design. For example, the section title looks very different from the original now, not only because of the font.
Apparently it is necessary to write a new template for those who want to use ...
by sasasamamama
Thu Dec 16, 2010 11:10 pm
Forum: XeTeX
Topic: ClassicThesis in Russian?
Replies: 7
Views: 10601

ClassicThesis in Russian?

Frabjous, thank you so much. At last my 'куку' has been printed. Only with PDFLaTeX, though. With XeLaTeX, it didn't.

To know how to remove chapters is also great. But the \section command didn't work for PDFLaTeX.

I attached my changes together with the log files, probably you could have a look ...
by sasasamamama
Thu Dec 16, 2010 7:05 pm
Forum: XeTeX
Topic: ClassicThesis in Russian?
Replies: 7
Views: 10601

ClassicThesis in Russian?

Frabjous, thank you for your reply and sorry for my late answer.

Originally the template should be compiled with pdfLaTeX, but I tried to compile it with XeLaTeX, which does not work (I was following these instructions). It says some particular files and fonts cannot be loaded, and probably it was ...
by sasasamamama
Mon Dec 13, 2010 11:23 pm
Forum: XeTeX
Topic: ClassicThesis in Russian?
Replies: 7
Views: 10601

ClassicThesis in Russian?

Hi,

I've been trying to get Andre Miede's classic thesis template to work in Russian.

All I changed was replacing

\usepackage[ngerman,american]{babel}

by

\usepackage[russian,american]{babel}

and replacing the whole body by a single Russian word:


...
\begin{document}
\setlanguage{russian ...