Search found 8 matches

by sandsoftime
Tue Feb 16, 2010 9:55 am
Forum: BibTeX, biblatex and biber
Topic: Proceedings vs Inproceedings vs Conference
Replies: 2
Views: 22588

Proceedings vs Inproceedings vs Conference

Hi
Does anyone know of the functional difference between using @Proceedings, @Inproceedings and @Conference? Apparently, they all point to the same thing.

SandsofTime
by sandsoftime
Sat Jan 02, 2010 10:58 am
Forum: Math & Science
Topic: Inline math spanning out of text margin
Replies: 4
Views: 11957

Inline math spanning out of text margin

..... and the reconstructed image denoted by $\left\langle R^{q}\left(x,z,\overrightarrow{\tau},\overrightarrow{\theta},\overrightarrow{\mathbf{r}}\right)\right\rangle $ . The objects can be tracked ....


Its a fairly short expression. If I add some extra text before in the paragraph it doesn't ...
by sandsoftime
Sat Jan 02, 2010 8:54 am
Forum: Math & Science
Topic: Inline math spanning out of text margin
Replies: 4
Views: 11957

Inline math spanning out of text margin

Hi
I am having trouble with latex putting an inline math formula so that part of it falls outside the text margin. How do I force it to be put on the next line instead?

SandsofTime
by sandsoftime
Wed Dec 30, 2009 4:23 pm
Forum: LyX
Topic: Math Macros in foldable insets
Replies: 1
Views: 1817

Re: Math Macros in foldable insets

Problem solved. Define a branch, activate it, and put the macros inside it. The branch can be folded, and it doesn't put extra spaces in the document.
by sandsoftime
Wed Dec 30, 2009 10:03 am
Forum: LyX
Topic: Math Macros in foldable insets
Replies: 1
Views: 1817

Math Macros in foldable insets

Hi
I am typing in a lot of math macros. I wanted to group them together inside foldable box to improve readability and manageability afforded by folding the inset box. So I put in a lot of the macros inside Lyx grey note. However, the output has a lot of new lines and basically the first line of my ...
by sandsoftime
Mon Sep 21, 2009 10:57 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure reference format
Replies: 5
Views: 13177

Re: Subfigure reference format

Thanks. It works. I just forgot to add the \usepackage{subfig} explicitly in Lyx document preamble.
by sandsoftime
Mon Sep 21, 2009 9:59 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure reference format
Replies: 5
Views: 13177

Re: Subfigure reference format

Hi
The captions themselves appear in the parentheses by default. The \subref only generates a reference to the subfigure and gives the alphabet (a), (b) etc. However, with \ref the parantheses disappear. Is there a way to make \subref work so that reference to the parent figure is also generated. Or ...
by sandsoftime
Mon Sep 21, 2009 9:08 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure reference format
Replies: 5
Views: 13177

Subfigure reference format

Hi
I am trying to change the default way in which the \ref command works with subfigure references. Right now the output I get is a figure number appended with the subfigure alphabet eg. 4c. I want it to appear as 4 (c) instead. I tried changing the \subref and \thefigure commands but couldn't ...