I am using the following codes to input DNA sequences from fasta format (177 sequences with 1140 base pair long) Using texshade package but I had the following error:
my system is: Windows 7 (64 bit)
! TeX capacity exceeded, sorry [save size=50000].
Dose anyone know how to resolve this problem and your help would be appreciated
\documentclass[12pt]{report}
\usepackage{texshade}
\usepackage{lscape}
\usepackage[a4paper, top=2cm, bottom=2cm, left=.5cm, right=.5cm]{geometry}
\begin{document}
\begin{texshade}Concerted-evolution-2.fas}
\shadingmode{similar}
\threshold[80]{50}
\showruler{1}{top}
\hidenumbering
\end{texshade}
\end{document}
texshadepackage, but you have an unmatched brace in line 6; it should be\begin{texshade}{Concerted-evolution-2.fas}. – Paul Gessler Aug 24 '14 at 12:53