Search found 6 matches

by gatoatigrado
Fri May 07, 2010 7:02 am
Forum: LyX
Topic: LyX xetex output problem with foreign languages
Replies: 4
Views: 3745

Re: xetex (xelatex) problem with foreign languages

I know, these are things LyX inserts. If one selects no input encoding, it inserts all of the LaTeX escape codes. I'll rename the title so it's more clear. Thanks anyway though.
by gatoatigrado
Wed May 05, 2010 12:53 am
Forum: LyX
Topic: LyX xetex output problem with foreign languages
Replies: 4
Views: 3745

LyX xetex output problem with foreign languages

Dear all,

LyX seems to be inserting some unnecessary codes for foreign characters. When I try to type Cyrillic, the following headers are added:

\usepackage[]{fontenc}
\usepackage[utf8]{inputenc}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\DeclareRobustCommand{\cyrtext ...
by gatoatigrado
Sun Feb 14, 2010 1:08 pm
Forum: General
Topic: How to align the math formula to left
Replies: 8
Views: 83947

How to align the math formula to left

I have an align* that's behaving very badly -- there's a huge space after the second ampersand -- any help would be much appreciated.

\begin{align*}
\frac{\partial L}{\partial w(\hat c, \hat f)}(X, w) &= \sum_{c, x \in X}
\frac{\partial}{\partial w(\hat c, \hat f)} &\left(
\sum_{f \in \mathcal ...
by gatoatigrado
Tue Dec 02, 2008 12:05 am
Forum: General
Topic: relative links to external files
Replies: 1
Views: 1527

relative links to external files

I think I got it (after quite a few hours, what a pain...),

Code: Select all

http://www.tug.org/pipermail/texhax/2006-May/006159.html

Code: Select all

\href{run:audio/byar.ogg}{\beamergotobutton{play}}
cheers,
Nicholas
by gatoatigrado
Mon Dec 01, 2008 11:41 pm
Forum: General
Topic: relative links to external files
Replies: 1
Views: 1527

relative links to external files

I have a presentation (beamer package) which I want to put on another computer (so I can't use absolute paths) with some external files. I want to do something like

\href{./audio/byar.ogg}{\beamergotobutton{play}}

but the relative URI's don't seem to resolve correctly (I tried kpdf and acroread ...
by gatoatigrado
Mon Dec 01, 2008 10:43 pm
Forum: Document Classes
Topic: latex font warning
Replies: 3
Views: 20162

latex font warning

The error I got was slightly different:

Code: Select all

slides.tex:20: Font shape `T1/cmss/m/n' in size not available(Font) size substituted on input line 20. Font shape `T1/cmss/m/n' in size not available(Font) size substituted
Adding package fix-cm worked; I think the title slide font was slightly too large.