MiKTeX and proTeXt ⇒ Missing Packages
Missing Packages
Everything works fine on the computer I use during the lab. But at home when I want to get ahead in the lab or practice I'm running into a problem. In my packages file I have tried both media9 and even the one that's considered obsolete movie15 but it doesn't seem to work. Every time I run the compiler on my document, it stops and always says the packages are not found. I've attached an image and I was hoping if someone could help me because I have an AVI media file that I need to display in my PDF document and I can't test anything at home unless the packages work.
- Attachments
-
- movie15.png (67.69 KiB) Viewed 6668 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Missing Packages
you can install a basic MikTex, or a complete one. Basic, as the name suggests, only have the most basic packages. Other needed ones can be intalled via the package manager (Working With the Package Manager) or on the fly during compilation (have a look at the MikTeX manual for more information).
It is recommended to install the newer Miktex 2.9.
A screenshot is a nice thing sometimes, but more useful information is included in the log-file, the programm (latex/pdflatex/lualatex) creates everytime you compile your document. It is a simple text file which you can attach to a post. If you have not learned about this in your course, request your tutor to explain this.
Best regards
Johannes