Re: example_raw.lyx

2011-01-05 Thread Paul Rubin
Charles gmail.com> writes: > > I’m just starting and in one of the first paragraphs under creating my first document in the tutorial, there is an example file: example_raw.lyx. > How do I find this file? Try File > Open, and click the Examples button in the dialog. /Paul

Re: Problems using XY-pic

2011-01-08 Thread Paul Rubin
eferences > Look & Feel > Screen fonts dialog and fiddle with the zoom setting. HTH, Paul

Re: hyperref to pdf: path format?

2011-01-10 Thread Paul Rubin
I'm not on a Windows machine at the moment, so I can't test this, but the correct format for file links in general is file:/// You might try inserting the forward slashes after "file:". /Paul

Re: LyX 1.6.8: pdf-Export

2011-01-10 Thread Paul Rubin
images from the LyX file (possibly just substitute their names, in text). Cheers, Paul

Re: AW: hyperref to pdf: path format?

2011-01-10 Thread Paul Rubin
Try converting the backslashes to forward slashes. There's a relevant Wikipedia entry at https://secure.wikimedia.org/wikipedia/en/wiki/File_URI_scheme#Windows. /Paul

Re: LyX 1.6.8: Stichwortverzeichnis

2011-01-10 Thread Paul Rubin
es correctly for me. If hyperref support is turned on and the preamble line \usepackage[ngerman]{babel} is commented out, it also compiles. The problem appears to be hyperref loading the babel package a second time, with conflicting options. /Paul

Re: Standard converter scheme!

2011-01-11 Thread Paul Rubin
o that tikz images can be output as EPS using pdflatex to compile them)? /Paul

Re: Standard converter scheme!

2011-01-11 Thread Paul Rubin
Sören Höckner gmx.de> writes: > Is that a normal buggy behaviour of lyx or may something misconfigured on > my system. I'm using lyx-2.0.0_beta3 > That I can't answer (I haven't tried the 2.0 beta yet).

Re: math mode in program listing

2011-01-12 Thread Paul Rubin
t; } > > Right click on the listing, click Settings..., go to the Advanced tab, and enter mathescape=true in the right-hand box. /Paul

Re: Warning from lyx-users@lists.lyx.org

2011-01-15 Thread Paul Sutton
i know the above was a admin message the reason for the bounces is issues with the hosting server over the past 2 weeks. Everything should be working from now on. paul

Re: Can't create a pdf when the document contains a pdf in a mounted drive

2011-01-20 Thread Paul Rubin
thumb drive (mounted of course under /media) and had no problem, but we should at least eliminate the possibility. /Paul

hundreds of listings, 4 custom types.

2011-01-20 Thread Paul Johnson
tings? It is not absolutely vital for me to do this with Sweavel in particular, but it does already provide the customized listings setup to do what I want. Schunk and Sinput are new environments in Sweavel, to save you trouble of looking at full attached style file, here's the meat: \ne

Re: PDF (pdflatex) View Missing

2011-01-21 Thread Paul Rubin
gh... > Does Tools > Preferences... > File Handling > Converters have an entry for LaTeX (pdflatex) -> PDF (pdflatex), and does it look correct? /Paul

Re: Can't create a pdf when the document contains a pdf in a mounted drive

2011-01-24 Thread Paul Rubin
Clara Anton Fernandez mtu.edu> writes: I can confirm the behavior on a Samba share at my office. So far, I can't find what's blocking the file copy, but I'll try to dig a bit deeper. /Paul

Re: PDF (pdflatex) View Missing

2011-01-24 Thread Paul Rubin
seen reports of odd or inexplicable problems that persisted until the user directory was regenerated (although I think those were mainly if not exclusively on Windows). /Paul

Re: Summation

2011-01-24 Thread Paul Rubin
e math toolbar, after clicking the sigma button, use the subscript and superscript buttons (toward the left of the toolbar). Be sure to exit the subscript (or superscript, whichever you use first) before starting the other one. /Paul

Re: Making paragraphs stick together

2011-01-25 Thread Paul Rubin
You might take a look at http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopagebrk. This can be one of those "be careful what you wish for" things; it can produce some truly ugly pages. /Paul

Re: Rename "algorithm" to "program listing" – How to get my program listings into my article?

2011-01-26 Thread Paul Rubin
Algorithms, the heading of that will still use the word "algorithm". If you want to mix algorithms and program listings, you'll need to declare a new float class for the program listings and insert the floats using ERT. /Paul

Re: Export image to PDF as JPG, not as EPS

2011-01-27 Thread Paul Rubin
ndows (for instance, using the epstopdf script) and then link the PDF rather than the EPS in your document? /Paul

Re: Lyx 1.6.2 on Win7, PDF won't update

2011-01-27 Thread Paul Rubin
ing for whether LyX wrote the change to the .tex file. If yes, run pdflatex against the .tex file in a command shell and see if it succeeds in updating the PDF file. If one or the other of those steps breaks, maybe that will shed a little light. /Paul

Re: table editing

2011-01-28 Thread Paul Rubin
can't apply uniformly to all rows of the column. > Right-click inside any cell in the column (without selecting the column) and set the justification. It will apply to every cell in the column other than those (if any; there are none by default) that have the "multicolumn" flag set. /Paul

Re: [WINDOWS] Python scripts fail

2011-01-31 Thread Paul Rubin
ortantly, where is your LyX user directory (Help > About LyX > Version, "user directory")? Once upon a time there were problems with running LyX from a Windows roaming profile (home directory on a mapped server); I don't know if that's still an issue. /Paul

Re: missing feature: footnote in caption

2011-02-05 Thread Paul Rubin
ootnote. b) In the body of the document (outside the float), insert (in ERT) \footnotetext[n]{the text of the footnote}, using of course the same number n. /Paul

Re: Algorithms and images

2011-02-07 Thread Paul Rubin
ot; setting alining to center but I did not get it. Did you put the cursor inside the float but outside the caption, and then set the paragraph alignment to center? People have been known to have the cursor inside the caption, or outside the float, while doing this. /Paul

Re: Ubuntu 10.10 - Unsuccessful installation

2011-02-11 Thread Paul Johnson
ake >> lyxbuild.txt 2>&1 $ make install >> lyxbuild.txt 2>&1 pj -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas

Re: Including SAS output in latex

2011-02-12 Thread Paul Johnson
{{$R^{2}$}}2{^}{{$^{\scriptstyle\wedge}$}}1{R-squared}{{$R^{2}$}}2,% frame=single,framerule=0.2pt,framesep=1pt,basicstyle=\Routcolor\Sweavesize,% backgroundcolor=\Routbackground} \lstnewenvironment{Sinput}{\lstset{style=Rstyle}}{} \lstnewenvironment{Scode}{\lstset{style=Rstyle}}{} \lstnewenvironmen

Re: frametitlenumber with Beamer

2011-02-15 Thread Paul Rubin
e way like: > > Like this 1 > . > > Like this 2 > > ... > > Like this 3 > > . > > Thanks > > uwe > Beamer automatically adds numbers (Roman) to the title. You can change the numbering style by modifying a template; see page 55 of the Beamer User Guide for instructions. Paul

Re: missing feature: footnote in caption

2011-02-15 Thread Paul Rubin
Jacob web.de> writes: > > Hello, > > thank you Paul for your answering. > I tried this solution. > The problem is the floating into a new page. So it possible that the graphic > (and fotnotemark) is on one page and the footnotetext is on an other. > Is there

Re: LyX + arrows +beamer?

2011-02-21 Thread Paul Rubin
horizontal scrolling for annoyingly wide equations or tables, so editing this thing in the equation editor requires zooming way, way out and using a very powerful magnifying glass. Paul === file begins === #LyX 1.6.7 created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begi

Re: problem

2011-02-22 Thread Paul Rubin
the nested inset. Paul

Re: two theorems right after another

2011-03-10 Thread Paul Rubin
ing changes, there is no "Theorem 2" or something like that. When I hit return again, there is still only one theorem. > In the environment list, look for the "Separator" environment and stick one between the theorems. Paul

Re: strange error with tabular

2011-03-15 Thread Paul Rubin
Does adding \usepackage{array} to the preamble cure it? Paul

Re: strange error with tabular

2011-03-16 Thread Paul Rubin
the user futzes with optional commands for columns, array should be loaded). Paul

Re: url{} package not working

2011-03-17 Thread Paul Rubin
is not being loaded; I suggest you switch out of default margins, which will cure that. The other is that you need either to add the breakurl package (after url) in the preamble, or else delete the url package and (in the PDF properties dialog) turn on hyperref and click the option to break URLs. Paul

Re: Question about Ctrl M inline formula

2011-03-19 Thread Paul Rubin
Does the status bar (bottom of window) say anything when you hit Ctrl-M? Perhaps it was accidentally assigned to something other than inserting an inline formula. Also, it might help to report what OS you're using. Paul

Re: cls file problem, error previewing format

2011-03-20 Thread Paul Rubin
rse try to view the PDF file (which may yield an error message from the viewer, or perhaps the operating system). Paul

Re: LyX Promotion - use outside academia

2011-03-22 Thread Paul Sutton
ing to organize such an > endeavor for LyX? It might provide a great way for less code savvy types to > contribute to the project. > > Cheers, > > Rob Not sure if this helps but I produce my local rugby clubs newsletter in LyX and include some LaTeX for some of the formatting

Re: LyX Promotion

2011-03-22 Thread Paul Sutton
you use LyX when does this stop and LaTeX takes over or perhaps the other way round. something to think about Paul

Re: tutorials / slides for seminars or workshops (was: 'Re: LyX Promotion')

2011-03-22 Thread Paul Sutton
perhaps if your course did the same but using LyX and you are able to collaborate it would be a useful for people going from one to the other or using both, http://uk.tug.org/ Hope this helps Paul Sutton -- Paul Sutton Cert SLPS (Open) http://www.zleap.net Easter Fest 2011 - Music and pr

Re: Howto put itemize inside beamer block

2011-03-23 Thread Paul Rubin
drfridolin gmail.com> writes: > > yes, but what is the Mac Os X equivalent for (M-S-right arrow)? > Check the menu (Edit > Increase list depth) and see if it gives the shortcut. Paul

Re: Beamer presentation template

2011-03-25 Thread Paul Rubin
it. Once it's installed, start LyX, reconfigure (Tools menu), and then restart LyX. You should be able to create Beamer docs. Paul

Re: No spaces when creating pdf from lyx

2011-03-26 Thread Paul Rubin
here are spaces between the words. Then run pdflatex against it (in a command window) and see if the same problem occurs. Paul

contrast of pdf files

2011-03-28 Thread Paul Sutton
back ground colour of the pdf file so its slightly off white, which could make it easier to read. thanks, Paul -- Paul Sutton Cert SLPS (Open) http://www.zleap.net Saturday 2nd April 2011 - Linux user group meeting, Shoreline Bar and Restaurant, Paignton Seafront, from 14:30 if you drop in

Re: LYX software query

2011-03-28 Thread Paul Rubin
LyX installer goes looking for those classes or styles, MiKTeX asks me for permission to download them and I say no. For things I think I might need, I say yes. The installation process is then relatively painless. The "no" decisions can always be revisited (use the package manager to install a missing package, then reconfigure LyX). Paul

Re: increase arrow length and annotate objects in XYpic

2011-04-10 Thread Paul Rubin
hink) is to make each node a 2x1 array. Does this do what you want? \xymatrix{*++[F]{\begin{array}{c} [1,2,3]\\ A\end{array}}\ar@{-}[rrr]{(0,0),(1,1)} & & & *++[F]{\begin{array}{c} [4,5,6]\\ B\end{array}}} Paul

vertical bar for evaluating indefinate integrals?

2011-04-19 Thread Paul Elliott
In lyx, how does one make the vertical bar or line that indicates evaluation of an indefinite integral at 2 endpoints to calculate a definite integral? I would think it should be a big op since integration is, but I could not find it on that menu. -- Paul Elliott

Re: How?

2011-04-19 Thread Paul Elliott
final X. Its the only way an can approximate how these final X words should be pronounced?? -- Paul Elliott 1(512)837-1096 pelli...@blackpatchpanel.com PMB 181, 11900 Metric Blvd Suite J http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117

Re: windows unattended install flags/switches

2011-04-21 Thread Paul Rubin
pick a repository for the first package. Someone else on the list may know. Personally, I go with "ignore" mode when I update LyX. The only danger would be if MiKTeX did not have an absolutely essential document class installed. (For instance, some of the help files use KOMA book, so you'll need that.) HTH, Paul

Re: super-/subscript Lyx-function name for bindfile

2011-04-21 Thread Paul Rubin
Sean Wendt gmail.com> writes: Try binding the following to a key combo of your choice: "command-sequence ert-insert; self-insert \textsubscript{; char-forward; ert-insert; self-insert }; char-backward; char-backward;" Paul

Re: super-/subscript Lyx-function name for bindfile

2011-04-22 Thread Paul Rubin
ngle char-forward for the "selection" version (I'm guessing there's no reason to put the cursor inside the selection). Paul

Re: super-/subscript Lyx-function name for bindfile

2011-04-23 Thread Paul Rubin
True. I'm on 1.6.x (2.0 requires multiple library upgrades on my Linux systems, so it's awaiting my next major Linux upgrade). Sean apparently is on 2.0, though, so it would seem easier for him to bind the new LFUNs. Paul

Bug with label and multiline

2011-04-27 Thread Paul Smith
onsent? LyX presumes that the label is duplicated, but it is not in fact the case, it seems to me. I am using lyx-2.0.0-0.21.rc3.fc14.x86_64. Thanks in advance, Paul

Re: Page numbering

2011-04-28 Thread Paul Rubin
The default for article (paper) has headers containing section titles (if any) and page numbers, with the page number in the upper right of the page (except for page 1). Are you not getting the page numbers in the upper right corner? If not, are you at least getting the rest of the header? Paul

Re: xcolor help

2011-05-04 Thread Paul Rubin
ument, but the source document should be checked first.) Paul

Re: problems with table width. How to modify its dimensions?

2011-05-05 Thread Paul Rubin
, that requires inserting raw LaTeX code (ERT) on either side of the table. I suspect that is also true in 2.0 but I'm not positive. Paul

Re: ANNOUNCE: LyX version 2.0.0 is released

2011-05-08 Thread Paul Smith
On Sun, May 8, 2011 at 10:39 AM, Murat Yildizoglu wrote: > Thanks a lot to the team for this new version of this beautiful software! > Congratulations for your efficiency and creativity! > A happy Lyxer ;-) I second Murat's words! Congratulations! Paul

Re: caption in listings

2011-05-09 Thread Paul Rubin
ike problem with lstlisting package? > Guess so. It might be worth posting a minimal example, in case it works on some platforms but not others, or it's a version issue, or some such silliness. Paul

Re: how to separate pdf file?

2011-05-10 Thread Paul Smith
Hope this helps you, Paul

Advanced Find and Replace

2011-05-13 Thread Paul Smith
t features are missing in this new "Find & Replace (Adavnced)" tool: 1. search for formatted text (e.g., search for a piece of text in bold); 2. search only in user-selected pieces of the document. Do you agree with me? (I am using lyx-2.0.0-0.21.rc3.fc14.x86_64.) Thanks in advance, Paul

Re: Advanced Find and Replace

2011-05-13 Thread Paul Smith
On Fri, May 13, 2011 at 10:58 AM, Paul Smith wrote: > I would like first to congratulate the LyX team for the stupendous > program that they have developed for us -- LyX. In particular, I would > like to express my gratitude regarding the great tool "Find & Replace > (Advance

Re: Borders disappear from multi-row cells

2011-05-14 Thread Paul Rubin
he bug. Nothing needs to be done to Francesco's file. The bottom border of the merged cell does not appear in the LaTeX output. I would expect \hline after the second row of the table, but the LaTeX output from LyX has \cline covering only the second and third columns. (I was using LyX 2.0 rc1 for this.) Paul

Re: Undefined control sequence

2011-05-18 Thread Paul Rubin
ible that something is borked in your .bib file (such as a character with a funny encoding, or a malformed record). Does the LaTeX log file give any indication what is wrong? Paul

Re: logo on front slide of beamer presentation

2011-05-23 Thread Paul Rubin
Marit Elisabeth Klemetsen gmail.com> writes: > > Do I need to install pgf? I hope I can avoid this. Yes, you will need to install the PGF LaTeX package. Paul

Re: page numbering question

2011-05-23 Thread Paul Rubin
quot;fancy" (Document > Settings... > Page Layout > Headings style) and add the following to the preamble of your document: \usepackage{mboxfill} \cfoot{\mboxfill[2\width][c]{-}\thepage\mboxfill[2\width][c]{-}} Paul

Re: bug in nested case environment?

2011-06-01 Thread Paul Rubin
It's a bug -- or at least undesired behavior. Don't have a fix off-hand, but if nobody beats me to it, I'll try to find one. Paul

Re: bug in nested case environment?

2011-06-03 Thread Paul Rubin
Ernesto, I have hacked versions of the theorem layouts that I think fix the problem (allowing you to nest up to four levels of Case environments). If you write me at rubin msu edu and tell me which version of LyX you use, I'll send you the corresponding files and you can give them a try. Paul

Re: Just getting started

2011-06-10 Thread Paul Rubin
ws, look for the examples folder under the LyX installation directory (usually C:\Program Files\lyx, I think). On a Mac, try the Finder or ask Steve Jobs. :-) Paul

Re: Adding a logo to beamer presentation

2011-06-15 Thread Paul Rubin
bly faster than cobbling together a new one, assuming you're happy with most of what the existing theme does. Paul

Re: Where to report Errors…

2011-06-18 Thread Paul Rubin
jezZiFeR googlemail.com> writes: > I could not find where to report it in the introduction, could you > please tell me? The bug tracker is at http://www.lyx.org/trac/wiki/BugTrackerHome. (As I type this, lyx.org is unresponsive, but hopefully it will return from its coffee break soon.) Paul

Image PDF output rescalling issues

2011-06-22 Thread Paul Titze
ightly blurred because of the rescaling. Cheers, Paul Titze. http://wizlab.com/marine http://captaininterstellar.blogspot.com

Re: no classes available after installation of 1.6.10 and 2.0.0-3

2011-06-22 Thread Paul Rubin
in the past) gave LyX fits. Moving the Cygwin bin directory after the MiKTeX bin directory cured the problem. Matthias, is one of the MiKTeX bin directories the first directory encountered on your system path that contains a latex.exe file? Paul

Re: no classes available after installation of 1.6.10 and 2.0.0-3

2011-06-24 Thread Paul Rubin
I you have modified any bind or layout files, you might want to back those up first, but if this is an out-of-the-box LyX installation there is nothing there you need to worry about. Paul

Re: Image PDF output rescalling issues

2011-06-24 Thread Paul Rubin
Can you post a minimal example (single page document, one image), including the image file, here? That would help to sort out what you're seeing. Paul

Re: Can't convert

2011-06-24 Thread Paul Rubin
'kpsewhich article.cls', do you get a path to the article class file? Paul

Re: Empty output file?

2011-06-24 Thread Paul Rubin
LaTeX Log and see if there are error messages (click the Next Error button if it is active). Paul

Re: full the page vertically

2011-06-24 Thread Paul Rubin
Insert '\vspace*{\fill}' in ERT (ctrl-L or Insert > TeX Code) on both sides of the image. Paul

Re: Can't convert

2011-06-25 Thread Paul Rubin
vious comes to mind, and your symptoms seem to have changed a bit along the way. A working installation suddenly breaking sometimes happens when something unrelated to LyX screws with MiKTeX, but that does not seem to have happened to you. Paul On 06/25/2011 02:31 PM, William Hanson wrote:

Re: Indent picture (only)

2011-06-25 Thread Paul Rubin
argin, or outside margin (i.e., picture intrudes into left margin)? Paul

Re: Indent picture (only)

2011-06-26 Thread Paul Rubin
d insert a negative number in the Value field; then click Ok. Paul

Re: no classes available after installation of 1.6.10 and 2.0.0-3

2011-06-29 Thread Paul Rubin
have we looked at your configuration log for 2.0.0? Paul

Re: Can't convert

2011-06-29 Thread Paul Rubin
On 06/29/2011 02:35 PM, William Hanson wrote: Richard, Paul, LyX Users, It's been over a week since I've been able to convert to finished text in either LyX 1.6.7 or 2.0.0 (using DVI or View). I've received many suggestions, for which I am grateful, but nothing has worked.

Re: Noun (smallcaps) in Section title

2011-06-29 Thread Paul Rubin
ble: \usepackage{titlesec} \titleformat*{\section}{\bfseries\sc} That will put section titles in small caps, but they will not be bold face. Paul

Re: Install lyx 2 in windows with 1.6.10

2011-07-08 Thread Paul Rubin
an XP box for a while. > If it is possible, which lyx 2 installer that I can use. I used the standard installer for 2.0, but I suspect either will work. Paul

Re: # in URL cause compiling to hang

2011-07-09 Thread Paul Rubin
that may avoid whatever caused the error message. Paul

Re: changing top margin for one page only

2011-07-09 Thread Paul Rubin
units). If the minipages are in a float, this goes inside the float. Paul

Re: upgrade but keep customized stationery

2011-07-09 Thread Paul Rubin
ne, save it and test to see if spell-checking in LyX 2.0 now recognizes words you added in 1.6. Paul

Difference between 'LyX note' and 'comment'

2011-07-15 Thread Paul Smith
Dear All, Could you please tell me the difference between 'LyX note' and 'comment'? Thanks in advance, Paul

Re: Difference between 'LyX note' and 'comment'

2011-07-15 Thread Paul Smith
On Fri, Jul 15, 2011 at 1:57 PM, Liviu Andronic wrote: > On Fri, Jul 15, 2011 at 2:45 PM, Paul Smith wrote: >> Could you please tell me the difference between 'LyX note' and 'comment'? >> > Help > User's Guide > Section 4.1. Thanks, Liviu. Paul

Re: textpos in lyx

2011-07-19 Thread Paul Rubin
I tried this and the image appeared to be centered horizontally. If you are still having a problem with it, perhaps you can post a minimal example that demonstrates the problem. Paul

Re: LyX causes Acrobat Reader Freeze (?)

2011-07-21 Thread Paul Rubin
(the bug occurs on a box with a 64 bit version of the OS and four cores). Paul

Re: Instant preview with tikz?

2011-07-25 Thread Paul Rubin
? (instant preview is enabled in the settings.) It previews properly for me (also LyX 2.0.0, on Linux Mint). Does an ordinary math formula preview for you (to verify that you have the preview style installed and preview in general works)? Paul

Re: How to find classes and styles Install of texlive installed in $HOME?

2011-07-28 Thread Paul Rubin
h and mktexlsr commands (I believe texhash is just an alias for mktexlsr) update that database by adding files in or underneath the directory in which the command is run. I'm not positive, but I think they also remove from the database any previously added directories that no longer exist. Paul

Re: Adding a custom class template

2011-08-01 Thread Paul Rubin
1) what name did you give to the layout file; and (2) what is the second line of the layout file (should contain \DeclareLaTeXClass)? Paul

Re: Changing height of certain rows in a table

2011-08-01 Thread Paul Rubin
ChiPro gmail.com> writes: > > Hi, > > how does one change the height of a given row (over multiple columns) > in a table > (i.e. without changing the height for any other row)? > > Thanks. > > Help > Embedded Objects section 2.12.1. Paul

Re: Problem with optional arguments on macros

2011-08-01 Thread Paul Rubin
Your test file compiled correctly for me every time I tried (multiple tries within one LyX session, multiple LyX sessions, exported to .tex and compiled outside LyX). Paul

Re: beamer handouts?

2011-08-06 Thread Paul Rubin
that is the only > thing that i need to do. Put the .sty file in ~/texmf/tex/latex/beamer (create the directory if necessary). Open a terminal there and run 'texhash'. Then add the usepackage command to the preamble of your LyX presentation and you should be good to go. Paul

Re: changing counter in enumeration environment

2011-08-08 Thread Paul Rubin
tomizable Lists module, which allows you to do this the enumitem way. Definitely the preferred route for an interrupted enumeration. Paul

Re: Error reading theorem modules.

2011-08-08 Thread Paul Rubin
orem modules. I deleted those, reconfigured LyX and the module is now working. So you might check there. Paul

Re: Can't export in PDF

2011-08-11 Thread Paul Rubin
t; I also have an error from the conversion from bmp(or jpg) to eps, but I should > look on the web to find how to solve this one. Do you have ImageMagick installed? LyX relies on ImageMagick to convert among graphics formats. It also needs Ghostscript installed (IM uses GS when the conversions involve PS, EPS or PDF files). Paul

Show all authors when citing BibTeX entry

2011-08-17 Thread Paul Smith
) ? Thanks in advance, Paul

<    3   4   5   6   7   8   9   10   11   12   >