On Thu, Mar 31, 2011 at 17:14, Thomas A. Schmitz
wrote:
> Explanation: gentium is in the minimal distribution
Aha. I didn't notice that because LuaTeX found my OS-installed one
first, and so used that.
mathew
--
http://www.pobox.com/~meta/>
_
Your example is very nice, and I appreciate that you took the time to comment
all this. But actually, all you need is:
\setupbodyfont[gentium,12pt]
and then your text. Explanation: gentium is in the minimal distribution,
there's a typescript for it
(context/tex/texmf/tex/context/third/gentium/
On Mar 31, 2011, at 5:22 PM, Steffen Wolfrum wrote:
> Hi,
>
> in a typescript I need to set sansserif font proportional bigger than serif
> font.
> Using "rscale"?
> As far as I have seen this only works when integers are used for bodyfont:
>
> \starttypescript [times]
>\definetypeface [t
Am 31.03.2011 um 19:17 schrieb C.:
> Hello,
>
> this is nice:
> http://wiki.contextgarden.net/Headers_and_Footers#Marginal_headings_and_cent
> ered_headings
> However, the text in the margin has not the same interlinespace as the main
> text and that looks weird.
> See http://i52.tinypic.com/91r
Hello,
this is nice:
http://wiki.contextgarden.net/Headers_and_Footers#Marginal_headings_and_cent
ered_headings
However, the text in the margin has not the same interlinespace as the main
text and that looks weird.
See http://i52.tinypic.com/91rc.png
The only solution I came up with is using \fram
Hi,
in a typescript I need to set sansserif font proportional bigger than serif
font.
Using "rscale"?
As far as I have seen this only works when integers are used for bodyfont:
\starttypescript [times]
\definetypeface [times] [ss] [sans][helvetica] [default]
[rscale=10.2]
\stoptype
On 2011-03-31 pmli...@free.fr (Peter Münster) wrote:
> Marco writes:
>
> > I think the idea behind Steffens post was not to find a
> > command that does the quoting, rather than finding *one*
> > command that »knows« about the level of quotation and
> > inserts the corresponding quotat
Here's a full working Cyrillic (and Greek) example, with comments:
%&context
%
% Example of Cyrillic in ConTeXt.
%
% For plain text, I'm using Gentium Plus, which has more glyphs but doesn't yet
% have bold and italic variants.
%
% You can obtain Gentium Plus from http://scripts.sil.org/gentium
%
Am 31.03.2011 um 14:12 schrieb Peter Münster:
> Steffen Wolfrum writes:
>
>> Do we have something like this in ConTeXt too?
>
> http://wiki.contextgarden.net/Quotes
Sure we have!! :o)
Thx,
Steffen
___
If your q
Marco writes:
> I think the idea behind Steffens post was not to find a
> command that does the quoting, rather than finding *one*
> command that »knows« about the level of quotation and
> inserts the corresponding quotation marks.
Right. That's why I mentioned also http://wiki.context
On Thu, Mar 31, 2011 at 07:35, Marco wrote:
> I think the idea behind Steffens post was not to find a
> command that does the quoting, rather than finding *one*
> command that »knows« about the level of quotation and
> inserts the corresponding quotation marks.
...like the quotation mac
On Thu, Mar 31, 2011 at 12:22, Aleksandr Sinicyn wrote:
> Hello!
>
> Cyrillic characters get transliterated after being processed by
> "texexec".
>
> The following example:
>
> \enableregime[utf]
> \useencoding[cyr]
> \definetypeface[russian][rm][serif][computer-modern][default][encoding=t
On 2011-03-31 pmli...@free.fr (Peter Münster) wrote:
> Steffen Wolfrum writes:
>
> > \enquote{Needless to say \enquote{mind mapping} is just ...}
> >
> > And the result looked like this ...
> > “Needless to say ‘mind mapping’ is just ...”
> >
> > Do we have something like this in ConTeXt too?
>
Steffen Wolfrum writes:
> \enquote{Needless to say \enquote{mind mapping} is just ...}
>
> And the result looked like this ...
> “Needless to say ‘mind mapping’ is just ...”
>
> Do we have something like this in ConTeXt too?
\quotation{Needless to say \quote{mind mapping} is just ...}
or
http:
Minimal code:
\definecolumnset[columntest][n=2,balance=yes]
\definecolumnsetspan[wide][n=2]
\starttext
\startcolumnset[columntest]
\startcolumnsetspan[wide]
\dorecurse{3}{\input knuth\par}
\stopcolumnsetspan
\dorecurse{10}{\input knuth\par}
\stopcolumnset
\stoptext
There is no
Hi,
I just saw something handy in a LaTeX document: nested quotes!
The source looked liked this...
\enquote{Needless to say \enquote{mind mapping} is just ...}
And the result looked like this ...
“Needless to say ‘mind mapping’ is just ...”
Do we have something like this in ConTeXt too?
Steff
I think I've reported that feature a few days ago. It could be \m!systems,
so I have to define \m!system as \m!systems before loading the bib module.
On Thu, Mar 31, 2011 at 6:55 PM, Mojca Miklavec <
mojca.miklavec.li...@gmail.com> wrote:
> Dear Hans,
>
> would it be possible to change the follow
Hi Hans,
can you add \unprotect and \protect at the begin and end of type-lua.mkiv.
Wolfgang
___
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl / h
Dear Hans,
would it be possible to change the following line in m-obsolete.tex
\writestatus\m!system{skipping obsolete module}
so that it wouldn't generate errors (undefined m!system) when
compiling with mkii? (I suspect that it is connected with bib module,
but I'm not sure).
Thanks a lot,
Hello!
Cyrillic characters get transliterated after being processed by
"texexec".
The following example:
\enableregime[utf]
\useencoding[cyr]
\definetypeface[russian][rm][serif][computer-modern][default][encoding=t2a]
\setupbodyfont[russian,24pt]
\starttext
Немного ру
Am 31.03.2011 um 12:11 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
> BTW, is there a difference between \startitemize[intro] and
> \startitemize[autointro]?
Yes, “autointro” prevents a page break only when the last paragraph
has only one or two lines while “intro” always prevents a page bre
BTW, is there a difference between \startitemize[intro] and
\startitemize[autointro]?
- I tried both and both do the desired effect.
- "autointro" was your suggestion for \setupitemize whilst "intro" was option
for \startitemize...
Kind regards,
Lukas
\startitemize[intro]
\item ...
Perfect, thanks!
If anyone is interested, there is a sample attached which demonstrates the problem and
the solution by "autointro".
Lukas
Add: into to \startitemize
\startitemize[intro]
\item ...
\item ...
\item ...
\stopitemize
Or you can use \setupitemize[autointro]
Aditya
23 matches
Mail list logo