ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* overgang latex->context
@ 1999-06-24  8:14 Wybo Dekker
  1999-06-24 10:47 ` Hans Hagen
  1999-06-25  9:11 ` Taco Hoekwater
  0 siblings, 2 replies; 6+ messages in thread
From: Wybo Dekker @ 1999-06-24  8:14 UTC (permalink / raw)


Ik ben aan een boekje begonnen en bedacht dat maar meteen in context
te gaan doen. 

Waar je dan meteen tegenaan loopt, als Latex-er, is is bijvoorbeeld:
ik wil een \begin{description} maar hoe heet dat in context?

Zou het niet handig zijn als er ergens een file was waarin latex
sleutelwoorden aan contextsleutelwoorden gekoppeld zijn? Of is er al zoiets?

-- 
Hartelijke groet, Wybo
--
__Servalys Analytical Chemistry Services__
Wybo H. Dekker      wybo@servalys.hobby.nl
Deilsedijk 60       www.hobby.nl/~servalys
4158 CH Deil        tel +31-345-652164    
The Netherlands     fax +31-345-652383    


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

* Re: overgang latex->context
  1999-06-24  8:14 overgang latex->context Wybo Dekker
@ 1999-06-24 10:47 ` Hans Hagen
  1999-06-24 16:39   ` Taco Hoekwater
  1999-06-25  9:11 ` Taco Hoekwater
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 1999-06-24 10:47 UTC (permalink / raw)
  Cc: ntg-context

Wybo Dekker wrote:

> Ik ben aan een boekje begonnen en bedacht dat maar meteen in context
> te gaan doen.
> 
> Waar je dan meteen tegenaan loopt, als Latex-er, is is bijvoorbeeld:
> ik wil een \begin{description} maar hoe heet dat in context?

Because it's rather long ago I used latex, I can only come up with the
most common ones. Maybe Matthew can draw you a small list of the most
common latex->context commands. 

\definedescription[something]

and then you have: 

\something{whatever} text .... <empty line|\par>

and

\startsomething {whatever}

  text text 

\stopsomething 

> Zou het niet handig zijn als er ergens een file was waarin latex
> sleutelwoorden aan contextsleutelwoorden gekoppeld zijn? Of is er al zoiets?

I think it makes sense to set up such a list together. Who wants to
coordinate this? 

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


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

* Re: overgang latex->context
  1999-06-24 16:39   ` Taco Hoekwater
@ 1999-06-24 15:53     ` Hans Hagen
  1999-06-24 23:19       ` Wybo Dekker
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 1999-06-24 15:53 UTC (permalink / raw)
  Cc: wybo, ntg-context

Taco Hoekwater wrote:

> Hans' explanation is not really what 'description' does, I'm
> afraid. I've never tried to do something like this in context (the
> result is unvariably ugly in LaTeX, so why bother?).
> 
> For hans: the latex syntax is like:
> 
> \begin{description}
> \item[aap] Is a monkey
> \item[noot] Stuff a monkey eats
> \item[mies] Stuff a monkey would like to get his hands on
> \end{description}
> 
> Which results in an unsorted list kind of like itemize but with a
> user-suplied label. I tend to do these things through plain TeX
> definitions, and I think hans does so as well. So no real answer,

If someone can make me a texed latex example (ps/pdf) I can have a look.

\startitemize[4*broad]
\sym{aap} Who is a monkey
\stopitemize

can sometimes help. 

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


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

* Re: overgang latex->context
  1999-06-24 10:47 ` Hans Hagen
@ 1999-06-24 16:39   ` Taco Hoekwater
  1999-06-24 15:53     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 1999-06-24 16:39 UTC (permalink / raw)
  Cc: wybo, ntg-context

>>>>> "Hans" == Hans Hagen <pragma@wxs.nl> writes:

    Hans> Wybo Dekker wrote:
    >> Ik ben aan een boekje begonnen en bedacht dat maar meteen in
    >> context te gaan doen.
    >> 
    >> Waar je dan meteen tegenaan loopt, als Latex-er, is is
    >> bijvoorbeeld: ik wil een \begin{description} maar hoe heet dat
    >> in context?

    Hans> Because it's rather long ago I used latex, I can only come
    Hans> up with the most common ones. Maybe Matthew can draw you a
    Hans> small list of the most common latex->context commands.

FWIIW: I am still working on the latex emulator (on and off). 

Hans' explanation is not really what 'description' does, I'm
afraid. I've never tried to do something like this in context (the
result is unvariably ugly in LaTeX, so why bother?). 

For hans: the latex syntax is like:

\begin{description}
\item[aap] Is a monkey
\item[noot] Stuff a monkey eats
\item[mies] Stuff a monkey would like to get his hands on
\end{description}

Which results in an unsorted list kind of like itemize but with a
user-suplied label. I tend to do these things through plain TeX
definitions, and I think hans does so as well. So no real answer,
sorry 

Taco

-- 
Taco Hoekwater                                 taco.hoekwater@wkap.nl
Kluwer Academic Publishers                            -- Pre Press --
Achterom 119, 3311 KB Dordrecht, The Netherlands  tel.  31-78-6392550
---------------------------------------------------------------------


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

* Re: overgang latex->context
  1999-06-24 15:53     ` Hans Hagen
@ 1999-06-24 23:19       ` Wybo Dekker
  0 siblings, 0 replies; 6+ messages in thread
From: Wybo Dekker @ 1999-06-24 23:19 UTC (permalink / raw)
  Cc: taco.hoekwater, ntg-context

Hans Hagen wrote:
> If someone can make me a texed latex example (ps/pdf) I can have a look.

OK, her's the latex source:
\documentclass[12pt]{article}
\textwidth100mm
\begin{document}
\begin{description}
\item[aap:] is a monkey, but much more can be told about this animal;s
  for example they are hairy, mostly brown or black
  and they resemble people a lot.
\item[noot:] is a vegetable; again there are many kinds and
  you will get very fat if you eat lots of them.
\item[this is a rather long item:] it is not very interesting in itself,
  but gives me the opportunity to tell you something
  about the description environment: it is like an itemize,
  but with user-supplied labels which are printed bold.
\end{description}
\end{document}

And this is the ps-file:
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.85 Copyright 1999 Radical Eye Software
%%Title: template.dvi
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
%%DocumentPaperSizes: a4
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -s -q template.dvi -o template.ps
%DVIPSParameters: dpi=600, compressed
%DVIPSSource:  TeX output 1999.06.25:0116
/SafetyEnclosure save def
%%BeginProcSet: texc.pro
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
(LaserWriter 16/600)]{A length product length le{A length product exch 0
exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end

%%EndProcSet
TeXDict begin 39158280 55380996 1000 600 600 (template.dvi)
@start
%DVIPSBitmapFont: Fa cmr12 12 30
/Fa 30 123 df<121E123FEA7F80EAFFC0A313E0127FEA3F60121E1200A513C0A4EA0180
A2EA0300A212065AA25A5A12200B1D78891B>44 D<B612C0A61A067F9821>I<121E123F
EA7F80EAFFC0A4EA7F80EA3F00121E0A0A78891B>I<147014F013011307131F13FFB5FC
13E713071200B3B3B0497E497E007FB6FCA3204278C131>49 D<121E123FEA7F80EAFFC0
A4EA7F80EA3F00121EC7FCB3A5121E123FEA7F80EAFFC0A4EA7F80EA3F00121E0A2B78AA
1B>58 D<121E123FEA7F80EAFFC0A4EA7F80EA3F00121EC7FCB3A5121E123FEA7F8012FF
13C0A3127F123F121E1200A5EA0180A4EA0300A31206A25A5AA25A12200A3E78AA1B>I<
EB07FC90383FFF809038F80FC03901E003F039038001F848C77ED80FC0137E6D137F001F
806D80151F826C5A6C5A6C5AC8FCA4EC0FFF49B5FC90380FFE1FEB3FC0EBFF00EA03FC48
5AEA0FE0121F485A5B127F17E048C7FCA4153FA26C146F7F003F02C713C03A1FC00187E1
3B0FE00303F3802607F81E13FF2701FFFC0113003A001FE0007C2B2E7CAC31>97
D<EA01FC12FFA3120712031201B3EC03FC91380FFF8091383C07E09138F000F8D9FDC013
7CD9FF807F91C77E49EC0F8017C049EC07E017F0160317F8A217FC1601A317FEA917FCA2
1603A217F8A2EE07F017E0A26DEC0FC0EE1F806D1500D9FB80133ED9F1C05B9039E0E001
F891387C07E09039C01FFF80C7D807FCC7FC2F467DC436>I<EC7F80903803FFF090380F
C07C90383E001E49130749EB03804848EB0FC00003141F484814E04848133FA2121F4848
EB1FC0ED0F80ED0700007F91C7FC90C9FCA25AAA7EA27FA2123F16706C7EA2000F15E06C
7E6C6CEB01C0000115806C6C1303017CEB07006D131E90381FC0F8903807FFF001001380
242E7DAC2B>I<167FED3FFFA315018182B3EC7FC0903803FFF090380FC07C90383F000E
017C1307496D5A48487F000380485A484880A2121F485AA2127FA290C8FCA25AA97EA37F
123FA2121F7F120F6C6C5C00035C6C7E6C6C9038037F80017C010613C06D011C13FE9038
0FC0F8903803FFE09026007F8013002F467DC436>I<EB01FE903807FFC090381F03F090
387C00F849137C48487F48487F0007158049130F000F15C0121F4914E0003F1407A2127F
90C713F0A35AA290B6FCA290C9FCA67EA36C7EA21670121F7F000F15E06C7E0003EC01C0
6C6CEB03806C6C1400017C130E6D5B90380F80F8903803FFE0010090C7FC242E7DAC2B>
I<EC0FE0EC7FF8903801F81C903803E03E903807C07F010FEBFF80495A133F5C49EB7F00
153E01FE131C92C7FCAFB67EA3C648C8FCB3B2486C7E007F13FFA321467EC51E>I<EE1F
80D901FCEB7FC0903A0FFF81E0E0903A3F07E381F090397C01F6039038F800FC48489038
7C01E0484890383E00C00007023F1300A248486D7EA2001F81A7000F5DA26C6C49C7FCA2
0003143E6C6C5B6C6C5B486C485A3903BF07E090380FFF80260701FCC8FC90CAFCA35AA2
6C7EA213E090B512F86C14FF6C15E06C816D8048B67E3A07C0000FFE48C87E001EED3F80
003E151F48150F17C0481507A6007CED0F80A26CED1F006C153E6C6C5CD807E0495AD801
F8EB07E0D8007FEB3F8090261FFFFEC7FC010113E02C427DAC31>I<EA01FC12FFA31207
12031201B3EC01FE913807FFC091380E07F091383801F8EC700002C07F82D9FD80137E01
FFC7FC167F5BA35BB3A9486CECFF80B5D8F83F13FEA32F457DC436>I<EA01E0487E487E
487EA46C5A6C5A6C5AC8FCADEA01FC12FFA3120712031201B3B0487EB512F8A315437DC2
1C>I<EA01FC12FFA3120712031201B3A292387FFFE0A3031F1300ED0FF816E05E93C7FC
151E5D5D5D4A5A4A5A4A5A4AC8FC5C4A7E147F4A7E9038FDCFE0EBFF87EC07F0496C7EEB
FC01816E7E157E157F6F7E151F826F7E1507826F7EA28282486C903807FF80B5D8F81F13
F8A32D457DC433>107 D<EA01FC12FFA3120712031201B3B3B3A5487EB512F8A315457D
C41C>I<D801FC01FFEC1FE000FF010701E0EBFFFC913B0F03F001E07E913B1800F80300
1F000749D9FC0680000349D97E0C6D7E000149D97F1880D9FD806D48130701FFC75B05E0
80495DA3495DB3A9486C4A6C497EB5D8F81FB50003B512E0A34B2C7DAB52>I<3901FC01
FE00FF903807FFC091380E07F091383801F80007EB7000000301C07F000181D9FD80137E
01FFC7FC167F5BA35BB3A9486CECFF80B5D8F83F13FEA32F2C7DAB36>I<EC7F80903803
FFF090380FC0FC90383E001F496D7E496D7E48486D7E48486D7E48486D7E000F81A24848
147E003F157FA290C87E481680A44816C0AA6C1680A26D147F003F1600A2001F157E6D14
FE000F5D6D130100075D6C6C495A6C6C495A6C6C495A013E49C7FC90381FC0FE903807FF
F89038007F802A2E7DAC31>I<3901FC03FC00FF90380FFF8091383C07E09138F001F83A
07FDC0007C6CB4487F6C90C7123F49EC1F80EE0FC04915E0EE07F0A217F8160317FCA316
0117FEA917FC1603A317F8160717F0EE0FE0A26DEC1FC017806DEC3F006E137ED9FDC05B
9039FCE001F891387C0FE091381FFF80DA07FCC7FC91C9FCAE487EB512F8A32F3F7DAB36
>I<3903F803F000FFEB0FF8EC3C3CEC707E0007EBC0FF12033801F980A29038FB007E15
3C01FE1300A45BB3A848B4FCB512FEA3202C7DAB26>114 D<90383FE0183901FFFC3839
07E01F78390F0007F8001E1301481300A2481478A212F81538A27EA27E6C1400EA7FC013
FC383FFFE06C13FC6C13FF6C1480000114C06C14E0011F13F0010013F8EC0FFC14030060
130000E014FE157E7E153EA37E153CA26C147C6C147815706C14E039F3C003C039F0F00F
8039E07FFE0038C00FF01F2E7DAC26>I<130EA6131EA4133EA2137EA213FE1201120312
07001FB512F0B6FCA2C648C7FCB3A4151CAA017E1318017F1338A26D133090381F807001
0F1360903807E1C0903803FF809038007F001E3E7EBC26>I<D801FC147F00FFEC3FFFA3
00071401000380000181B3A95EA300005CA24B7E017E1580013E010613C06D011C13FE90
380FC078903803FFE09026007F8013002F2D7DAB36>I<B539F003FFFCA3000790C7EA7F
E06C48EC3F806C48EC1F006D141E0000151CA26D143C6D1438A26D6C5BA26E13F0011F5C
A2ECE001010F5CA26D6C485AA2ECF807010391C7FCA26E5A0101130EA26D6C5AA2ECFF3C
EC7F38A215F86E5AA26E5AA36E5AA36E5AA22E2C7EAA33>I<B500E1B539C07FFF80A33E
07FE000FFC001FFC006C48D903F8EB07F0725A120103016E5A7013036C6C01035DA21807
017F496C91C7FC167EA290273F800F7F130EED0E3FA290261FC01E6D5AED1C1FA290260F
E03C6D5AED380FA2902607F0786D5AED7007A2902603F8F06D5AEDE003A2D901FDECF9C0
EDC001A2D900FFECFF804B7EA2027F92C8FC92C77EA26E147E023E143EA2021E143C021C
141C412C7EAA46>I<B539F007FFFCA30003D9C00313C0C6496C1300017FEB00FC013F5C
6E5B6D6C485A010F495AD907F05BECF8076D6C48C7FC0101131EECFE1C903800FF3C6E5A
6E5A5D141F140F6E7E81140F4A7EEC3DFEEC38FFEC787F4A6C7ED901E07FECC01F01036D
7ED907807F49486C7E010E1303011E6D7E013E80017E6D7ED801FE5BD80FFF4913C0B5D8
C00F13FFA3302B7FAA33>I<B539F003FFFCA3000790C7EA7FE06C48EC3F806C4815006D
141E0000151CA2017F5CA280013F5CA26E13F0011F5CA26D6C485AA2ECF00301075CA26D
6C48C7FCA214FC0101130EA2ECFE1E0100131CA2EC7F38A215F86E5AA26E5AA36E5AA36E
5AA292C8FCA25C140EA25CA3003C5B127EB45BA25CA248485A387C0380D87807C9FCEA3C
1EEA0FFCEA03F02E3F7EAA33>I<003FB612E0A29039E0001FC00180133F003EC7EA7F80
003C150015FE0038130100785C4A5A140700705C4A5A141F5D4A5AC7127F92C7FC14FE13
01495A5C1307495A5C494813E0133F5C49C7FC49EB01C05B485A12035B48481303120F49
1307485A003FEC0F804848133F90380001FFB7FCA2232B7DAA2B>I
E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fb cmbx12 12 14
/Fb 14 117 df<EA07C0EA1FF0EA3FF8EA7FFCA2EAFFFEA5EA7FFCA2EA3FF8EA1FF0EA07
C0C7FCAEEA07C0EA1FF0EA3FF8EA7FFCA2EAFFFEA5EA7FFCA2EA3FF8EA1FF0EA07C00F2C
78AB1F>58 D<903801FFE0011F13FE017F6D7E90B612E0489038007FF0D803FCEB1FF848
6C6D7E000F6E7E6D808183816C4881A26C5AEA00F090C7FCA40203B5FC91B6FC1307013F
13F19038FFFC01000313E0481380380FFE00485A485A485AA2485AA45DA26C6C5BA26C6C
010E13F06C6C013CEBFFC03A0FFF80F87F6CEBFFF06CECE01FC66CEB8007D90FFCC9FC32
2F7DAD36>97 D<EC3FF849B5FC010F14C0013F14F090397FF01FF89039FFC007FC489038
0003FE48486D7E00076E13804848147F001F16C05B003FED3FE0A25B127F17F0161F12FF
A290B7FCA401F0C9FCA5127FA27F123FA2001FED01F07F120F6DEC03E06C6C14076C6DEB
0FC06C6DEB1F806C6DEB3F0090397FFC01FE011FB55A010714F0010014C0DA1FFCC7FC2C
2F7DAD33>101 D<DAFFE013FE010F9038FE03FF013FD9FF8F138090B812C048D9C07F13
3F489038001FF8D807FCEB07FC000F03FE1380EF1F004848903803FF0494C7FC003F82A8
001F93C7FCA26C6C495AA200075D6CB4EB1FF86C9038C07FF091B55AD803BF1480D8078F
49C8FC018013E0000F90CAFCA47FA213F090B612C06C15FCEEFF806C16E0836C826C8200
0382120FD81FF0C76C7ED83FC014074848140170138048C9127FA56D15FF007F17006C6C
4A5A6D14036C6C4A5AD80FFEEC3FF83B03FFC001FFE06C90B65A6C6C92C7FC010F14F8D9
007F90C8FC32427DAC38>103 D<EB7FC0B5FCA512037EB1ED07FE92383FFF8092B512E0
02C1809139C3F03FF89139C7801FFC9138CF000F02DC8002F81307835CA25CA35CB3A7B6
0083B512FEA537457CC43E>I<137C48B4FC4813804813C0A24813E0A56C13C0A26C1380
6C1300EA007C90C7FCAAEB7FC0EA7FFFA512037EB3AFB6FCA518467CC520>I<EB7FC0B5
FCA512037EB3B3B3A3B61280A519457CC420>108 D<90277F8007FEEC0FFCB590263FFF
C090387FFF804B01F090B512E00281B5D8F80380913D83F01FFC07E03FF8913D87800FFE
0F001FFC000390268F0007011E130F6C019CDAFF388002BC157802B86D496D7E02F05DA2
4A5DA34A5DB3A7B60081B60003B512FEA5572D7CAC5E>I<90397F8007FEB590383FFF80
92B512E0028180913983F03FF8913987801FFC000390388F000F6C019C8002B813078314
F0A25CA35CB3A7B60083B512FEA5372D7CAC3E>I<EC1FFC49B512C0010714F0011F14FC
90397FF80FFF9026FFC0017F48496C7F4848C7EA3FE000078248486E7E49140F001F82A2
003F82491407007F82A400FF1780AA007F1700A46C6C4A5AA2001F5E6D141F000F5E6C6C
4A5AA26C6C6CEBFFE06C6D485B27007FF80F90C7FC6DB55A010F14F8010114C09026001F
FCC8FC312F7DAD38>I<90397FC00FF8B590B57E02C314E002CF14F89139FFC03FFC9238
000FFE000301FC6D7E6C01F06D13804A6D13C05C7013E018F0177FA218F8A2173F18FCAB
18F8177FA318F017FF18E05E6E15C04C13806E15006E130F02FEEB1FFC9139FFC07FF802
CFB55A02C714C002C191C7FC9138C01FF092C9FCADB67EA536407DAC3E>I<90387F807F
B53881FFC0028313F0028713F891388F8FFCEC9E0F000390389C1FFE6C13BC14F814F0ED
0FFCA29138E007F8ED01E092C7FCA25CB3A6B612E0A5272D7DAC2E>114
D<90391FFC038090B51287000314FF5A380FF007381F800048C7127F48143F007E141FA2
00FE140FA37E7F01E090C7FC13FE387FFFF014FF6C14C06C14F06C806C806C806C806C6C
1480010F14C0EB003F14039138007FE00078143F00F8141FA26C140FA36C15C0A26C141F
6D14806D133F6DEB7F009038FC03FE00FDB55A00F85CD8F03F13E026E007FEC7FC232F7C
AD2C>I<EB03E0A61307A3130FA3131FA2133F137F13FF5A5A001F90B51280B7FCA4C601
E0C7FCB3A3ED03E0AA017FEB07C014F0168090383FF80F90391FFC1F0090380FFFFE6D5B
010113F09038003FC023407EBE2C>I E
%EndDVIPSBitmapFont
end
%%EndProlog
%%BeginSetup
%%Feature: *Resolution 600dpi
TeXDict begin
%%BeginPaperSize: a4
a4
%%EndPaperSize

%%EndSetup
%%Page: 1 1
1 0 bop 324 548 a Fb(aap:)50 b Fa(is)24 b(a)g(monk)m(ey)-8
b(,)27 b(but)e(m)m(uc)m(h)g(more)e(can)i(b)s(e)g(told)e(ab)s(out)h
(this)568 668 y(animal;s)h(for)j(example)f(they)i(are)f(hairy)-8
b(,)28 b(mostly)f(bro)m(wn)568 789 y(or)32 b(blac)m(k)h(and)f(they)i
(resem)m(ble)f(p)s(eople)f(a)g(lot.)324 992 y Fb(no)s(ot:)49
b Fa(is)41 b(a)g(v)m(egetable;)46 b(again)40 b(there)i(are)f(man)m(y)g
(kinds)h(and)568 1112 y(y)m(ou)33 b(will)d(get)j(v)m(ery)h(fat)e(if)f
(y)m(ou)j(eat)e(lots)g(of)g(them.)324 1316 y Fb(this)k(is)h(a)h(rather)
f(long)g(item:)47 b Fa(it)38 b(is)h(not)g(v)m(ery)h(in)m(teresting)568
1436 y(in)34 b(itself,)g(but)h(giv)m(es)g(me)f(the)h(opp)s(ortunit)m(y)
g(to)f(tell)f(y)m(ou)568 1557 y(something)38 b(ab)s(out)h(the)h
(description)f(en)m(vironmen)m(t:)58 b(it)568 1677 y(is)47
b(lik)m(e)f(an)i(itemize,)i(but)d(with)h(user-supplied)f(lab)s(els)568
1797 y(whic)m(h)33 b(are)f(prin)m(ted)h(b)s(old.)1481
5251 y(1)p eop
%%Trailer
end
userdict /end-hook known{end-hook}if
SafetyEnclosure restore
%%EOF

-- 
Hartelijke groet, Wybo
--
__Servalys Analytical Chemistry Services__
Wybo H. Dekker      wybo@servalys.hobby.nl
Deilsedijk 60       www.hobby.nl/~servalys
4158 CH Deil        tel +31-345-652164    
The Netherlands     fax +31-345-652383    


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

* Re: overgang latex->context
  1999-06-24  8:14 overgang latex->context Wybo Dekker
  1999-06-24 10:47 ` Hans Hagen
@ 1999-06-25  9:11 ` Taco Hoekwater
  1 sibling, 0 replies; 6+ messages in thread
From: Taco Hoekwater @ 1999-06-25  9:11 UTC (permalink / raw)
  Cc: pragma, ntg-context

    Wybo> Hans Hagen wrote:
    >> If someone can make me a texed latex example (ps/pdf) I can
    >> have a look.

    Wybo> And this is the ps-file: 
    Wybo> %DVIPSBitmapFont: Fa cmr12 12 30 /Fa

-- 
Hartelijke groet, Wybo
--
__Servalys Analytical Chemistry Services__
Wybo H. Dekker      wybo@servalys.hobby.nl
Deilsedijk 60       www.hobby.nl/~servalys
4158 CH Deil        tel +31-345-652164    
The Netherlands     fax +31-345-652383    

-- 
Taco Hoekwater                                 taco.hoekwater@wkap.nl
Kluwer Academic Publishers                            -- Pre Press --
Achterom 119, 3311 KB Dordrecht, The Netherlands  tel.  31-78-6392550
---------------------------------------------------------------------


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

end of thread, other threads:[~1999-06-25  9:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-24  8:14 overgang latex->context Wybo Dekker
1999-06-24 10:47 ` Hans Hagen
1999-06-24 16:39   ` Taco Hoekwater
1999-06-24 15:53     ` Hans Hagen
1999-06-24 23:19       ` Wybo Dekker
1999-06-25  9:11 ` Taco Hoekwater

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