Count words in a latex document
Kile: File > Statistics
kdvi
Custom paper size
\documentclass[a4paper]{amsart} \usepackage{amssymb,latexsym} \usepackage{graphicx, pgf, pst-all} \usepackage[paperwidth=17truecm, paperheight=24truecm, centering, twoside, margin=1.58cm,heightrounded]{geometry} \textwidth14truecm \textheight20truecm
Looking for a symbol
Converting .eps-files (automatically) to .pdf-files
Include a movie in a PDF Document
Example: omega.tex omega.mpg omega.pdf
[user@host] pdflatex omega.tex
View the PDF File in Acrobat Reader. It probably won't work on the Terminals.
Example
- movie.tex
\documentclass[12pt,landscape]{article} \usepackage{geometry} \geometry{verbose,letterpaper} \usepackage{movie15} \usepackage{hyperref} \begin{document} Whispering-gallery mode in a quarter circle: \begin{figure}[ht] \includemovie[ poster, text={\small(2-twist-spun.mp4)} ]{6cm}{4.8cm}{2-twist-spun.mp4} \end{figure} \end{document}
- To include a Youtube Flash movie, convert it to mp4:
Video example: http://www.youtube.com/watch?v=6lIM9p6XOKo
Convert it online: http://keepvid.com
Download the MP4 version: http://keepvid.com/?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D6lIM9p6XOKo
- compile:
pdflatex movie.tex
View in acrobat reader: movie.pdf