LyX ⇒ Citation for numbered formula
-
- Posts: 1
- Joined: Fri Dec 23, 2011 10:19 am
Citation for numbered formula
i'd like to insert a citation for a numbered formula. But how do I make this citation correkt?
If I add a citation after the formula, its displayed under the formula after printing. And inserting a citation in a formula is not possible.
Thanks for any help.
regards wewa
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Citation for numbered formula
welcome to the board!
You could insert the citation by \text{...} into the equation, if you load amsmath.
Stefan
Citation for numbered formula
You could insert \cite{...} into the equation.
a.e: @INPROCEEDINGS{Azuma97,
title = {A Survey of Augmented Reality},
author = {Ronald T. Azuma},
year = {1997},
address = {Malibu},
keywords = {Augmented Reality AR}
}
result: Best regards,
Mox
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Citation for numbered formula
If you simply add the citation to your accompanying text, the equation will look just right.