149 reputation
7
bio website
location France
age 22
visits member for 7 months
seen Jun 13 at 15:19
stats profile views 29

I know of LaTeX for about 3 years since a friend in chemistry class told me about it but I really started using it for a year.


Nov
17
comment Koma article class linespacing problems
I have a lot of underfull hbox and I use \raggedbottom
Nov
17
comment Badbox overfull with figures and tables in TexMaker
I see now, some of my figure are slightly wider than they should but it's not visible without the draft option.
Nov
17
comment Koma article class linespacing problems
this solved the linespacing problem but without the geometry package all my margin settings changed and I have to resize all my figures and tables and how do I use the \typearea ?
Nov
16
comment Koma article class linespacing problems
I already use the following geometry package \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} (default settings given by Texmaker.
Nov
16
comment Koma article class linespacing problems
I recently installed TeX 3.1415926 (TeX Live 2012). I use TeXmaker 3.5.2 on Mountain Lion (Mac OS X 10.8.2). And the new error I was talking about is not really an error but it is the fact that I have disastrous spacing (see the picture: i50.tinypic.com/2d9biq1.jpg) when using the {scrartcl} class with my document and it is looking nice with the {article} class. I guess I will stick to the article class even though I cannot set the section's heading to be centered and in smallcaps because the "title sec" package is in conflict with something else.
Nov
16
comment Koma article class linespacing problems
well it works with a different class. I just tried {scrartcl} to change the title of section style and now I have that new error
Nov
16
comment Koma article class linespacing problems
Without it it looks worse : i50.tinypic.com/2d9biq1.jpg
Nov
16
comment Section's heading in small caps
By the way I get a weird extra space when I use the class {scrartcl} (see the picture): i50.tinypic.com/qz3b54.jpg ; that I don't have with the class {article}: i50.tinypic.com/2d9biq1.jpg
Nov
16
comment Section's heading in small caps
Well, it is the last one already. I will put it at the beginning. It seems to be clashing with what I use to make the document with 2 columns.
Nov
16
comment Section's heading in small caps
I really don't know why but my document doesn't work with use package{titlesec}
Nov
16
comment Section's heading in small caps
There are a lot of vertical spacing that was not there before. How can I center it and make it bold ?
Nov
16
comment Section's heading in small caps
When I use \usepackage[sc]{titlesec} I get the error message : "! LaTeX Error: Something's wrong--perhaps a missing \item."
Nov
15
comment How to align bibliography to the left
Thanks a lot it works like a charm.
Nov
14
comment LaTeX Error: File `babelbst.tex` not found
I fixed the problem by creating a new bst file (again) and when it asked me which language file to use I wrote french.mbsinstead of merlin.mbs.
Nov
14
comment LaTeX Error: File `babelbst.tex` not found
I fixed the babelbst problem thanks to this : mail-archive.com/lyx-users@lists.lyx.org/msg53939.html but it is still in english and I want it to be in french.
Nov
14
comment LaTeX Error: File `babelbst.tex` not found
I think the problem is from the bst. I don't want it to be in english though... it works fine in english but I need it in French.
Nov
14
comment LaTeX Error: File `babelbst.tex` not found
That's the preamble of my Document \documentclass[12pt,a4paper,twoside,french]{article} \usepackage{mathptmx} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \pagestyle{headings} \usepackage[authoryear]{natbib} \makeatletter \pdfpageheight\paperheight \pdfpagewidth\paperwidth \newcommand{\noun}[1]{\textsc{#1}} \makeatother \usepackage{babel} \addto\extrasfrench{% \providecommand{\og}{\leavevmode\flqq~}% \providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}% }
Nov
14
comment LyX: author-year not compatible with natbib package with custom bst
I created a new bst file using "author-year" but now I have to do it again, I have a colon instead of a comma after the volume. I don't know how to edit that in the bst file. This is driving me crazy.
Nov
13
comment LyX: author-year not compatible with natbib package with custom bst
I found the bibitem function and edited it but now I have a new error "Paragraph ended before Ibibitem was complete."
Nov
13
comment Make volume bold in custom bibliography style .bst
Thank you very much. I found out there was a bolden function in the ".bst" file at the top. I wrote bolden before swap$ instead of emphasize and I wrote bolden just before volume in format.vol.num.pages. I don't know for sure which one is the right solution but it worked.