[NTG-context] tex in context

2010-08-01 Thread R. Bastian
Hello,

is there a way to insert plain tex code in context source ?

example:

\startTEX
\font\ttbold=cmbtt10 at 12pt
 {\ttbold texte monospace en gras} ...
\stopTEX



-- 
René Bastian
www.pythoneon.org


___
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] tex in context

2010-08-01 Thread Wolfgang Schuster

 Am 01.08.10 14:00, schrieb R. Bastian:

Hello,

is there a way to insert plain tex code in context source ?

Most of the plain TeX commands work in ConTeXt out of the box but
ConTeXt’s own commands and environments are recommended.

I converted the font you want to use into type1 format 
(http://drp.ly/1sFxdF),

to use it you should use \definefont which scales the font to match the size
of the normal text:

\definefont[ttbold][file:cmbtt10]
\starttext
\tt text \ttbold text
\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] tex in context

2010-08-01 Thread R. Bastian
On Sun, 01 Aug 2010 14:59:39 +0200
Wolfgang Schuster schuster.wolfg...@googlemail.com scribit:

   Am 01.08.10 14:00, schrieb R. Bastian:
  Hello,
 
  is there a way to insert plain tex code in context source ?
 Most of the plain TeX commands work in ConTeXt out of the box but
 ConTeXt’s own commands and environments are recommended.
 
 I converted the font you want to use into type1 format 
 (http://drp.ly/1sFxdF),
 to use it you should use \definefont which scales the font to match the size
 of the normal text:
 
 \definefont[ttbold][file:cmbtt10]
 \starttext
 \tt text \ttbold text
 \stoptext
 
 Wolfgang
 
Many thanks! it works.
-- 
Ren\'e Bastian (charset problems with this mail ?)
www.pythoneon.org
w


___
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] [tex-live] ConTeXt on FreBSD (was: missing *8t.tfm files)

2007-08-28 Thread Edd Barrett
Hi,

We appear to be cross posting here guys. I don't know how it is in the
TeX community, but some people get very upset by this. Is this
allowed?

 Surprise: This has already been done. Linux does it, OpenBSD does it.
 Again: Study the OpenBSD port.

Yes, I did have to split it down, so that the minimal tetex like
distribution could go on the OpenBSD cdrom. There is a python script
which can help split TL down and also a large document describing how
TeXLive can be ported to OpenBSD, which I wrote because I knew the
other BSD's could benefit from my findings.

Also a company has sponsored the OpenBSD port and I have some more
recent sparc64 hardware on it's way, meaning that I should be able to
test some more recent TL snapshots on sparc64 ready for the 2008
release, hopefully minimising portlag.

Unfortunately I am stuck in a rut with tl2007. An annoying bug
regarding updmap-sys creating dvi maps instead of pdftex maps when
TEXMFSYSVAR is not merged with TEXMFMAIN. If anyone on either lists
knows how this could happen or is willing to help look into it, pease
drop me a mail (I can make qemu images of an OpenBSD dev snapshot with
these symptoms). I have a patch to try, but I don't think it is
related, so I think I am stuck.

Thanks

-- 
Best Regards

Edd

---
http://students.dec.bournemouth.ac.uk/ebarrett
___
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
___


Re: [NTG-context] [tex-live] ConTeXt on FreBSD (was: missing *8t.tfm files)

2007-08-28 Thread luigi scarso
On 8/28/07, Edd Barrett [EMAIL PROTECTED] wrote:
 Hi,

 We appear to be cross posting here guys. I don't know how it is in the
 TeX community, but some people get very upset by this. Is this
 allowed?
[OT]
Live long and prosper
Welcome to MArkIV

-- 
luigi

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
___
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
___


Re: [NTG-context] Tex or Context Editors.

2004-11-10 Thread Dirar BOUGATEF
Thanks all,
Unfortunately, for the moment i wouldn't use emacs but i have tried scite. 
The first problem i can see is that it does not handle multiple files 
opening, color setup isn't straight forward (Have to deal with hexa values) 
..

Apart from this, looks fine. It seems like WinEdt is a lot more oriented 
towards Tex and friends writing (Has even grammatical correction).

What about texwork then ?
Thanks for your suggestions.
Dirar.
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.com/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Tex or Context Editors.

2004-11-10 Thread Idris Samawi Hamid
On Wed, 10 Nov 2004 22:24:26 +, Dirar BOUGATEF [EMAIL PROTECTED] 
wrote:

Hi Idriss,
I had a look at WinEdt and it is very tex oriented, but i have seen any 
reference to Context. Do you see some advantages for Context use (I have 
seen support for tex tables, project (Don't know which kind ..)) ?
For ConTeXt I just define the pdfTeX button to call texexec. There is no 
built-in ConTeXt capabilities, but it is almost trivial to add buttons or 
even create your own (I've made a few myself), define and insert 
environments, etc. Just look up all the options that define the LaTeX 
options and redefine them in ConTeXt (or just add the ConTeXt options). 
There is virtually no-hard-wired LaTeX support that can't be changed or 
augmented.

It may not be open-source:-(, but for TeX/ConTeXt you won't find better 
(yet).

Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Tex or Context Editors.

2004-11-08 Thread Dirar BOUGATEF
Hi,
Am using eclipse as my editor (eTex) but it is really too heavy, anyone 
knows of an editor that works fine within tex and windows.

What about TexWork.
Many thanks.
Dirar.
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.com/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Tex or Context Editors.

2004-11-08 Thread Hans Hagen
Dirar BOUGATEF wrote:
Am using eclipse as my editor (eTex) but it is really too heavy, anyone 
knows of an editor that works fine within tex and windows.
i use scite
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Tex or Context Editors.

2004-11-08 Thread Willi Egger
Hi Dirar,
I would suggest that you try Scite. This editor integrates very nicely 
with Context and Hans has done a great job providing this integration.

Willi
Dirar BOUGATEF wrote:
Hi,
Am using eclipse as my editor (eTex) but it is really too heavy, anyone 
knows of an editor that works fine within tex and windows.

What about TexWork.
Many thanks.
Dirar.
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.com/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Tex or Context Editors.

2004-11-08 Thread David Arnold
Hans,

One of my favorite things about Auctex+Emacs is C-M-\ which will format
marked region, buffer, etc. The source coes is ually nicely aligned after
application of this macro.

Now, I've seen your source code over the years and it is quite beautiful,
easy to read.

Are you telling us that Scite will do alignment of tables and other nice
automatic formatting?

At 03:20 PM 11/8/04 +0100, you wrote:
Dirar BOUGATEF wrote:

 Am using eclipse as my editor (eTex) but it is really too heavy, anyone 
 knows of an editor that works fine within tex and windows.

i use scite

Hans


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context