| bio | website | gandrusz.blogspot.com |
|---|---|---|
| location | London, United Kingdom | |
| age | 33 | |
| visits | member for | 2 years, 3 months |
| seen | May 16 at 11:33 | |
| stats | profile views | 28 |
PhD Student in financial mathematics
|
Mar 8 |
comment |
Date of file creation how can I use this stuff to just get the date, without any extra boxes, newlines, etc? I tried \getfiledate[notime,datecolor=black,putprefix=false]{animalEstimation.tex} but it creates some nasty new lines (this is inside the \date{} tag) |
|
Dec 12 |
comment |
Sorted list of publications in moderncv from bibtex Hi, I pasted the example to the end of the question, as it is rather big. Thanks for looking again! |
|
Dec 12 |
comment |
Sorted list of publications in moderncv from bibtex Yes, I have checked the bbl file and it is missing the closing }. After adding it pdflatex works fine, so this is the obvious problem. I will create a minimal example. |
|
Dec 11 |
comment |
Sorted list of publications in moderncv from bibtex Another issue I just noticed: the total number of pages is wrong when the publication list overflows to a new page, e.g. I have 3 pages, but on the last page it says page 3/2 |
|
Dec 11 |
comment |
Sorted list of publications in moderncv from bibtex Looks like my function for INPROCEEDINGS doesn't end the curly braces (this is the oldest entry). The function is as follows: FUNCTION {inproceedings}
{ output.bibitem
"{" write$
format.authors "author" output.check
format.title "title" output.check
format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
format.pages output
address empty$
{ organization output
publisher output
}
{ address output.nonnull
organization output
publisher output
}
if$
fin.entry
"}" write$
} |
|
Dec 11 |
comment |
Sorted list of publications in moderncv from bibtex Hi, it would be easier if I could debug it myself. Otherwise I will bother you with each and every detail all the time :) |
|
Dec 11 |
comment |
Sorted list of publications in moderncv from bibtex Thanks for your answer! I am trying to implement is now, but I am getting the error: (./Grzegorz Andruszkiewicz CV.bbl)
Runaway argument?
{Grzegorz Andruszkiewicz, Krzysztof Ciebiera, Marcin Gozdalik, Cezary\ETC.
! File ended while scanning use of \\cvitem.
<inserted text>
\par
l.138 \bibliography{../bib/andruszkiewicz}. How do I debug this? |
|
Dec 7 |
comment |
Sorted list of publications in moderncv from bibtex @ChristianClason, thanks for the pointer. I am using the style that doesn't seem to be supported by koma version :( |
|
Dec 7 |
comment |
How to make a bib entry appear also in the main document Is it possible to use this with natbib? |
|
Mar 2 |
comment |
Centering caption under a table @barbarabeeton, I use \documentclass[smallextended,natbib]{svjour3}. |
|
Oct 14 |
comment |
Where can I get siamltex document class from in Debian Linux? @MikeRenfro, thanks for your answer. If you paste it as a proper answer I will accept it. Could you also paste where is my personal texmf tree id Debian (for completeness)? |
|
Sep 15 |
comment |
Using ampersand symbols (&) instead of the word “and” for bibliography style apa I get the error Package biblatex Error: Style 'apa' not found. if I try the second method. Can I put the modified sty file somewhere locally in the first method? |
|
Sep 15 |
comment |
Using ampersand symbols (&) instead of the word “and” for bibliography style apa @Gonzalo, I would like it to appear everywhere consistently. However, if it is considerably easier to get it in citations only than I can start with that. |
|
Feb 4 |
comment |
Inlining BibTeX bibliography in LaTeX file BibTex doesn't seem to understand filecontents, it reports I couldn't open database file ir.bib |
|
Feb 4 |
comment |
Inlining BibTeX bibliography in LaTeX file @Joseph, is it possible to add this content at the end of the file (an not at the beginning)? That's where bibliography usually goes anyway... |
|
Feb 4 |
comment |
Inlining BibTeX bibliography in LaTeX file I was thinking about this (I am using mercurial just for myself), but it seems a bit too complicated to set up just to write 20 page long paper with this person. I agree its the best solution if we decide to work together on more projects. |
|
Mar 21 |
comment |
Entering Unicode characters in LaTeX \usepackage[utf8]{inputenc} worked for me, cheers |