On Sun, 20 Jan 2013 19:35:31 -0700, Modulok wrote: > List, > > I installed ``latex`` from packages. That part worked. When using latex > however, it gives me an error:: > > "LaTeX Error: File `utf8x.def' not found." > > Where do I get this file? Obviously I'm missing some package of extras or > something.
In your LaTeX source file, you have \usepackage[utf8x]{inputenc} somewhere, and you're using UTF-8 characters for whatever reason. You need to install the port "latex-ucs" (in the "print" category) to make this work. I assume there's also a package for this. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"