Search found 12 matches

by max_mad666
Fri Nov 02, 2012 11:04 am
Forum: Fonts & Character Sets
Topic: Linux libertine italic beautiful amph
Replies: 2
Views: 3990

Linux libertine italic beautiful amph

Hello,

Right now I'm using the following code

\usepackage[libertine={Ligatures=TeX}]{libertineotf}

I'm quite happy but what is strange is that usually if you use a "good" serif font you get:

A normal amph "&" in general
An alternative amph quite styllictic in italic

But now I just get a ...
by max_mad666
Wed Sep 12, 2012 12:39 am
Forum: Graphics, Figures & Tables
Topic: Sample Population Figure
Replies: 1
Views: 1621

Sample Population Figure

Hello,
I'm making some frames with beamer . I would like to know how to create a simple statistic scheme.

Basically I'd like to create two circles: a big one and a small inside the big one. The big one will represent the population and the small the sample.

I'd like to know which tool to use in ...
by max_mad666
Thu Jun 28, 2012 11:28 pm
Forum: XeTeX
Topic: Quotation with author name witouth breakpages
Replies: 2
Views: 9535

Re: Quotation with author name witouth breakpages

@cgnieder Thank you a lot it works like a charm
by max_mad666
Thu Jun 28, 2012 5:37 pm
Forum: XeTeX
Topic: Quotation with author name witouth breakpages
Replies: 2
Views: 9535

Quotation with author name witouth breakpages

Hello it's me again ;)

On the web I've find this macro in order to get quotation and autor name. And in addition the autor name will not be cut from the citation if the citation is at the end of a page.

This is the macro.

\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em ...
by max_mad666
Mon Jun 25, 2012 7:53 pm
Forum: Page Layout
Topic: fancyhdr | Footer & Header with Roman & Arabic Page Numbers
Replies: 9
Views: 11477

Re: fancyhdr | Footer & Header with Roman & Arabic Page Numb

Wowwwwwww nice, thank you so much for your help. :mrgreen: :mrgreen: :P
by max_mad666
Mon Jun 25, 2012 6:46 pm
Forum: Page Layout
Topic: fancyhdr | Footer & Header with Roman & Arabic Page Numbers
Replies: 9
Views: 11477

fancyhdr | Footer & Header with Roman & Arabic Page Numbers

Hello,
I guess I don't understand the concept I've tried many different possibilities but I still can't make it work. I execute the following example with the command line :

xelatex main.tex
xelatex main.tex

Here is my example.
\documentclass[11pt,french, twoside]{article}
\usepackage ...
by max_mad666
Fri Jun 22, 2012 5:28 pm
Forum: Page Layout
Topic: fancyhdr | Footer & Header with Roman & Arabic Page Numbers
Replies: 9
Views: 11477

fancyhdr | Footer & Header with Roman & Arabic Page Numbers

Hello,
Thank you for your recommendation. However, I forget to tell you that I'm using XeLaTeX and I cannot use the Koma class...

@Stefan_K

I'm afraid but I've tried :
\fancyhead[LE,RO]{}
\fancyhead[LO, RE]{}
\fancyfoot[LE,RO]{Title}
\fancyfoot[LO, RE]{\thepage}
\fancyfoot[CE,CO]{}
But I still ...
by max_mad666
Fri Jun 22, 2012 3:38 pm
Forum: Page Layout
Topic: fancyhdr | Footer & Header with Roman & Arabic Page Numbers
Replies: 9
Views: 11477

fancyhdr | Footer & Header with Roman & Arabic Page Numbers

Hello everybody,

I would like to print a twoside document in order to read it like a book. So basically about the page numbers it should look like that.


The page number of left pages need to be at the very left side.
The page number of right pages need to be at the very right side.

I use ...
by max_mad666
Sun Mar 04, 2012 11:59 pm
Forum: XeTeX
Topic: Small Caps not available with Arial
Replies: 2
Views: 9338

Small Caps not available with Arial

Hello,
Yeah it's true Arial is not such a "good" font but sometimes you cannot change if someone impose you to use it haha.

I've done a smillar post on siteduzero (french website)
Someone suggested me to simulate small caps with the following code

\documentclass[]{article}
%\usepackage{fontspec ...
by max_mad666
Tue Feb 28, 2012 12:09 am
Forum: XeTeX
Topic: Small Caps not available with Arial
Replies: 2
Views: 9338

Small Caps not available with Arial

Hello,

I've got a XeTeX file with the line:

Code: Select all

\setmainfont[Mapping=tex-text]{Arial}
If I use quality fonts such as Adobe Minion Pro or Linux Libertine, I get the small caps when I put a word in \textsc{}. However, if I change it to Arial, I get no small caps.

Does anyone have an idea?

Thank you