TeX Live and MacTeX»ulem« in TeX Live

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
mpw
Posts: 2
Joined: Mon Jun 07, 2010 11:10 am

»ulem« in TeX Live

Post by mpw »

Hello guys,

I want to use the function \dashuline or \dotuline from the package ulem.

My system hast ulem installed, but can't find the Definition of dashuline or dotuline.

So I looked into my ulem.sty and the Definition of those are missing there!?

I installed texlive from the Ubuntu 10.04 repositories. Does texlive not support ulem? Are there alternate packages?

Thanks for hints,

Bye
MPW

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

»ulem« in TeX Live

Post by localghost »

The version of the ulem package in TeX Live 2009 is outdated (26.05.2000). Get the current version for an update.


Best regards and welcome to the board
Thorsten
mpw
Posts: 2
Joined: Mon Jun 07, 2010 11:10 am

Re: »ulem« in TeX Live

Post by mpw »

Hello,

Thanks!

How do I do that? Just installed Latex via the repositories. Do I just have to replace the ulem.sty by a newer one?

Where can I get it from?

Bye
MPW
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

»ulem« in TeX Live

Post by localghost »

mpw wrote:[...] How do I do that? Just installed Latex via the repositories. [...]Do I just have to replace the ulem.sty by a newer one? [...]
As root user you can do a manual installation in the local tree of your TeX system

Code: Select all

/usr/local/share/texmf
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Replacement in the default installation tree should also be possible. Or you can build up a directory tree compliant to the TeX Directory Structure (TDS) standard in your home directory.

Code: Select all

/home/<user>/texmf
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The directory structure downwards has to be the same.
mpw wrote:[...] Where can I get it from? [...]
Didn't you notice the link in my last reply?
Post Reply