ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* indentation + YandY Lucida on TeXlive2005+debian
@ 2005-11-28 22:11 Renaud AUBIN
  2005-11-28 23:31 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Renaud AUBIN @ 2005-11-28 22:11 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 3259 bytes --]

First of all, thanks for Lucida tips... It work now with my debian 
install of texlive 2005.

I'm working now on the layout and structure of my phd thesis. Due to the 
fact that my thesis is in french I need to setup indentation of the 
first paragraph and I've got a problem with \setupindenting \indenting

I have followed the structure given in cont-eni.pdf :

______________________________phd.tex_begin
%% Set output to pdf
\setupoutput[pdftex]
%% Activate txt in METAPOST
\useMPlibrary[txt]
%% Activate colors
\setupcolors[state=start]

% fr settings
\setuppapersize[A4][A4]
\enableregime[il9]
\useencoding[ffr]
\mainlanguage[fr]

% Fonts
\usetypescriptfile[type-buy]
\loadmapfile[ec-bh-lucida.map]
\usetypescript[lucida][ec]
\setupbodyfont[lucida]

\startproject phd

\environment phdenv
\product     phdprod

\stopproject
______________________________phd.tex_end


______________________________phdend.tex_begin
\startenvironment phdenv

\setupwhitespace[big]
\setupindenting[first,medium]
\indenting[first,always]
\setupfootertexts[part][chapter]

\stopenvironment
______________________________phdend.tex_end


______________________________phdprod.tex_begin
\startproduct phdprod

\project phd

\startfrontmatter
\completecontent
\stopfrontmatter

\startbodymatter
\component first
\component second
\stopbodymatter

\startbackmatter
\completecontent
\stopbackmatter

\stopproduct
______________________________phdprod.tex_end


______________________________first.tex_begin
\startcomponent first

\part{One}
\completecontent
\chapter{First}

\section{Section1}
This is a cut-down version of the below Unicode Symbols package,
designed to be simple and usable with any pdfTeX-centric \ConTeXt\
installation. Little installation, minimal usage effort, and you gain
over a hundred symbols for use in ConTeXt. The PDF file documents how
to use the PDF native ZapfDingbats font along with a catalogue of the
available symbols, and the zip file includes all that's necessary for
an installation, including a modified encoding, a tfm file, and a
ConTeXt support file. No Unicode knowledge necessary.

This is a cut-down version of the below Unicode Symbols package,
designed to be simple and usable with any pdfTeX-centric \ConTeXt\
installation. Little installation, minimal usage effort, and you gain
over a hundred symbols for use in ConTeXt. The PDF file documents how
to use the PDF native ZapfDingbats font along with a catalogue of the
available symbols, and the zip file includes all that's necessary for
an installation, including a modified encoding, a tfm file, and a
ConTeXt support file. No Unicode knowledge necessary.

\chapter{Second}
Another test text.

\completeindex

\stopcomponent
______________________________first.tex_end


As you can see I use \setupindenting[first,medium] and 
\indenting[first,always] in my phdenv environment but the first 
paragraph in my output file isn't indented. I have tried local 
invocation of \setupindenting or \indenting as \par but nothing works...

What's wrong ?

I suspect that I need to improve my ConTeXt practice...

I have got my ConTeXt working with Y&Y Lucida on GNU Linux Debian + 
TeXlive2005, I can send my installation trace if it can help for 
contextgarden wiki...

Best regards,


[-- Attachment #1.2: Type: text/html, Size: 4487 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: indentation + YandY Lucida on TeXlive2005+debian
  2005-11-28 22:11 indentation + YandY Lucida on TeXlive2005+debian Renaud AUBIN
@ 2005-11-28 23:31 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2005-11-28 23:31 UTC (permalink / raw)


Renaud AUBIN wrote:

> First of all, thanks for Lucida tips... It work now with my debian 
> install of texlive 2005.
>
> I'm working now on the layout and structure of my phd thesis. Due to 
> the fact that my thesis is in french I need to setup indentation of 
> the first paragraph and I've got a problem with \setupindenting \indenting
>
> I

it's now one command:

\setupindenting[medium,yes]

(the split became too fuzy when we added fancy things like first, next, 
odd, even, even)

Hans

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-28 23:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-28 22:11 indentation + YandY Lucida on TeXlive2005+debian Renaud AUBIN
2005-11-28 23:31 ` Hans Hagen

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).