Search found 19 matches

by l0calh05t
Sat Nov 06, 2010 9:27 pm
Forum: BibTeX, biblatex and biber
Topic: babelbib/bibgerm replacement for polyglossia/xelatex
Replies: 1
Views: 2176

babelbib/bibgerm replacement for polyglossia/xelatex

This simple example fails when using polyglossia, complaining that \Btxtechreplong (billingsley74telescope is defined as a techreport in the bib file) is undefined (as if babelbib/bibgerm had not been included):
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8

\documentclass{scrreprt ...
by l0calh05t
Thu Jul 17, 2008 9:31 am
Forum: Document Classes
Topic: Beamer & XeLaTex
Replies: 2
Views: 8393

Re: Beamer & XeLaTex

Symbols are displayed correctly. It's mostly the PDF features that don't work. For the time being I switched to normal pdfLaTeX.
by l0calh05t
Wed Jul 16, 2008 5:07 pm
Forum: Document Classes
Topic: listings
Replies: 5
Views: 6446

Re: listings

Ah, that's why it never happened to me, I've been using the Bitstream Vera Mono font. (which is a very nice monospaced font imho, theres also a latex package called beramono)
by l0calh05t
Wed Jul 16, 2008 12:10 pm
Forum: Document Classes
Topic: listings
Replies: 5
Views: 6446

listings

Are you using the current version of the listings package? I also use that package and this never happened to me before.
Do you use the lstset command in the preamble? (and why 3 separate lstset commands?)

EDIT:
I just noticed you might not be using the lstlisting command correctly, because you ...
by l0calh05t
Wed Jul 16, 2008 8:06 am
Forum: Document Classes
Topic: Beamer & XeLaTex
Replies: 2
Views: 8393

Beamer & XeLaTex

Has anyone here got any experience with using the beamer class with XeLaTeX?

It seems to work mostly, but some things seem "broken", for example the symbols for skipping to the next frame etc. do not work (pdfbookmarks are there, though)

Here's my current preamble:

\documentclass[xetex]{beamer ...
by l0calh05t
Tue Jul 15, 2008 9:13 am
Forum: Document Classes
Topic: Any way to improve URL typesetting?
Replies: 2
Views: 2554

Re: Any way to improve URL typesetting?

As I already said, I am using the url package (and also hyperref). For BibTeX I'm using the geralpha style.
by l0calh05t
Mon Jul 14, 2008 7:38 pm
Forum: Document Classes
Topic: Any way to improve URL typesetting?
Replies: 2
Views: 2554

Any way to improve URL typesetting?

Is there anyway to improve URL typesetting? (specifically in the bibliography) In the attached example, you'll see a lot of underfull hbox uglyness. Is there any way to solve this problem? (I'm using the url package with \def\UrlFont{\small\ttfamily})
by l0calh05t
Mon Jul 14, 2008 12:08 pm
Forum: Document Classes
Topic: Positioning of tables
Replies: 5
Views: 4881

Positioning of tables

try adding

Code: Select all

Code, edit and compile here:
\makeatletter
\setlength\@fptop{0pt}
\setlength\@fpsep{20pt plus 2pt minus 2pt}
\setlength\@fpbot{0pt}
\makeatother
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
in the preamble
by l0calh05t
Mon Jul 14, 2008 12:05 pm
Forum: Document Classes
Topic: [Solved] Page Layout help with Memoir (or something else?)
Replies: 6
Views: 4199

[Solved] Page Layout help with Memoir (or something else?)

I have never used memoir before, but did you try putting the \set... commands inside \begin{document}...\end{document}

This seems to work correctly:

\documentclass{memoir}
\usepackage{lipsum}

\begin{document}
\setstocksize{9.21in}{6.139in}
\settrimmedsize{8.81in}{5.744in}{*}
\settypeblocksize ...
by l0calh05t
Fri Jul 11, 2008 1:51 pm
Forum: Document Classes
Topic: caption and nonfloat package: disabling position
Replies: 11
Views: 10286

caption and nonfloat package: disabling position

If i put it in the preamble it would also put space after figure captions (below the figure), correct? And using it for each table individually is highly impractical.

As I said, this works:

\documentclass[tablecaptionabove]{scrartcl}
\usepackage[labelfont=bf]{caption}

\begin{document}
\begin ...