Re: Endnote number size/position

2013-02-06 Thread Julien Rioux
On Wed, Feb 6, 2013 at 8:38 AM, Maria Gouskova  wrote:
> Nope, this still doesn't work--I get the following error (ps2pdf):
>
> LaTeX Error: \makeenmark undefined.
>
> \renewcommand\makeenmark {\theenmark. }
>
> Try typing  to proceed.
> If that doesn't work, type X  to quit.

Works perfectly here, see attached pdf (I removed the \newline to fit
everything on one page). \makeenmark is defined when loading
\usepackage{endnotes}---if it's missing, I can think only of a
mismatch in package version---but \makeenmark is mentioned in the
endnotes documentation, in the changelog entry for 12 January 2003!

Good luck figuring this out!
Regards,
Julien


aendnote_test_file-1.pdf
Description: Adobe PDF document


Re: Endnote number size/position

2013-02-06 Thread Maria Gouskova
Nope, this still doesn't work--I get the following error (ps2pdf):

LaTeX Error: \makeenmark undefined.

\renewcommand\makeenmark {\theenmark. }

Try typing  to proceed.
If that doesn't work, type X  to quit.




On Fri, Jan 18, 2013 at 6:48 PM, Julien Rioux  wrote:
> On 16/12/2012 4:48 PM, Maria Gouskova wrote:
>>
>> On Wed, Nov 14, 2012 at 2:03 PM, Richard Heck  wrote:
>>>
>>> On 10/22/2012 04:19 PM, Maria Gouskova wrote:


 Thanks, Richard--example file attached! It works when everything in
 the preamble is commented out, but the endnote numbers appear as
 superscripts in the Notes section (which is not what I want; I need
 them to be on the main line in normal size, followed by periods and
 then the note text).
>>>
>>>
>>> The right command to change is: \@makeenmark, with the @.
>>
>>
>> (Sorry about the late response!)
>>
>> I replaced the preamble line
>>
>> \renewcommand\makeenmark{\theenmark. }
>>
>> with
>>
>> \renewcommand\@makeenmark{\theenmark. }
>>
>> and the result is an Undefined control sequence error:
>>
>>   \footnote{
>> A footnote/endnote A footnote/endnote A footnote/endnote A
>> fo...
>> The control sequence at the end of the top line
>> of your error message was never \def'ed. If you have
>> misspelled it (e.g., `\hobx'), type `I' and the correct
>> spelling (e.g., `I\hbox'). Otherwise just continue,
>> and I'll forget about whatever was undefined.
>>
>>
>> Maria
>>
>
>
> The attached seems to work for me. Is this what you are after?
>
> Regards,
> Julien


Re: Endnote number size/position

2013-01-18 Thread Julien Rioux

On 16/12/2012 4:48 PM, Maria Gouskova wrote:

On Wed, Nov 14, 2012 at 2:03 PM, Richard Heck  wrote:

On 10/22/2012 04:19 PM, Maria Gouskova wrote:


Thanks, Richard--example file attached! It works when everything in
the preamble is commented out, but the endnote numbers appear as
superscripts in the Notes section (which is not what I want; I need
them to be on the main line in normal size, followed by periods and
then the note text).


The right command to change is: \@makeenmark, with the @.


(Sorry about the late response!)

I replaced the preamble line

\renewcommand\makeenmark{\theenmark. }

with

\renewcommand\@makeenmark{\theenmark. }

and the result is an Undefined control sequence error:

  \footnote{
A footnote/endnote A footnote/endnote A footnote/endnote A fo...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


Maria




The attached seems to work for me. Is this what you are after?

Regards,
Julien


aendnote_test_file-1.lyx
Description: application/lyx


Re: Endnote number size/position

2012-12-16 Thread Maria Gouskova
On Wed, Nov 14, 2012 at 2:03 PM, Richard Heck  wrote:
> On 10/22/2012 04:19 PM, Maria Gouskova wrote:
>>
>> Thanks, Richard--example file attached! It works when everything in
>> the preamble is commented out, but the endnote numbers appear as
>> superscripts in the Notes section (which is not what I want; I need
>> them to be on the main line in normal size, followed by periods and
>> then the note text).
>
> The right command to change is: \@makeenmark, with the @.

(Sorry about the late response!)

I replaced the preamble line

\renewcommand\makeenmark{\theenmark. }

with

\renewcommand\@makeenmark{\theenmark. }

and the result is an Undefined control sequence error:

 \footnote{
   A footnote/endnote A footnote/endnote A footnote/endnote A fo...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


Maria


Re: Endnote number size/position

2012-11-14 Thread Richard Heck

On 10/22/2012 04:19 PM, Maria Gouskova wrote:

Thanks, Richard--example file attached! It works when everything in
the preamble is commented out, but the endnote numbers appear as
superscripts in the Notes section (which is not what I want; I need
them to be on the main line in normal size, followed by periods and
then the note text).

The right command to change is: \@makeenmark, with the @.

Richard



aendnote_test_file-1.lyx
Description: application/lyx


Re: Endnote number size/position

2012-10-22 Thread Maria Gouskova
Thanks, Richard--example file attached! It works when everything in
the preamble is commented out, but the endnote numbers appear as
superscripts in the Notes section (which is not what I want; I need
them to be on the main line in normal size, followed by periods and
then the note text).

Maria

On Fri, Oct 19, 2012 at 11:49 AM, Richard Heck  wrote:
> On 10/16/2012 01:05 PM, Maria Gouskova wrote:
>>
>> Hi LyX users,
>>
>> I have to turn all of my footnotes into endnotes and make their
>> numbers in the endnote section not be superscripts. Like this:
>>
>> Notes
>>
>> 1. The text of the endnote
>>
>> I loaded the Foot to End module, and added the following to the preamble:
>>
>> \usepackage{endnotes}
>> \makeatletter
>> \renewcommand\@makeentext[1]{%
>> \noindent\makebox[0pt][r]{\@theenmark.\space}#1}
>> \makeatother
>
> FootToEnd loads the endnotes package, so you shouldn't need to do so
> yourself.
>
>
>> This is on analogy with the suggestion on this page
>> http://www.latex-community.org/forum/viewtopic.php?f=44&t=5640&p=22079
>> , modified "fn" to "en" according to the endnotes.sty manual--which
>> says \makeentext is available, as is \theenmark. Yet LyX complains
>> that \@makeentext is undefined. I also tried some of the tricks
>> described here,
>>
>> http://compgroups.net/comp.text.tex/style-of-endnotes/1909406
>>
>> like \renewcommand\makeenmark{\theenmark. } in the preamble, and LyX
>> again says that \makeenmark is undefined. What am I doing wrong here?
>
> Can you post a simple example file (handful of lines, few endnotes),
> including what you've tried to do? I can play with it then and try to make
> it work.
>
> rh
>


endnote_test_file.lyx
Description: Binary data


Re: Endnote number size/position

2012-10-19 Thread Richard Heck

On 10/16/2012 01:05 PM, Maria Gouskova wrote:

Hi LyX users,

I have to turn all of my footnotes into endnotes and make their
numbers in the endnote section not be superscripts. Like this:

Notes

1. The text of the endnote

I loaded the Foot to End module, and added the following to the preamble:

\usepackage{endnotes}
\makeatletter
\renewcommand\@makeentext[1]{%
\noindent\makebox[0pt][r]{\@theenmark.\space}#1}
\makeatother
FootToEnd loads the endnotes package, so you shouldn't need to do so 
yourself.



This is on analogy with the suggestion on this page
http://www.latex-community.org/forum/viewtopic.php?f=44&t=5640&p=22079
, modified "fn" to "en" according to the endnotes.sty manual--which
says \makeentext is available, as is \theenmark. Yet LyX complains
that \@makeentext is undefined. I also tried some of the tricks
described here,

http://compgroups.net/comp.text.tex/style-of-endnotes/1909406

like \renewcommand\makeenmark{\theenmark. } in the preamble, and LyX
again says that \makeenmark is undefined. What am I doing wrong here?
Can you post a simple example file (handful of lines, few endnotes), 
including what you've tried to do? I can play with it then and try to 
make it work.


rh