``Reload'' function for Adobe Reader (Linux)621 (1/22/2009 11:11:37 AM) comp.text.tex Hi, I wrote a little JavaScript that adds a ``Reload'' item to the ``File'' menu of Adobe Reader. It allows to reload the PDF document currently viewed in the Reader to reflect the latest changes. The last vie... Alexander
comparing \uppercase'd filename extensions1624 (9/16/2008 3:13:35 PM) comp.text.tex Hi, I am having a problem with comparing the extension of a filename against a given template. Any combination of upper and lower case letters should match. Curiously, the obvious doesn't work: \documentcla... Alexander
dvipdfmx.def missing, why?455 (6/12/2008 12:41:17 PM) comp.text.tex Hi, about two years ago Heiko Oberdiek reported that the file `dvipdfmx.def' required for the graphicx package option `dvipdfmx' to work is missing: http://groups.google.de/group/comp.text.tex/tree/browse_frm... Alexander
XeTeX, multipage PDF026 (6/11/2008 9:53:41 AM) comp.text.tex Hi, does there exist a XeTeX primitive that allows to determine the highest page number of a multi-page PDF to be included? Thanks, Alexander ... Alexander
comparing savebox contents233 (6/3/2008 2:35:59 PM) comp.text.tex Hi, is there a way to find out whether the contents of two saveboxes is equal? Thanks! Alexander ... Alexander
PS coordinates of lower left page corner wanted222 (6/3/2008 8:14:38 AM) comp.text.tex Hi, does dvips define some variables that contain the Postscript coordinates of the lower left page corner? Or do I have to \put a \special containing `currentpoint' myself? Thanks! Alexander ... Alexander
making postscript definitions available on other pages233 (3/25/2008 4:41:54 PM) comp.text.tex Hi NG, I'd like to know how to extend the scope of Postscript def's, inserted by means of the \special command, to other pages of the document. If I insert, e. g. \special{ps: 1000 /somevar def } at some... Alexander
making cs created by \csname undefined423 (3/14/2008 12:44:07 PM) comp.text.tex Hi NG, I'd like to make a command previously defined using \csname undefined again. E. g.: {\expandafter\gdef\csname foo\endcsname{}} { \ifcsname foo\endcsname defined \else undefined \fi } % % Which co... Alexander
``Reload'' function for Adobe Reader (Linux)621 (1/22/2009 11:11:37 AM) comp.text.tex Hi, I wrote a little JavaScript that adds a ``Reload'' item to the ``File'' menu of Adobe Reader. It allows to reload the PDF document currently viewed in the Reader to reflect the latest changes. The last vie... a.grahn(59)
Hyperlinks to pages in an external PDFs1125 (4/8/2009 11:35:52 AM) comp.text.tex Hi there, how is it possible to set an hyperlink to a particular page that is in an external PDF? Suppose you have foo.pdf. How can I create an hyperlink, in mypaper.tex, that links to page 45 in foo.pdf? I... aliptah(6)
Beamer Question #7149 (4/21/2009 9:05:32 AM) comp.text.tex Hi everybody. I am using beamer with pdfLaetx to prepare a presentation. Say for example that my presentation has 10 slides. I want for the slides 5-8 the slides to advance automatically every 5 seconds. For... nomail9445(41)
Animate.sty and compressed .eps445 (9/14/2009 5:34:59 PM) comp.text.tex I have a movie of an experiment that was filmed at a high frame rate so it is ~1600 .eps files if I converted it into individual frames. I wanted to use animate.sty to include that in my beamer presentation... ugdc(180)
adding Postscript comments239 (10/1/2009 9:16:27 PM) comp.text.tex I'm trying to add comments to Postscript files generated by dvips using \special. But I know almost nothing about Postscript and my first attempts have resulted in \undefineds when the files are processed by, f... BobT(1459)
Wierd metapost inclusion problem824 (2/22/2010 2:11:43 PM) comp.text.tex I made a simple drawing t.mp: beginfig(1); draw fullcircle scaled 3cm; endfig; end; and then do this and compiles in pdflatex: \documentclass[a4paper]{memoir} \usepackage{graphicx} \ifpdf \DeclareGraphicsRu... daleif1329(544)
New package for layers in PDF presentations in pdflatex925 (3/14/2010 8:42:03 PM) comp.text.tex Dear all, I wrote a simple package for support of OCG in pdflatex. With this package you can insert (small) picture into presentation and clicking this picture you get larger version. You can use in principle ... marik(79)