I'm trying to learn how to use TexTopo, which is a Latex package for displaying the topology of membrane proteins. I'm wondering if anyone has any experience working with this particular package.
I've installed and tried to run the TexTopo package on several different Latex programs (ProText, Texworks, Texmaker) but so far have not been able to reproduce the sample graphics that are given in the TexTopo manual. Here is the link to the TexTopo package:
http://www.uni-kiel.de/pharmazie/chem/P ... extopo.htm
When I try to run following sample command from the TexTopo manual in Texmaker 3.5.2, I get the error message "Can't detect the file name" and "Can't start the command."
Code: Select all
\begin{textopo}
\getsequence{PHD}{AQP1.phd}
\applyshading{similar}{AQPpro.MSF}
\allmatchspecial
\end{textopo}
Thank you very much.