summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex')
-rw-r--r--Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex19
1 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex b/Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex
index 74489e6c986..f536293315e 100644
--- a/Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex
+++ b/Master/texmf-dist/doc/latex/fancytooltips/examples/fancy-preview/fancy-preview-demo.tex
@@ -11,7 +11,7 @@
\usepackage{tikz}
\PassOptionsToPackage{naturalnames}{hyperref}
-\usepackage[inactive]{fancytooltips}
+\usepackage[inactive,blur=0.6, fixcolor]{fancytooltips}
\newtheorem{remark}{Remark}
\def\dx{{\mathrm d}x}
@@ -194,7 +194,7 @@
\section{Short howto}
\begin{frame}
\frametitle{How to create a presentation with pdf\LaTeX}
- Creating tooltips is easy. Simply follow these steps.
+% Creating tooltips is easy. Simply follow these steps.
\begin{itemize}
\item Create presentation with your favorit presentation package,
such as
@@ -211,16 +211,19 @@
\texttt{\textbackslash FancyHook}
\end{quote}
after \texttt{\textbackslash begin\{document\}}.
- \item Use the script \texttt{fancy-preview} to compile the
+ \item In Linux use the script \texttt{fancy-preview} to compile the
presentation again, i.e. if your file is filename.tex run
\begin{quote}\upshape\color{darkgreen}
\texttt{bash fancy-preview filename}
\end{quote}
- either in Linux terminal or inside
- \href{http://www.mingw.org/wiki/MSYS}{\color{blue}MSYS} on
- Windows.
- \item You may want to customize the script \texttt{fancy-preview}
- (colors, options for fancytooltips, etc.)
+ On Windows use (still experimental)
+ \begin{quote}\upshape\color{darkgreen}
+ \texttt{fancypreview.bat filename}
+ \end{quote}
+ \item You may want to customize the variables in the script
+ \texttt{fancy-preview} or batch file
+ \texttt{fancypreview.bat} (colors, options for fancytooltips,
+ etc.)
\end{itemize}
\end{frame}