2,794 reputation
21331
bio website aliquote.org
location Paris, France
age 38
visits member for 2 years, 5 months
seen 5 hours ago
stats profile views 255

Biostatistics/Psychometrics consulting, bohemian scientist.

I usually deal with patients-reported outcomes, esp. health-related quality of life, in clinical trials or community-based studies; I am also involved in biostatistical stuff on outpatients recruited in epidemiological or clinical studies on ASD, personality disorders, substance use, or learning disabilities. I am also versed in genetic epidemiology.

Also on linkedin and twitter, but check my website for more information.


May
14
comment What best combination of fonts for Serif, Sans, and Mono do you recommend?
(+1) Great! I tend to use Inconsolata when typesetting code snippet, but the Bera font looks nice with Palatino once it is x-scaled.
May
14
comment What best combination of fonts for Serif, Sans, and Mono do you recommend?
(+1) Thanks, I didn't know about Marion font.
Dec
14
comment What does [t] and [ht] mean?
@JonasStein Usually, before.
Aug
4
comment Multi-line Equations
What's going on if you add a combination of \right. (end of the 1st line) and \left. (beginning of the 2nd line)?
Jul
12
comment New line instead of word-breaking
@Keks I guess the OP just wants a very simplified example, or at least a pointer: the microtype doc is just 206 pages long :-)
Jul
4
comment How to run LaTeX from Word?
Funny, indeed. (+1)
Jun
27
comment Alternative way to print source code
I cannot vote to close but I'm pretty certain such questions have been addressed previously (although I cannot find a best dup candidate).
Jun
27
comment How to generate QR code for iCalendar event?
Less detailed than a previous answer, though :-)
May
16
comment Converting ConTeXt document to HTML
Marco, @Aditya: Thanks for your helpful replies.
May
15
comment Converting ConTeXt document to HTML
(+1) Many (many) thanks for taking a look at this again. What command did you use to compile the above document, context or mtxrun? I was able to reproduce this example, and yours by replacing the \setupbackend options with export=yes,xhtml=yes (and running context on it). Anyway, that deserves a bounty!
Feb
14
comment How to add a jitter to a scatter plot with pgfplots
(+1) Very elegant solution.
Feb
1
comment Converting ConTeXt document to HTML
@Marco (+1) Thanks for that. I will have a look into the epub option.
Jan
22
comment Table caption without the word “table”
Possible related question: How to remove figure label?
Dec
18
comment Code highlighting in ConTeXt
Thanks for that (and all you've done with the t-vim module!).
Dec
7
comment Source Code Margin Comments
(+1) I was about to ask a similar question! In ConTeXt, I used to rely on custom paragraphs (usually defined as \defineparagraphs[ecode][n=2,rule=on]) to create such side-by-side layout but I guess the above code could be translated to ConTeXt without too much difficulty. It has the merit of having the code and associated comments on the same line.
Dec
6
comment Environments for visually setting text apart
(+1) Very nice response!
Nov
14
comment How can I use a table generated by R in LaTeX?
A great +1 for using Hmisc and showing how to use it in this particular context!
Nov
10
comment Compile a LaTeX document into a PNG image that's as short as possible
Another +1 (I didn't know the standalone class allows to pass ImageMagick command).
Aug
27
comment Visualization backend for simple diagrams
Agree: If you're interested in TikZ, then tex.SE is the way to go. I'll migrate your question for you.
Aug
20
comment How can I generate a PS and a PDF file from a single .tex file?
@Jukka (+1) Thanks. It's really faster compared to pdf2ps, but about the size I got similar results on a very basic document (pdf: 1,8M; pdf2ps: 8,6M; pdftops: 9,9M).