0

I want to install the package undertilde.

When I try to install using method 1 as given in the answer to the question

How do I install an individual package on a Linux system?

i.e. using tlmgr - I get the following errors.

Cannot determine type of tlpdb from /home//texmf!

cannot setup TLPDB in /home/****/texmf at /usr/bin/tlmgr line 6424.

Marijn
  • 37,699

1 Answers1

1

After struggling a bit and with help of comments above, I came to the conclusion that using undertilde package itself is a problem. As @daleif noted that the package has not been updated since 2000. Therefore, the solution is to use some other package to obtain the functionality of the undertilde pacakge.

Specifically, I was using the \utilde command from the undertilde package. I was able to do that using \underset command. For example, if I needed a tilde beneath r, I will write \underset{\sim}{r} to substitute \utilde{r}.