Endnote numbers marked with an asterisk

2024-04-29 Thread Andreas Plihal via lyx-users
Hi,   This works very well, thank you very much!!   But with eating comes appetite (): What do I have to do to add a small space or comma between multiple footnote numbers, between multiple endnote numbers, or footnote and endnote numbers? The reason for this is that the reader does not

Re: Endnote numbers marked with an asterisk

2024-04-29 Thread Herbert Voss
umber, but after the endnote number? write into the preamble \def\enmarkstyle{*} use instead \renewcommand\theendnote{\arabic{endnote}*} Herbert -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Endnote numbers marked with an asterisk

2024-04-28 Thread Andreas Plihal via lyx-users
Hi,   Thank you very much for theadvice - it works very well!   Now I have two more questions: How do I make sure that the star also appears in the list of endnotes?   And how do I make sure that the star doesn't appear before the number, but after the endnote number? An

Re: Endnote numbers marked with an asterisk

2024-04-27 Thread Herbert Voss
Am 27.04.24 um 11:53 schrieb Andreas Plihal via lyx-users: I use both footnotes and endnotes in my KOMA Script book. If I don't intervene, both will be numbered the same way. Unfortunately, the reader cannot judge from its appearance alone whether it is a footnote or an endnote. I wa

Endnote numbers marked with an asterisk

2024-04-27 Thread Andreas Plihal via lyx-users
Hi dear LyX community,   I use both footnotes and endnotes in my KOMA Script book. If I don't intervene, both will be numbered the same way. Unfortunately, the reader cannot judge from its appearance alone whether it is a footnote or an endnote. I want to mark the footnotes as tradit

Re: Placing a citation in an endnote.

2023-12-02 Thread Steve Litt
John Kane said on Fri, 1 Dec 2023 11:15:33 -0500 >Rmardown uses pandoc to convert from Rmarkdown to pdf. I thought that >this should fairly easy to do in LyX or LaTeX but it does not seem so. Eeeew, Pandoc. I'm still trying to develop the Stylz write once, deploy everywhere, fast and easy a

Placing a citation in an endnote.

2023-12-01 Thread John Kane
thought that this should fairly easy to do in LyX or LaTeX but it does not seem so. If I add \usepackage{endnotes} \let\footnote=\endnote to the LaTeX preamble I lose the footnote and citation but still get the endnote indicator. I have attached a MWE and sample bib file. Any suggestions would be very

Re: Endnote missing?

2013-04-19 Thread Richard Heck
On 04/19/2013 12:41 PM, John Kane wrote: I am just playing around with LyX and tried to change a footnote to an endnote in a report class document using the commands \usepackage{endnotes} \let\footnote=\endnote It seems that the endnote disappears. It works fine in article class. Any

Endnote missing?

2013-04-19 Thread John Kane
I am just playing around with LyX and tried to change a footnote to an endnote in a report class document using the commands \usepackage{endnotes} \let\footnote=\endnote It seems that the endnote disappears. It works fine in article class. Any suggestions on what I am doing wrong? On a

Re: EndNote X1 BibTeX output and LyX

2013-03-18 Thread Wolfgang Engelmann
Am Sonntag, 17. März 2013, 07:34:37 schrieb kseeful: > Thank you Jeremy! Still a very helpful post! (: > > > Jeremy M. Kritt wrote > > > Dear Ed: > > > > Your problem is easy to solve. Be not afraid! You need to add a label > > to each reference in End

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,

Re: Endnote number size/position

2013-02-06 Thread Maria Gouskova
: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 >>

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

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

Re: href for footnote / endnote (Solved)

2012-11-16 Thread Andreas Paeffgen
. Ok, the order of the packages is wrong. You can not use the modules "endnotes", "footnote to endnote", but you have to insert in the preamble the following commands. \usepackage{endnotes} \usepackage{hyperendnotes} \let\footnote=\endnote Then everything works as expected. T

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

Re: href for footnote / endnote

2012-11-14 Thread PhilipPirrip
On 11/13/2012 10:05 PM, Andreas Paeffgen wrote: Any hint/ suggestion would be appreciated. Export LaTeX from LyX and compare with the file that works. It is probably something about the order in which the packages (commands) are called.

Re: href for footnote / endnote

2012-11-13 Thread Charlie
On Tue, 13 Nov 2012 22:05:53 +0100 "Andreas Paeffgen oege...@gmail.com" suggested this: >> If one tries to google for "hyperref endnotes clickable" he will find >> some solutions. There's also a hyperendnotes.sty that some say >> works. > >[test.lyx application/octet-str

Re: href for footnote / endnote

2012-11-13 Thread Andreas Paeffgen
On 2012-11-12 07:39:23 +, PhilipPirrip said: If one tries to google for "hyperref endnotes clickable" he will find some solutions. There's also a hyperendnotes.sty that some say works. test.lyx Description: Binary data test.tex Description: Binary data error.log Description: Binary d

Re: href for footnote / endnote

2012-11-11 Thread PhilipPirrip
If one tries to google for "hyperref endnotes clickable" he will find some solutions. There's also a hyperendnotes.sty that some say works.

Re: href for footnote / endnote

2012-11-11 Thread Richard Heck
example are clickable even without using labels. What version of LyX are you using. Can you upload your minimal example that does (not) work. i attached one example with modifications to the labels (deleted) and my configuration: module footnote to endnote and documenttyp koma_book. Also is your

Re: href for footnote / endnote

2012-11-09 Thread Andreas Paeffgen
. What version of LyX are you using. Can you upload your minimal example that does (not) work. i attached one example with modifications to the labels (deleted) and my configuration: module footnote to endnote and documenttyp koma_book. Also is your example attached, where only the module

Re: href for footnote / endnote

2012-11-09 Thread PhilipPirrip
On 11/09/2012 04:05 PM, Andreas Paeffgen wrote: Hi Philip, that works, but i do not want to insert manual labels and references. I just want the footnotes to be klickable. The footnotes in my example are clickable even without using labels. What version of LyX are you using. Can you upload your

Re: href for footnote / endnote

2012-11-09 Thread Richard Heck
On 11/09/2012 10:05 AM, Andreas Paeffgen wrote: On 2012-11-09 14:43:45 +, PhilipPirrip said: Does the attached example work for you? Hi Philip, that works, but i do not want to insert manual labels and references. I just want the footnotes to be klickable. In a printed document it doe

Re: href for footnote / endnote

2012-11-09 Thread Andreas Paeffgen
On 2012-11-09 14:43:45 +, PhilipPirrip said: Does the attached example work for you? Hi Philip, that works, but i do not want to insert manual labels and references. I just want the footnotes to be klickable. In a printed document it does not mater, but in a ebook /pdf it is more comfo

Re: href for footnote / endnote

2012-11-09 Thread PhilipPirrip
Does the attached example work for you? hyper_footnote.lyx Description: application/lyx

Re: href for footnote / endnote

2012-11-09 Thread Andreas Paeffgen
On 2012-11-09 14:12:00 +, Richard Heck said: On 11/09/2012 09:03 AM, Andreas Paeffgen wrote: Is there a possibilty to get the footnote / endnote numbers in a pdf document as links? Hyperref does this, I believe. You can turn it on under Document>Settings>PDF Options. rh Than

Re: href for footnote / endnote

2012-11-09 Thread Richard Heck
On 11/09/2012 09:03 AM, Andreas Paeffgen wrote: Is there a possibilty to get the footnote / endnote numbers in a pdf document as links? Hyperref does this, I believe. You can turn it on under Document>Settings>PDF Options. rh

href for footnote / endnote

2012-11-09 Thread Andreas Paeffgen
Is there a possibilty to get the footnote / endnote numbers in a pdf document as links? Is the href package the only one related to links in pdf? Is there an other workaround? Lyx 2.04 on Macos 10.7.4 Thanks for any hints. Best regards Andreas

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

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

Re: how can i put a citation in an ert endnote?

2008-07-23 Thread G. Milde
On 21.07.08, Glen Whitehead wrote: > Dear all, > I'm using LyX 1.5.4 and ERT to insert endnotes. However, I do not seem > able to add citations to an ERT. Please send your suggestions :) Find out the latex code for your citation and insert it as ERT: 1. Open the Source View (View>View Source) 2.

Re: how can i put a citation in an ert endnote?

2008-07-21 Thread rgheck
Glen Whitehead wrote: Dear all, I'm using LyX 1.5.4 and ERT to insert endnotes. However, I do not seem able to add citations to an ERT. Please send your suggestions :) If you're using endnotes RATHER THAN footnotes, there is a much easier system. If you want to use endnotes as well as footn

Re: how can i put a citation in an ert endnote?

2008-07-21 Thread Neil Hepburn
use \cite{reference} within the ert. Also, depending upon the bibliography style and packages installed you can use things like \citename{reference}, \citeyear{reference}. -Neil On 21-Jul-08, at 11:22 AM, Glen Whitehead wrote: Dear all, I'm using LyX 1.5.4 and ERT to insert endnotes. Howe

how can i put a citation in an ert endnote?

2008-07-21 Thread Glen Whitehead
Dear all, I'm using LyX 1.5.4 and ERT to insert endnotes. However, I do not seem able to add citations to an ERT. Please send your suggestions :) Thank you :)

Re: EndNote X1 BibTeX output and LyX

2008-06-08 Thread Ed Sykes
Thank you so much for your awesome advice. It works! now I will just have to get into the habit of putting Labels in for new entries Thanks again! Jeremy M. Kritt wrote: > > Dear Ed: > > Your problem is easy to solve. Be not afraid! You need to add a label to > each refer

Re: EndNote X1 BibTeX output and LyX

2008-06-04 Thread Stefano Franchi
On Tuesday 03 June 2008 11:48:30 pm Jeremy M. Kritt wrote: > It seems that the way one chooses to organize things for export from > Endnote to Bibtex format depends on your system configuration and how your > have your materials organized. Respectfully, I do not believe there is one

Re: EndNote X1 BibTeX output and LyX

2008-06-04 Thread Jeremy M. Kritt
On Wed, Jun 4, 2008 at 10:22 PM, rgheck <[EMAIL PROTECTED]> wrote: > Jeremy M. Kritt wrote: > >> My main point was -- If you are using Endnote as your main database, then >> it >> might be better to create your own label (=Bibtex key) in Endnote >> according &g

Re: EndNote X1 BibTeX output and LyX

2008-06-04 Thread rgheck
Jeremy M. Kritt wrote: My main point was -- If you are using Endnote as your main database, then it might be better to create your own label (=Bibtex key) in Endnote according to a pattern that you can recognize. Hence, my prolific author example in my original post. In the end, however, I think

Re: EndNote X1 BibTeX output and LyX

2008-06-04 Thread Siegfried MEUNIER-GUTTIN-CLUZEL
JabRef is highly customizable as far as the key generation is concerned. The examples given by Jeremy ( Nahm1996 or Nahm1996a ... ) are in fact JabRef's default. You can describe your pattern with markers like [auth:lower] if you want the name of the first author all in lowercase. There are mor

Re: EndNote X1 BibTeX output and LyX

2008-06-04 Thread G. Milde
On 4.06.08, Jeremy M. Kritt wrote: > My main point was -- If you are using Endnote as your main database, then it > might be better to create your own label (=Bibtex key) in Endnote according > to a pattern that you can recognize. Agreed. > The problem with automatic key gener

Re: EndNote X1 BibTeX output and LyX

2008-06-04 Thread Jeremy M. Kritt
My main point was -- If you are using Endnote as your main database, then it might be better to create your own label (=Bibtex key) in Endnote according to a pattern that you can recognize. Hence, my prolific author example in my original post. In the end, however, I think it really depends how

Re: EndNote X1 BibTeX output and LyX

2008-06-03 Thread G. Milde
On 4.06.08, Jeremy M. Kritt wrote: > Although some programs may automatically generate keys, it is advisable (in > my opinion) to create your own keys in order to easily remember what they > refer to. My opinion differs, as I see the benefit of a key/label generated according to a memorizable r

Re: EndNote X1 BibTeX output and LyX

2008-06-03 Thread Jeremy M. Kritt
Ed, Although some programs may automatically generate keys, it is advisable (in my opinion) to create your own keys in order to easily remember what they refer to. I sometimes use Jabref and I have never been able to get the program to automatically generate keys for me. If Endnote is your

Re: EndNote X1 BibTeX output and LyX

2008-06-03 Thread Jeremy M. Kritt
Ed, Although some programs may automatically generate keys, it is advisable (in my opinion) to create your own keys in order to easily remember what they refer to. I sometimes use Jabref and I have never been able to get the program to automatically generate keys for me. If Endnote is your

Re: EndNote X1 BibTeX output and LyX

2008-06-03 Thread Stefano Franchi
On Tuesday 03 June 2008 10:50:01 pm Jeremy M. Kritt wrote: > Dear Ed: > > Your problem is easy to solve. Be not afraid! You need to add a label to > each reference in Endnote; afterwards, export it to a Bibtex file. > > When you enter Endnote, open a reference in your Endno

Re: EndNote X1 BibTeX output and LyX

2008-06-03 Thread Jeremy M. Kritt
Dear Ed: Your problem is easy to solve. Be not afraid! You need to add a label to each reference in Endnote; afterwards, export it to a Bibtex file. When you enter Endnote, open a reference in your Endnote library. Scroll down and you will see a field titled "Label." The label will

EndNote X1 BibTeX output and LyX

2008-06-03 Thread Ed Sykes
Hi, Running: Windows XP, EndNote X1 I'm trying to export from EndNote to BibTeX format using their output style file. The most recent BibTeX output style can be found here: http://www.endnote.com/support/enstyledetail.asp?SORT=0&PAGE=3&METH=0&DISC=none&JOUR=none&BSRT=n

more endnote questions

2007-12-12 Thread William Seager
Hi all. The endheads package does fantastic things for endnotes but it does not let one adjust the format of the endnotes themselves. Ideally, my endnotes should appear with an unindented and unsuperscripted note number followed by the note's text which should be indented, something like this: 1.

Re: Endnote to Jabref to LyX

2007-08-15 Thread John Kane
A very nice start is Paul Johnson's article http://wiki.lyx.org/uploads/BibTeX/biblioexample.pdf It does not touch on MLA specifically though. --- Jannika Bock <[EMAIL PROTECTED]> wrote: > Thanks for the prompt and helpful replies! > > I managed to transfer my endnot

Endnote to Jabref to LyX

2007-08-15 Thread Jannika Bock
Thanks for the prompt and helpful replies! I managed to transfer my endnote database to Jabref. Now I would like to generate a bibliography in Lyx; it has to be in MLA format. Does anybody know how to do that? Again, I need step-by-step introductions that are geared towards a newbie

Re: EndNote to LyX

2007-08-15 Thread Gerard Ateshian
Jannika, Here is what I suggest for Mac OS X (I have used this successfully in the past). I got part of these instructions on the web but I don't recall where. So I am paraphrasing. 1) Convert your EndNote library to BibTex format. a. Within EndNote, Edit->Output Styles->

Re: EndNote to LyX

2007-08-15 Thread Maria Gouskova
you for your help. I downloaded Jabref, followed your > instructions, and I was able to import my endnote libary into Jabref. > Fantastic! > > Now, however, I am faced with a new problem: how do I generate a > bibliography of all entries in MLA format in my lyx file? > > Jannika >

Re: EndNote to LyX

2007-08-15 Thread Fritz Bein
JabRef is quite powerful tool and provides an EndNote import function. It should work on Mac, too, as it is platform independent. Regards, Fritz Am 15.08.2007, 12:33 Uhr, schrieb Ride_Ride_Ride <[EMAIL PROTECTED]>: Hi, Jannika I am using Lyx and bibtex on SUSE Linux. I know little

Re: EndNote to LyX

2007-08-15 Thread Maria Gouskova
Hi, Jannika-- I would also recommend switching to JabRef from Endnote. A few years ago, I migrated from Endnote to JabRef/BibTeX and documented the steps here: http://homepages.nyu.edu/~mg152/downloads/bibtex.html This was the only method that worked for me; the others all screwed up one thing

Re: EndNote to LyX

2007-08-15 Thread Ride_Ride_Ride
Hi, Jannika I am using Lyx and bibtex on SUSE Linux. I know little about endnote, lyx, bibtex on MacOS, so I can't make any suggestions about them. You might use other bibtex tools on Mac. BibDesk http://bibdesk.sourceforge.net/ JabRef (work on JAVA, I'm not sure it can work on M

EndNote to LyX

2007-08-15 Thread Jannika Bock
I'm writing my thesis in LyX 1.5.1. on MAC OS X. I also use EndNote. How do I generate my bibliography from EndNote files in LyX? I tried to convert my EndNote files into BibTex, but did not suceed. I am a LyX newbie and not accustomed to programming and the like. I need an ea

Re: EndNote in Lyx Win32

2004-04-07 Thread Ronald Florence
Tom Tsuchiya wrote: How can I use endnote in Lyx WIn32. Is it possible? (The reason I need to do this is that I have all my references stored in endnote files and I just cannot start all over again to rebuild similar database.) http://www.unc.edu/~nghoffma/resources/useEndnote.pdf has some

Re: EndNote in Lyx Win32

2004-04-07 Thread Ingar Pareliussen
On Wednesday 07 April 2004 12:19, Tom Tsuchiya wrote: > Hi, just a quick question. How can I use endnote in Lyx WIn32. Is it > possible? (The reason I need to do this is that I have all my references > stored in endnote files and I just cannot start all over again to rebuild > simi

EndNote in Lyx Win32

2004-04-07 Thread Tom Tsuchiya
Hi, just a quick question. How can I use endnote in Lyx WIn32. Is it possible? (The reason I need to do this is that I have all my references stored in endnote files and I just cannot start all over again to rebuild similar database.) Many thanks Tom

RE: Re-import from endnote via JabRef and vim

2004-03-18 Thread Rob S
> load the next database. > I've noticed same, above, behaviour in the Win32 Lyx; But overall I have found Endnote export files to be most unusable without careful filtering prior to export, it is possible though. Most trouble appears to come from when the Abstract is exported.

Re-import from endnote via JabRef and vim

2004-03-18 Thread Rob van Nues
nce' button (and all related citations) first, then insert a 'fresh' one through which I load the next database. To: [EMAIL PROTECTED] Subject: import from endnote via JabRef and vim Using JabRef I managed to import a big database in txt format exported as "Refer Export"

import from endnote via JabRef and vim

2004-03-16 Thread Rob van Nues
Using JabRef I managed to import a big database in txt format exported as "Refer Export" from Endnote7. I had to use the JabRef 'Bibtex-key generator' to get the database recognised as bibtex (and also by Pybliographer). Import in Lyx1.3.4 worked (after I got the Lyx-server going somehow), b

Some hints on using Sixpack with Lyx and to convert Endnote files to bibtex

2001-06-05 Thread Andreas Döring
Exeptionally I don´t have a question, but some hints on using Sixpack with Lyx and converting Endnote files to bibtex: I had the problem to convert a big amount of citations, I already entered in Endnote, to bibtex. The export filter I found at ISI´s Homepage didn´t work, thus I did one by my

Re: endnote

1999-12-09 Thread Allan Rae
On Thu, 9 Dec 1999, Marc Bollmann wrote: > Hi > I have a little problem with my LyX 1.0.4. > I don't need footnotes but endnotes (end of the document). What you need is endnotes.sty. It should be a part of your existing LaTeX installation so just add: \usepackage{endnotes} to the Layo

endnote

1999-12-08 Thread Marc Bollmann
Hi I have a little problem with my LyX 1.0.4. I don't need footnotes but endnotes (end of the document). I could't find anything in the lyxrc-file nor in the LyX HELP-part. I bet it's very simple, but I'm a newby to LyX. TIA Marc