From: Neil S. <sie...@gm...> - 2019-04-14 17:50:14
|
Michael — Can’t you adjust this fomatting detail from within Word? If they ended up as endnotes recognized as such by Word, that ought to be easy. Neil On Sun, Apr 14, 2019 at 8:31 AM Michael Friendly <fri...@yo...> wrote: > I figured out how to map all \footnote to \endnote as required by my > publisher, using the following conditional code for the latex2rtf > conversion. > > % footnotes & endnotes > \iflatextortf > \usepackage{endnotes} > \renewcommand{\theendnote}{\arabic{endnote}} > \let\footnote=\endnote > \newcommand{\FN}[1]{{\endnote{#1}}} > \else > \newcommand{\FN}[1]{{\footnote{\color{blue}#1}}} > \input{inputs/endnotes} > \fi > > Yet, all endnotes appear with roman numerals, like ^{cxxxvii}, numbered > throughout the book. The latex2rtf.log file notes: > > TOGS.tex:18 Incomplete support for package/option 'endnotes' > > But this is a deal breaker -- I cannot use latex2rtf for my purpose. Is > it possible at least to support a style or option to allow arabic > numbers for endnotes? > > thanks, > > -Michael > > > -- > Michael Friendly Email: friendly AT yorku DOT ca > Professor, Psychology Dept. & Chair, ASA Statistical Graphics Section > York University Voice: 416 736-2100 x66249 > 4700 Keele Street Web: http://www.datavis.ca | @datavisFriendly > Toronto, ONT M3J 1P3 CANADA > > > > _______________________________________________ > Latex2rtf-users mailing list > Lat...@li... > https://lists.sourceforge.net/lists/listinfo/latex2rtf-users > -- sie...@gm.... |