Search found 5 matches

by leogas
Thu Aug 11, 2011 10:58 pm
Forum: Document Classes
Topic: memoir | Chapter Number printed at low Resolution
Replies: 8
Views: 7244

memoir | Chapter Number printed at low Resolution

Wow! It works!

I already had the cm-super installed.
So I added:

\usepackage{lmodern}

at the very beginning... and the problem was solved!

Thank you very much for your help!!!
So, here's the final (working) code:

\documentclass{memoir}
\usepackage{lmodern}
\usepackage{color,calc,graphicx ...
by leogas
Thu Aug 11, 2011 9:58 pm
Forum: Document Classes
Topic: memoir | Chapter Number printed at low Resolution
Replies: 8
Views: 7244

memoir | Chapter Number printed at low Resolution

Ok,

so here's the code that generates the low resolution chapter number:

\documentclass{memoir}
\usepackage[T1]{fontenc}
\usepackage{color,calc,graphicx,soul,fourier}
\definecolor{nicered}{rgb}{.647,.129,.149}
\makeatletter
\newlength\dlf@normtxtw
\setlength\dlf@normtxtw{\textwidth}
\def ...
by leogas
Sun Aug 07, 2011 3:44 pm
Forum: Document Classes
Topic: memoir | Chapter Number printed at low Resolution
Replies: 8
Views: 7244

memoir | Chapter Number printed at low Resolution

Unfortunately, no results... :(
I think I'll use another style.

But let's try one more time:
I noticed that if I remove the "sffamily" command in the definition of the box for the chapter number, the problem disappears (but the result does not look as good as in the memoir documentation with the ...
by leogas
Tue Aug 02, 2011 9:58 pm
Forum: Document Classes
Topic: memoir | Chapter Number printed at low Resolution
Replies: 8
Views: 7244

Re: memoir | Chapter Number printed at low Resolution

I already have all those files. Actually, MikTeX took care of everything.
In fact I don't get any error like the one you say, apart from a few "File <name>-style.* does not exist", but those are due to the "includegraphics" commands present in the source file.

The problem seems to be somewhere ...
by leogas
Tue Aug 02, 2011 12:05 pm
Forum: Document Classes
Topic: memoir | Chapter Number printed at low Resolution
Replies: 8
Views: 7244

memoir | Chapter Number printed at low Resolution

Hello,

I have a problem with the Memoir document class.
I created a document based on the file "daleif1-style.tex" generated by the Memoir tex file.

Here's the tex file:
\documentclass{memoir}
%\let\STARTCODE\relax
%\let\STOPCODE\relax
%\STARTCODE
\usepackage{color,calc,graphicx,soul,fourier ...