| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Apr 22 at 17:25 | |
| stats | profile views | 2 |
|
Apr 11 |
comment |
Right-centered columns in LyX @Jan: How did you do this in LyX? Did you write the whole table in a raw block, or is it possible to somehow use the table editor in combination with the siunitx package's S column type? |
|
Apr 10 |
comment |
How to nicely format a table including measurement errors @egreg I agree that the same number of significant digits looks better. But strictly speaking, it's not correct, right? Writing 2.90 implies that the value is measured to three significant digits, when in fact it's only two. At least, that's how I learned it. |
|
Mar 1 |
comment |
How to nicely format a table including measurement errors The only reason I'm using LyX is to be able to share documents and annotate (like in collaborative writing) them in a group of people. LyX allows you to insert notes, track changes, etc. I personally would do this in plain LaTeX with git, but some of my coworkers (read: boss) refuse to use a plain text file in an ASCII editor for this. They're used to word, and I'm glad I can convince them to use LyX ... Any suggestions? |
|
Mar 1 |
comment |
How to nicely format a table including measurement errors nice one! thanks! any idea how I can do this in LyX? |
|
Mar 1 |
comment |
How to nicely format a table including measurement errors @YiannisLazarides measurements are trends in air quality. rows are locations, columns are different methods. If reading the table, I would read row-wise |
|
Jan 8 |
comment |
How can I set the default 'table border style' in LyX layout? yes, I know, I filed it ;-) |
|
Dec 14 |
comment |
How to adapt classicthesis layout to B5paper and Linux Libertine @Tyler: Yes, I asked about calculating optimal page margins for using B5paper classicthesis with Linux Libertine. And I guess that the optimal margins do depend on the used font. |
|
Oct 7 |
comment |
How can I set the default 'table border style' in LyX layout? Currently, this is not possible. I opened a Feature Request at LyX at lyx.org/trac/ticket/8360 |
|
Sep 28 |
comment |
How to keep LyX from using babel? I just realized it also happens when using \cite, so it's not natbib dependant |
|
Sep 27 |
comment |
How to keep LyX from using babel? as I wrote in the question, the copernicus_discussions.cls class doesn't work in conjunction with both natbib and babel. More specifically, LaTeX gets sent into an infinite loop at the first \citet or \citep command. |
|
Jan 9 |
comment |
How to adjust the font in a \newcommand math expression to the environment @JosephWright if your comment were an answer, I'd accept it because it circumvents my problem in the most elegant way. |
|
Jan 9 |
comment |
How to adjust the font in a \newcommand math expression to the environment thanks - that works like a charm :) mhchem needs to be loaded after amsmath to avoid some package option clash errors, though. |
|
Jan 9 |
comment |
How to adjust the font in a \newcommand math expression to the environment thanks for your answer - it definitelly points into the right direction. However, I have a problem that in a bold-sf heading, \notwo is only bold, and not sf.
I'm using xelatex, and I'm using system-wide installed Myraid Pro font (OTF) via the line \setsansfont[Mapping=tex-text,ItalicFont={MyriadPro-It},BoldFont={MyriadPro-Bold}]{Myriad Pro}. I suppose that's where my problem lies ... |