All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: Josh Aas <josha@sgi.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.6.8.1 CPU Scheduler Documentation
Date: Mon, 14 Feb 2005 06:28:12 +0100	[thread overview]
Message-ID: <20050214052812.GA31941@alpha.home.local> (raw)
In-Reply-To: <420FEF73.30908@sgi.com>

Hello Josh,

On Sun, Feb 13, 2005 at 06:23:15PM -0600, Josh Aas wrote:
> Hello,
> 
> I have written an introduction to the Linux 2.6.8.1 CPU scheduler 
> implementation. It should help people to understand what is going on in 
> the scheduler code faster than they would be able to by just reading 
> through the code. The paper can be downloaded in PDF or LyX form from 
> here:
> 
> http://josh.trancesoftware.com/linux/

This is quite an interesting documentation.

Howver, the pdf version shows a problem that most of us encountered when
distributing PDF documents written in latex : the fonts are blurred and
need to be zoomed in to be readable. This is because you used the default
latex fonts. You just have to switch to PS fonts and it will be fine. For
this, I often added one of the following lines in the latex headers :

  \usepackage{times}
or
  \usepackage{palatino}

I don't know how it must be translated into lyx, but you get the general idea.

Thanks anyway for this document which seems rather complete.

Regards,
Willy


  reply	other threads:[~2005-02-14  5:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-14  0:23 Linux 2.6.8.1 CPU Scheduler Documentation Josh Aas
2005-02-14  5:28 ` Willy Tarreau [this message]
2005-02-14  6:18   ` Nick Piggin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050214052812.GA31941@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=josha@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.