Hi,
I can only guess, but do You have 'installed' the hyperref-package?
\usepackage{hyperref}
Actually, Your first code works for me:
\href{run:video.avi}{Movie}
By the way, do You have installed an AVI-Player on Your system?
A typical error message from Lyx would help...
Regards
Kris
Search found 56 matches
- Sat Feb 03, 2007 12:03 pm
- Forum: LyX
- Topic: how to insert a video clip in Lyx?
- Replies: 4
- Views: 22820
- Sat Feb 03, 2007 11:37 am
- Forum: General
- Topic: TeX - Distribution
- Replies: 2
- Views: 8029
TeX - Distribution
Hi,
for Windows XP and Vista here:
http://www.miktex.org
Allround TeX-Distribution here:
http://www.tug.org/texlive/
Regards
Kris
for Windows XP and Vista here:
http://www.miktex.org
Allround TeX-Distribution here:
http://www.tug.org/texlive/
Regards
Kris
- Thu Feb 01, 2007 7:37 pm
- Forum: General
- Topic: Configure TexnicCenter with GhostScript
- Replies: 2
- Views: 16886
Re: Configure TexnicCenter with GhostScript
Hi,
What about installing and calling GhostView (the actual viewer for GhostScript)
with the following setup:
Executable Path: C:\PROGRAMME\GHOSTGUM\GSVIEW\GSVIEW32.EXE
View document: "%bm.ps" (line command)
Search document: "%bm.ps" (line command)
before compilation: not closing
Regards
Kris
What about installing and calling GhostView (the actual viewer for GhostScript)
with the following setup:
Executable Path: C:\PROGRAMME\GHOSTGUM\GSVIEW\GSVIEW32.EXE
View document: "%bm.ps" (line command)
Search document: "%bm.ps" (line command)
before compilation: not closing
Regards
Kris
- Tue Jan 30, 2007 5:43 pm
- Forum: General
- Topic: few doubts regarding usuage of texnicCenter
- Replies: 5
- Views: 27039
Re: few doubts regarding usuage of texnicCenter
Hi!
1) this is a feature of MiKTeX and not of WinEdt or TexnicCenter! You have to switch it on in the MiKTeX settings...
2) This is called "LATEX => PS => PDF" output profile in TexnicCenter! You find it in the drop-down menu next to
the compiling buttons...if not, please press ALT+F7 and start ...
1) this is a feature of MiKTeX and not of WinEdt or TexnicCenter! You have to switch it on in the MiKTeX settings...
2) This is called "LATEX => PS => PDF" output profile in TexnicCenter! You find it in the drop-down menu next to
the compiling buttons...if not, please press ALT+F7 and start ...
- Mon Jan 29, 2007 10:07 am
- Forum: MiKTeX and proTeXt
- Topic: astron for Bibtex
- Replies: 1
- Views: 5427
astron for Bibtex
Hi!
try the natbib-package, it offers a variety of different citation-styles
and is compatible with the astron bibliography style - astron.bst (which is supported by MiKTeX
):
http://www.ctan.org/tex-archive/macros/ ... natbib.pdf
Regards,
Kris
try the natbib-package, it offers a variety of different citation-styles
and is compatible with the astron bibliography style - astron.bst (which is supported by MiKTeX

http://www.ctan.org/tex-archive/macros/ ... natbib.pdf
Regards,
Kris
- Sun Jan 28, 2007 10:58 pm
- Forum: General
- Topic: Pictures with plain captions
- Replies: 5
- Views: 17130
Pictures with plain captions
Hi Bruce!
A good starting point to search for LaTeX-related stuff is the online FAQ:
http://www.tex.ac.uk/cgi-bin/texfaq2html
Here You can find also the link to the caption-package:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=captsty
Greetings
Kris
A good starting point to search for LaTeX-related stuff is the online FAQ:
http://www.tex.ac.uk/cgi-bin/texfaq2html
Here You can find also the link to the caption-package:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=captsty
Greetings
Kris
- Sun Jan 28, 2007 9:50 am
- Forum: General
- Topic: Pictures with plain captions
- Replies: 5
- Views: 17130
Pictures with plain captions
Hi,
You can use the caption-package for this:
( http://tug.ctan.org/tex-archive/macros/latex/contrib/caption/caption.pdf )
\documentclass{article}
\usepackage{caption}
\captionsetup{labelformat=empty,aboveskip=5pt}
\begin{document}
\begin{figure}
\textbf{this is the actual figure}
\caption ...
You can use the caption-package for this:
( http://tug.ctan.org/tex-archive/macros/latex/contrib/caption/caption.pdf )
\documentclass{article}
\usepackage{caption}
\captionsetup{labelformat=empty,aboveskip=5pt}
\begin{document}
\begin{figure}
\textbf{this is the actual figure}
\caption ...
- Sat Jan 27, 2007 9:53 pm
- Forum: General
- Topic: installed small miktex and texniccenter but not working
- Replies: 1
- Views: 4407
installed small miktex and texniccenter but not working
Hi,
what about the following upgrades?
TexnicCenter 7.01 (http://www.toolscenter.org/downloads.html)
and
MiKTeX 2.5 (http://prdownloads.sourceforge.net/mikt ... e?download)
Regards
Kris
what about the following upgrades?
TexnicCenter 7.01 (http://www.toolscenter.org/downloads.html)
and
MiKTeX 2.5 (http://prdownloads.sourceforge.net/mikt ... e?download)
Regards
Kris
- Sat Jan 27, 2007 9:45 pm
- Forum: General
- Topic: Chem. structure drawing xymtex 4.03 doesn't run
- Replies: 3
- Views: 6860
Chem. structure drawing xymtex 4.03 doesn't run
Hi Andreas,
Sorry, but it is a coding-problem...You have to enable
the PS-mode of xymtex by calling xymtexps , please try this:
\documentclass{article}
\usepackage{xymtexps} % enables PS-mode
\begin{document}
\cyclohexanev{2SA==H;2SB==OH;3SA==OH;3SB==H}
\end{document}
You can easily add the ...
Sorry, but it is a coding-problem...You have to enable
the PS-mode of xymtex by calling xymtexps , please try this:
\documentclass{article}
\usepackage{xymtexps} % enables PS-mode
\begin{document}
\cyclohexanev{2SA==H;2SB==OH;3SA==OH;3SB==H}
\end{document}
You can easily add the ...
- Fri Jan 26, 2007 10:16 pm
- Forum: General
- Topic: Missing Output Profile
- Replies: 11
- Views: 18349
Re: Missing Output Profile
Hi,
Just rebuild this profile with the [Assistant] in the
bottom left corner in the TexnicCenter-Output-Profile menu:
TexnicCenter => Output => define Output-Profiles
or press:
ALT+F7
Regards
Kris
Just rebuild this profile with the [Assistant] in the
bottom left corner in the TexnicCenter-Output-Profile menu:
TexnicCenter => Output => define Output-Profiles
or press:
ALT+F7
Regards
Kris