[NTG-context] git mirror [was: Re: Sourcemirror at gitorious is closing down, where to find it then?]

2015-06-09 Thread Philipp Gesang
Hey guys,

sorry for the late reply, this kind of got buried in my inbox so
only now I noticed the thread on the ML archives. Nevertheless:

·

> On 3/10/2015 5:39 PM, Mojca Miklavec wrote:
> > On Tue, Mar 10, 2015 at 4:56 PM, Norbert Melzer wrote:
> > - BitBucket used to be hg-only. I see no reason not to have a mirror
> > there as well (but I don't see any particular need for yet another
> > mirror either). If there are enough people who think that having yet
> > another mirror on BitBucket as well would be useful for whatever
> > reason, let me know.
> 
> indeed, a volunteer using that could also keep it up to date

My Git mirror on Bitbucket still keeps the repo in sync:

  https://bitbucket.org/phg/context-mirror/

Originally based on the Gitorious repo, it has been tracking
Context development for a year or so by now. As a feature over
Marius’s approach it keeps the beta and current in separate
branches and will also pull from the Garden just in case:

  https://bitbucket.org/phg/context-mirror/branches

I’ve been relying on the mirror as my primary source for change
notifications and diffs of the Context source for some time now.

For those interested in setting up a mirror themselves I can
provide the source of the bot. There’s some docs but I took some
shortcuts like hard-coding paths and SSH stuff so it might take
a little effort to get it up to full speed. OTOH doesn’t appear
to be unreliable and should continue working as long as the
Pragma website can be scraped in the same fashion ;)

Best,
Philipp



pgpnu_RqL3g9z.pgp
Description: PGP signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Asterisk

2015-06-09 Thread Wolfgang Schuster

> Am 09.06.2015 um 12:25 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
> :
> 
> Hello,
> 
> thank you, that's great.
> 
> One more question - how to use another symbol, "bigstar" (see 
> "symbols-a4.pdf" or the attached image)?

The document you mention is only relevant for LaTeX.

> I tried the following code, but with no success:
> 
> 
> \starttext
> Ttt \symbol[bigstar]
> 
> Aaa \bigstar
> 
> Bbb \symbol[mathabx][bigstar]
> 
> \stoptext

You have to use math mode to show the symbol but not every font contains it.

\setupbodyfont[xits]

\starttext
$ \bigstar \quad ★ $
\stoptext

The better solution is to use a symbol font like Font Awesome [1] which 
contains the symbol you want to use.

[1] http://fontawesome.io/icon/star

Wolfgang

___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Asterisk

2015-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

thank you, that's great.

One more question - how to use another symbol, "bigstar" (see "symbols-a4.pdf" 
or the attached image)?

I tried the following code, but with no success:


\starttext
Ttt \symbol[bigstar]

Aaa \bigstar

Bbb \symbol[mathabx][bigstar]

\stoptext


Best regards,

Lukas


On Tue, 09 Jun 2015 11:02:05 +0200, Wolfgang Schuster 
 wrote:




Am 09.06.2015 um 09:21 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
:

Hello,

how to typeset "centerd asterisk" ("*") in Ctx?

I mean the symbol which is used in the third level of itemization 
(http://wiki.contextgarden.net/Enumerations) or which can be typeset by 
\textasteriskcentered in LaTeX.

(I cannot find the symbol definition in Ctx itemize-command definition (source files) and 
simple writing "\textasteriskcentered" doesn't work.)


The symbols in different itemise levels can be shown with \symbol[1], 
\symbol[2] etc. but since these numbered symbols can be redefined it is better 
to use the named symbol to access the star with \symbol[star].

The following example shows a few of the predefined symbols.

\starttext

\starttabulate[|l|c|]
\NC \bf Command \NC \bf Symbol   \NC\NR
\TB
\NC \type{\symbol[1]}   \NC \symbol[1]   \NC\NR
\NC \type{\symbol[2]}   \NC \symbol[2]   \NC\NR
\NC \type{\symbol[3]}   \NC \symbol[3]   \NC\NR
\NC \type{\symbol[4]}   \NC \symbol[4]   \NC\NR
\NC \type{\symbol[5]}   \NC \symbol[5]   \NC\NR
\NC \type{\symbol[6]}   \NC \symbol[6]   \NC\NR
\NC \type{\symbol[7]}   \NC \symbol[7]   \NC\NR
\NC \type{\symbol[8]}   \NC \symbol[8]   \NC\NR
\TB
\NC \type{\symbol[bullet]}  \NC \symbol[bullet]  \NC\NR
\NC \type{\symbol[dash]}\NC \symbol[dash]\NC\NR
\NC \type{\symbol[star]}\NC \symbol[star]\NC\NR
\NC \type{\symbol[triangle]}\NC \symbol[triangle]\NC\NR
\NC \type{\symbol[circle]}  \NC \symbol[circle]  \NC\NR
\NC \type{\symbol[square]}  \NC \symbol[square]  \NC\NR
\NC \type{\symbol[diamond]} \NC \symbol[diamond] \NC\NR
\TB
\NC \type{\symbol[smallcircle]} \NC \symbol[smallcircle] \NC\NR
\NC \type{\symbol[medcircle]}   \NC \symbol[medcircle]   \NC\NR
\NC \type{\symbol[bigcircle]}   \NC \symbol[bigcircle]   \NC\NR
\stoptabulate

\stoptext

Wolfgang
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___



--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

t-Ast.mkiv
Description: Binary data
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Asterisk

2015-06-09 Thread Wolfgang Schuster

> Am 09.06.2015 um 09:21 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
> :
> 
> Hello,
> 
> how to typeset "centerd asterisk" ("*") in Ctx?
> 
> I mean the symbol which is used in the third level of itemization 
> (http://wiki.contextgarden.net/Enumerations) or which can be typeset by 
> \textasteriskcentered in LaTeX.
> 
> (I cannot find the symbol definition in Ctx itemize-command definition 
> (source files) and simple writing "\textasteriskcentered" doesn't work.)

The symbols in different itemise levels can be shown with \symbol[1], 
\symbol[2] etc. but since these numbered symbols can be redefined it is better 
to use the named symbol to access the star with \symbol[star].

The following example shows a few of the predefined symbols.

\starttext

\starttabulate[|l|c|]
\NC \bf Command \NC \bf Symbol   \NC\NR
\TB
\NC \type{\symbol[1]}   \NC \symbol[1]   \NC\NR
\NC \type{\symbol[2]}   \NC \symbol[2]   \NC\NR
\NC \type{\symbol[3]}   \NC \symbol[3]   \NC\NR
\NC \type{\symbol[4]}   \NC \symbol[4]   \NC\NR
\NC \type{\symbol[5]}   \NC \symbol[5]   \NC\NR
\NC \type{\symbol[6]}   \NC \symbol[6]   \NC\NR
\NC \type{\symbol[7]}   \NC \symbol[7]   \NC\NR
\NC \type{\symbol[8]}   \NC \symbol[8]   \NC\NR
\TB
\NC \type{\symbol[bullet]}  \NC \symbol[bullet]  \NC\NR
\NC \type{\symbol[dash]}\NC \symbol[dash]\NC\NR
\NC \type{\symbol[star]}\NC \symbol[star]\NC\NR
\NC \type{\symbol[triangle]}\NC \symbol[triangle]\NC\NR
\NC \type{\symbol[circle]}  \NC \symbol[circle]  \NC\NR
\NC \type{\symbol[square]}  \NC \symbol[square]  \NC\NR
\NC \type{\symbol[diamond]} \NC \symbol[diamond] \NC\NR
\TB
\NC \type{\symbol[smallcircle]} \NC \symbol[smallcircle] \NC\NR
\NC \type{\symbol[medcircle]}   \NC \symbol[medcircle]   \NC\NR
\NC \type{\symbol[bigcircle]}   \NC \symbol[bigcircle]   \NC\NR
\stoptabulate

\stoptext

Wolfgang
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Asterisk

2015-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

could you provide a MWE?

 A file in UTF-8
\starttext
% Let's use the default Ctx font
% What to come here?
\stoptext


Lukas


On Tue, 09 Jun 2015 09:46:55 +0200, Philipp A.  wrote:


just copy some symbol from here:
http://en.wikipedia.org/wiki/Asterisk#Encodings

and be sure to use a font containing them.

alternatively define a command which temporarily switches to such a font
in, displays the symbol, and switches back.

Procházka Lukáš Ing. - Pontex s. r. o.  schrieb am Di., 9.
Juni 2015 um 09:25 Uhr:


Hello,

how to typeset "centerd asterisk" ("*") in Ctx?

I mean the symbol which is used in the third level of itemization (
http://wiki.contextgarden.net/Enumerations) or which can be typeset by
\textasteriskcentered in LaTeX.

(I cannot find the symbol definition in Ctx itemize-command definition
(source files) and simple writing "\textasteriskcentered" doesn't work.)

Thank you in advance.

Best regards,

Lukas



--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Asterisk

2015-06-09 Thread Philipp A.
just copy some symbol from here:
http://en.wikipedia.org/wiki/Asterisk#Encodings

and be sure to use a font containing them.

alternatively define a command which temporarily switches to such a font
in, displays the symbol, and switches back.

Procházka Lukáš Ing. - Pontex s. r. o.  schrieb am Di., 9.
Juni 2015 um 09:25 Uhr:

> Hello,
>
> how to typeset "centerd asterisk" ("*") in Ctx?
>
> I mean the symbol which is used in the third level of itemization (
> http://wiki.contextgarden.net/Enumerations) or which can be typeset by
> \textasteriskcentered in LaTeX.
>
> (I cannot find the symbol definition in Ctx itemize-command definition
> (source files) and simple writing "\textasteriskcentered" doesn't work.)
>
> Thank you in advance.
>
> Best regards,
>
> Lukas
>
>
> --
> Ing. Lukáš Procházka | mailto:l...@pontex.cz
> Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
> Bezová 1658
> 147 14 Praha 4
>
> Tel: +420 241 096 751
> Fax: +420 244 461 038
>
>
> ___
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
>
> ___
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Asterisk

2015-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

how to typeset "centerd asterisk" ("*") in Ctx?

I mean the symbol which is used in the third level of itemization 
(http://wiki.contextgarden.net/Enumerations) or which can be typeset by 
\textasteriskcentered in LaTeX.

(I cannot find the symbol definition in Ctx itemize-command definition (source files) and 
simple writing "\textasteriskcentered" doesn't work.)

Thank you in advance.

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___