[NTG-context] Re: [pdftex] swf objects in pdflatex

2004-12-30 Thread Hans Hagen
Peter Schröder wrote:
Does anyone have experience (success or horror stories) regarding the 
inclusiong of flash content in pdf files?
  http://www.pragma-ade.com/itdemos/internal/media/mediashow.pdf
it runs ok in acrobat 6, but somehow not in (at least my installation of) 
acrobat 7, so there is some horror story attached: my experience is that much of 
this functionality in acrobat ends up in there untested (I will look into a 'way 
around 7' later)

this is the source file:
?xml version='1.0' ?
!-- Author : Hans Hagen / PRAGMA ADE / www.pragma-ade.com --
!-- texexec --pdf --use=mediashow mediashow.xml --
rl:resourcelibrary xmlns:rl='http://www.pragma-ade.com/xml/schemas/reslib.rng'
rl:mediaclip label='sample 1'
rl:nameQuicktime Movie/rl:name
rl:mimevideo/quicktime/rl:mime
rl:filemediashow.mov/rl:file
rl:pictureself/rl:picture
rl:width8cm/rl:width
rl:height6cm/rl:height
rl:textThis movie was made while waiting for a plane transfer
in San Francisco on the way back from TUG 2003 on Hawaii to
Europe. Pier 39 is located is the Bay Area./rl:text
/rl:mediaclip
rl:mediaclip label='sample 2'
rl:nameShockwave Simulation/rl:name
rl:mimeapplication/x-shockwave-flash/rl:mime
rl:filemediashow.swf/rl:file
rl:pictureself/rl:picture
rl:textThis simulation is made by Johan Jonker. This kind
of animations goed under the names Flash and Shockwave./rl:text
/rl:mediaclip
rl:mediaclip label='sample 3'
rl:nameSmil Presentation/rl:name
rl:mimeapplication/smil/rl:mime
rl:filemediashow.smi/rl:file
rl:pictureself/rl:picture
rl:textHere we see a one-picture slide show coded in SMIL. This
picture is a downsampled 8 bit PNG version of the high resolution 24
bit JPEG graphic; the viewer cannot handle the original./rl:text
/rl:mediaclip
rl:mediaclip label='sample 4'
rl:nameMP3 Soundtrack/rl:name
rl:mimeaudio/mpeg/rl:mime
rl:filemediashow.mp3/rl:file
rl:picture backgroundcolor='black'mediashow.jpg/rl:picture
rl:textThis is the soundtrack to a movie made at Pier 39
in San Francisco. The quality is rather low because no high
end equipment was used. We compensate this by showing a high res
graphic./rl:text
/rl:mediaclip
/rl:resourcelibrary
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
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation peculiarity.

2004-12-30 Thread Taco Hoekwater
Hi John,
John Culleton wrote:
texexec --make en nl
Should I download Context from Pragma and reinstall from scratch? Or just find 
an older version on a cdr somewhere?  Other suggestions? 
Check if you see these lines during the texexec --make run
(or in the log file, afterwards)
 language   : no patterns en for en (n=1) (lang-en.pat,ukhyph.tex
 language   : no hyphenations en for en (n=1)
 language   : no patterns uk for uk (n=2) (lang-uk.pat,ukhyph.tex
 language   : no hyphenations uk for uk (n=2)
if this is the case, then your hyphenation patterns have an unexpected
name (perhaps ukhyphen.tex?). I solved my problems by
cp hyphen.tex lang-en.pat
cp ukhyphen.tex lang-uk.pat
   mktexlsr
but you probably need somehwat different filenames
Good luck,
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Sidebars and versals Oh my!

2004-12-30 Thread Hans Hagen
Tobias Hilbricht wrote:
Am So, den 26.12.2004 schrieb h h extern um 21:33:
John Culleton wrote:

But this is not the only type of versal. Sometimes a large capital letter 
(perhaps in italics) is centered on the top of the textblock thus:
Did you look into supp-fun.tex?

I was trying to use the macros provided by supp-fun.tex some month before,
but I could not get numbers instead of letters to work - see the little 
example below. How can I solve that problem?
The magic is in:
\def\DroppedString{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
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
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation peculiarity.

2004-12-30 Thread John Culleton
On Thursday 30 December 2004 04:30, Taco Hoekwater wrote:
 Hi John,

 John Culleton wrote:
  texexec --make en nl
 
  Should I download Context from Pragma and reinstall from scratch? Or just
  find an older version on a cdr somewhere?  Other suggestions?

 Check if you see these lines during the texexec --make run
 (or in the log file, afterwards)

   language   : no patterns en for en (n=1) (lang-en.pat,ukhyph.tex
   language   : no hyphenations en for en (n=1)
   language   : no patterns uk for uk (n=2) (lang-uk.pat,ukhyph.tex
   language   : no hyphenations uk for uk (n=2)

 if this is the case, then your hyphenation patterns have an unexpected
 name (perhaps ukhyphen.tex?). I solved my problems by

   cp hyphen.tex lang-en.pat
   cp ukhyphen.tex lang-uk.pat
 mktexlsr

 but you probably need somehwat different filenames

 Good luck,

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


Your technique worked perfectly, except that I added in fmtutil --all followed 
by texhash.  Many, many thanks. However it seems to me that this mismatch in 
filenames should be corrected more globally.  Is this a task for Hans H. or 
for the builders of TeXLive?  With the TeXlive most recently released (early 
December)  all of the hyphenation file names, not just English, are 
mismatched. 

I'll wait for a reply here before posting anything on alt.text.tex, where the 
TeXLIve gurus tend to hang out. 
-- 
John Culleton

Short list of publishing/marketing books:
http://wexfordpress.com/tex/shortlist.pdf
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation peculiarity.

2004-12-30 Thread Taco Hoekwater
Assuming I understood Hans correctly, then using a new ConTeXt
(starting november) together with TL2004 or the latest tetex-beta,
all should be fine. Alternatively, an older ConTeXt (june) with an
older tetex or texlive should also be fine.
All combinations of new and old are apparently broken. Blame the
TL guys if you must, because they are the ones that keep changing
the filenames of the hyphenation patterns.
Greetings, Taco
John Culleton wrote:
On Thursday 30 December 2004 04:30, Taco Hoekwater wrote:
Hi John,
John Culleton wrote:
texexec --make en nl
Should I download Context from Pragma and reinstall from scratch? Or just
find an older version on a cdr somewhere?  Other suggestions?
Check if you see these lines during the texexec --make run
(or in the log file, afterwards)
 language   : no patterns en for en (n=1) (lang-en.pat,ukhyph.tex
 language   : no hyphenations en for en (n=1)
 language   : no patterns uk for uk (n=2) (lang-uk.pat,ukhyph.tex
 language   : no hyphenations uk for uk (n=2)
if this is the case, then your hyphenation patterns have an unexpected
name (perhaps ukhyphen.tex?). I solved my problems by
cp hyphen.tex lang-en.pat
cp ukhyphen.tex lang-uk.pat
   mktexlsr
but you probably need somehwat different filenames
Good luck,
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Your technique worked perfectly, except that I added in fmtutil --all followed 
by texhash.  Many, many thanks. However it seems to me that this mismatch in 
filenames should be corrected more globally.  Is this a task for Hans H. or 
for the builders of TeXLive?  With the TeXlive most recently released (early 
December)  all of the hyphenation file names, not just English, are 
mismatched. 

I'll wait for a reply here before posting anything on alt.text.tex, where the 
TeXLIve gurus tend to hang out. 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation peculiarity.

2004-12-30 Thread Hans Hagen
Taco Hoekwater wrote:
Assuming I understood Hans correctly, then using a new ConTeXt
(starting november) together with TL2004 or the latest tetex-beta,
all should be fine. Alternatively, an older ConTeXt (june) with an
older tetex or texlive should also be fine.
All combinations of new and old are apparently broken. Blame the
TL guys if you must, because they are the ones that keep changing
the filenames of the hyphenation patterns.
such 'changes' in filenames are sometimes hidden by the alias mechanism in web2c 
 and that 'kind of fuzzy and hidden' mechanism can masquerade the problem; i 
first found out about the change in filename during a tutorial at the practex 
conference (no hyphenation, so i was both puzzled and ...); then, at home, i 
found out, by grepping, that this mapping file was not always present etc etc

as taco mentioned, renaming/copying a pattern file to a lang-language code.pat 
one is a solution [actually, in core-fil, i map onto those names]

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
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Mac testers wanted

2004-12-30 Thread Adam Lindsay
Hi all,

Sorry, but I'm announcing another Mac-only thing to the ConTeXt list. 

I'd like a few testers on an export script. OmniOutliner Pro makes for an
interesting structured editor, and I've written an export plug-in that
outputs ContML code that can easily be run through ConTeXt. I could use a
couple savvy MacOSX ConTeXters to help verify it's behaving as expected
and that it's usable.

It means running a (99% stable) beta application (OOPro) that won't be
free in the long term, so if that offends your sensibilities, turn away
now... (My plug-in and ConTeXt module will be free, of course.)

If you're interested in helping out, though, please send me a message
off-list, and make sure you have OmniOutliner Pro beta installed:
http://www.omnigroup.com/applications/omnioutliner/beta/pro/

I'll be sending out a package in a few days.

Thanks,
adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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