ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: questions about Aditya's thesis
Date: Thu, 6 Nov 2008 09:19:55 -0500 (EST)	[thread overview]
Message-ID: <alpine.DEB.1.00.0811060906300.15144@nqv-yncgbc> (raw)
In-Reply-To: <geut31$q4a$1@ger.gmane.org>

On Thu, 6 Nov 2008, Mohamed Bana wrote:

> Hello everyone,
>
>
> Here's the link to his thesis;
> http://www.eecs.umich.edu/~adityam/publications/thesis/thesis.tar.gz
>
>
> 1. Is this the new official syntax?
>
> \chapter[chap:01] Introduction
>
> \section Motivation


Well, this has been possible for a long time. I prefer this over 
\section{Motivation} since there is less things to type :-) I don't think 
that this is documented anywhere.

>
> 2. How do I enabled colour links for the bibliography citations? I've
> tried - You'll have to move/delete t-bib.tex if you're running a recent
> ver. of the minimals to get the the doc to compile.
>
> % env-thesis.tex lines 289-291
> \setupinteraction[state=start,style=,color=]

Change color= to color=darkgreen (or any other color that you like).

> \setupinteraction[focus=standard]
> \placebookmarks  [chapter,section][chapter]
>
> and
>
> % line 3, macros.tex
> \setupcolors[state=start]

This will also make all the section heads colored. If you do not like it, 
remove color=something from the \setuphead commands.

> % line 8, macros.tex
> \setupcite  [interaction=start, compress=no,color=] %darkgreen]

cite currently does not support changing colors of links. You get the same 
color as interationcolor. I had made some changes in my local copy of 
t-bib, but that won't work because old t-bib uses deprecated method of 
setting variables and constants.

> Yet the links are still in black. Here's the pdf;
> http://filebin.ca/mzxxpc/thesis.pdf or http://filebin.ca/mzxxpc
>
> 3. The entries in bibliography outflow into the margins; pages 23
> onwards. I don't mind if the line contains huge gaps as long as the
> entries don't flow into the margins.

Add something like

\setuptolerance[verytolerant, stretch] before \placepublications. 
Occasionally, I had to edit the bbl file by hand to get the spacing that I 
wanted.

> 4. How do I decrease the linespacing? Don't you agree with Minion Pro it
> doesn't look as good as with Palatino.

Change \setupinterlinespace    [medium,auto] to [small,auto] or simply 
remove this line.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2008-11-06 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-06 13:56 Mohamed Bana
2008-11-06 14:19 ` Aditya Mahajan [this message]

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=alpine.DEB.1.00.0811060906300.15144@nqv-yncgbc \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).