Search found 94 matches

by Ted
Fri Oct 03, 2008 9:09 pm
Forum: Feature Suggestions
Topic: Word Wrap
Replies: 12
Views: 36074

Word Wrap

For me, not having hard wraps is the reason for not using texniccenter. Without this feature, it's impossible to use a revision control system for the tex sources. Incompatibility with subversion is a blocker for me. No modern SCM generates its changesets in a way that would be negatively impacted ...
by Ted
Fri Sep 26, 2008 4:12 pm
Forum: General
Topic: Problems with align
Replies: 4
Views: 4938

Problems with align

How can i emphasize elements in display math then? I'm not quite sure why you'd ever want to. Think about exactly what you're doing --- are you sure that the math equivalent of "\emph" is what you really want? (remember that "\emph" in text mode will italicize upright text and upright italicized ...
by Ted
Fri Sep 26, 2008 3:50 pm
Forum: General
Topic: Problems with align
Replies: 4
Views: 4938

Problems with align

Could the problem be that the equations are too large? I'm lost at this problem, hope someone can help. It's the presence of the two \emph macros. You can only use \emph in text mode (i.e., not display/math mode).

Note that you should also be using \det instead of det , but that won't give you an ...
by Ted
Thu Sep 25, 2008 3:21 pm
Forum: General
Topic: Automatic capitalization within a macro?
Replies: 6
Views: 10361

Automatic capitalization within a macro?

Personally, I use \autoref from the hyperref package. I combine it with varioref... I do a \labelformat{equation}{\textup{(#1)}} and then use \autoref{eq:blah} which gets replaced by "Equation~(1)" (while \autoref{tab:blah} gets replaced by "Table~1"). That is definitely more straightforward than ...
by Ted
Wed Sep 24, 2008 10:50 pm
Forum: General
Topic: Automatic capitalization within a macro?
Replies: 6
Views: 10361

Automatic capitalization within a macro?

I don't disagree about always capitalizing "Figure", but sometimes I'm specifically asked to use upper or lower case depending on context. Very often journals have style guidelines that fix this. These issues are rarely up to the author when publishing through someone else.

The varioref package ...
by Ted
Wed Sep 24, 2008 3:15 pm
Forum: General
Topic: Strip of subfigures: difficult to have?
Replies: 9
Views: 10583

Strip of subfigures: difficult to have?

Just a comment: what about defining the \subfigheight as a fraction of \textwidth? This should ensure that if \textwidth is changed, the layout of the subfigures is not mangled. True? That's totally fine. I was just keeping things simple to make all of the mechanisms clear.

Personally, I often ...
by Ted
Wed Sep 24, 2008 3:13 pm
Forum: General
Topic: Strip of subfigures: difficult to have?
Replies: 9
Views: 10583

Strip of subfigures: difficult to have?

Still, it would be very useful to have a package to compute that height automatically, but I guess it's not there yet :) Such a package would have to jam everything on the line stretched to a common height, allowing for an overfull hbox, and measure the box_width/columnwidth ratio. It would then ...
by Ted
Tue Sep 23, 2008 6:56 pm
Forum: Document Classes
Topic: Fixing natbib: Putting tie between authors and citation list
Replies: 0
Views: 1782

Fixing natbib: Putting tie between authors and citation list

I noticed today that when I did a \citet{SK86} near the end of a typeset line, I'd get a textual citation with author at the end of the first line and citation at the beginning of the start of the second line! I THOUGHT natbib was doing the equivalent of: \citeauthor{SK86}~\citep{SK86} but it's ...
by Ted
Mon Sep 22, 2008 7:11 pm
Forum: TeX Live and MacTeX
Topic: TeX Live 2008 released
Replies: 2
Views: 5608

TeX Live 2008 released

just for info, TeX Live 2008 has been officially released these days, now including a package manager allowing dynamic package updates over the internet.
It doesn't seem to be obvious from the docs on-line, but TeXLive2008 also includes "SyncTeX" functionality within the latex binary. SyncTeX ...
by Ted
Mon Sep 22, 2008 6:34 pm
Forum: General
Topic: Strip of subfigures: difficult to have?
Replies: 9
Views: 10583

Strip of subfigures: difficult to have?

So what I'm after is an easy way to insert some images in a strip: ideally, I should not need to specify any size, and the software automatically choosing a correct scale for each of the images so that they all have the same height and the total width is \textwidth, also accounting a given ...