| bio | website | timotheepoisot.fr |
|---|---|---|
| location | Rimouski, Canada | |
| age | 25 | |
| visits | member for | 1 year, 6 months |
| seen | Jun 15 at 2:35 | |
| stats | profile views | 43 |
I'm a post-doctoral fellow in community ecology, and have been using LaTeX since the earlier days of my Masters.
|
May 27 |
comment |
Sublime Text 2: Building Parameter with LaTeX You can also have a look at makefiles, and custom makes in sublime text 2. Once you learn how to use them, they become very powerful tools. |
|
Dec 14 |
comment |
Centering \vdots in a sparse matrix with an even number of rows Hello, and welcome! Please post a Minimal Working Example, it will help other work on your problem! |
|
Dec 10 |
comment |
Is there a WYSIWYG editor for biblatex styles? A good inspiration can (perhaps) be found in the visual CSL editor: csleditor.quist.de/csleditor/show/1/example-citation-style |
|
Nov 27 |
comment |
How to debug citations for bibtex? My guess is that you will avoid these problems by using biblatex/biber, which will give you similar abilities as jurabib |
|
Aug 26 |
comment |
Using \addplot+ and \foreach in pgfplot Thanks! This is really simpler than my code... (for some reason, I'm still thinking in C loops, so I'm used to them starting from 0...) |
|
Aug 12 |
comment |
.doc -> latex preserving font I knew Word HTML was messy, but not to this point.... In any case, there you go, you can easily parse the HTML to replace any span with these attributes by a code block. |
|
Aug 10 |
comment |
.doc -> latex preserving font Wouldn't HTML use pre or code? |
|
Aug 10 |
comment |
kpfonts and Computer modern It's always better not to mix fonts in the text body. If you type a variable name or inline formula, it will definitely look awkward. May I ask why you want two different fonts? |
|
Aug 9 |
comment |
Short titles, Journal abbreviations, etc. in biblatex I've never done it myself, but probably have a look at the section 4.3, page 151 of the biblatex documentation. |
|
Jun 26 |
comment |
Keep a fragmented tikz image at the same place on a beamer slide Thanks, works like a charm! And sorry for missing the duplicate. |
|
Mar 23 |
comment |
Common bib file for several collaborators Thanks! The linked paper is especially useful, though I tend to use Git rather then SVN. |
|
Mar 23 |
comment |
Does anyone have suggestions on a workflow for correcting bugs in Mendeley's automatically generated citations? I used a Perl script with the most common mistakes for my doctoral dissertation, helped me a great deal. Though in the long term, it is better to just fix the references in Mendeley. Supposedly, future releases of the desktop program will increase bibtex export. |
|
Mar 16 |
comment |
MacTeX 2011, Xetex and Tex Live Utility I ran into the same problem, and despite tlmgr not finding any updates available, the problem persists. Exact same causes, same error messages... The problem seems to be with sparse, which the tex live utility tells me is up to date |
|
Feb 11 |
comment |
Citing the initials of one author and the full names of other authors This should easily be done with biblatex, which is easier to customize due to its use of LaTeX macros rather than the awkward bibtex language. |
|
Feb 10 |
comment |
Use et al. in biblatex custom style Thank you so much! |
|
Feb 8 |
comment |
What math fonts are available that work in xelatex? Yeah I got that, I'm just highlighting the fact that you can take advantage of some LaTeX math fonts if you want to complement your body font, as very few (esthetically pleasing, imho) math fonts are available for XeLaTeX. |
|
Feb 8 |
comment |
How to show subsubsections and paragraphs in table of content Try posting a minimal working example, or at least tell us which document class / packages you use. This page has a working example showing exactly what you want to do, so you can seek inspiration here. |