Good afternoon all,<div><br></div><div>I having gotten much further along with the xeindexing, but have run into a new problem.</div><div><br></div><div>I have created and inserted below a test document showing an un-numbered section getting mangled.</div>
<div><br></div><div>What I really find strange is that the text being mangled is a substring of the text being searched for indexing.</div><div><br></div><div>I am searching via xeindex for 'Clinical Trial Research', but the fragment "\section*{Resverlogix Activates First Site for ASSURE 1 Clinical Trial}" is ending up with a missing '}' after the word 'Trial'.</div>
<div><br></div><div>One can also change "\chapter{Clinical Trials}" to "\chapter{Clinical Trial}" and have the error occur there instead.</div><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<br></div><div>Help! </div><div><br></div><div>Thanks!</div><div><br></div><div>-Mike</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<br></div><div><=SNIP=============></div><div><br></div><div>\documentclass[12pt,oneside,english]{book}</div><div><div>\usepackage{geometry}</div><div>\geometry{verbose,letterpaper,tmargin=1in,bmargin=1in,lmargin=0.75in,rmargin=0.75in}</div>
<div>\pagestyle{headings}</div><div>\setcounter{secnumdepth}{3}</div><div>\setcounter{tocdepth}{3}</div><div>\usepackage{makeidx}</div><div>\makeindex</div><div><br></div><div>\makeatletter</div><div>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.</div>
<div>\usepackage{tocloft}</div><div>\usepackage{fancyhdr}</div><div>\usepackage{ifpdf}</div><div>\usepackage[unicode=true, pdfusetitle,  bookmarks=true,bookmarksnumbered=false,bookmarksopen=true,bookmarksopenlevel=1,  breaklinks=true,pdfborder={0 0 0},backref=false,colorlinks=false] {hyperref}</div>
<div>\renewcommand{\cftchapleader}{\cftdotfill{\cftsecdotsep}}</div><div>\cftsetindents{chapter}{0em}{3em}</div><div>%\addtocontents{toc}</div><div><br></div><div>\usepackage{fontspec}</div><div><br></div><div>\usepackage{xunicode}</div>
<div>\usepackage{xltxtra}</div><div>\setmainfont{Century Schoolbook L}</div><div><br></div><div>\usepackage{xeindex} %</div><div>\IndexList{xeindexList}</div><div>{Clinical Trial Research}</div><div><br></div><div>\let\myIndex\theindex\renewcommand{\theindex}{\cleardoublepage\myIndex\phantomsection\addcontentsline{toc}{chapter}{\indexname}}</div>
<div><br></div><div><br></div><div>\usepackage{babel}</div><div>\makeatother</div><div>\begin{document}</div><div>\frontmatter\thispagestyle{empty}</div><div><br></div><div><br></div><div>\title{Acute Coronary Syndrome for the Healthcare Professional}</div>
<div><br></div><div><br></div><div>\author{Published by:  Inform Editions}</div><div><br></div><div><br></div><div>\date{02/14/2011}</div><div><br></div><div>\maketitle</div><div>\begin{center}</div><div><br></div><div>\renewcommand\contentsname{Table of Contents}</div>
<div><br></div><div>\tableofcontents{}</div><div><br></div><div>\end{center}</div><div><br></div><div>\mainmatter</div></div><div><div>\begin{sloppy}</div><div><br></div><div><br></div><div>\chapter{Clinical Trials}</div>
<div><br></div><div>\section*{Resverlogix Activates First Site for ASSURE 1 Clinical Trial}</div><div><br></div><div>\end{sloppy}</div><div><br></div><div>\printindex{}</div><div>\end{document}</div></div><div><br></div>