Jump to content

latex package


subir
 Share

Recommended Posts

mathabx.dcl? Strange extension... Anyway, adding packages to latex is easy. Login as root, then go to the latex directory, usually it is /usr/share/texmf. Copy the files according to their functionality, i.e., if it's a latex package then a logical choice for it is /usr/share/texmf/tex/latex/packagename (create the directory packagename first, then copy files to that dir). After you've done with placing files, go back to /usr/share/texmf. You'll find the file ls-R in it. Make a backup copy of it (just in case), then run

 # ls -R > ls-R

This will create the new ls-R file. If you now open it with a text editor, you should be able to see the new package files included in it. That's all you need to do, the package is available right away.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...