Search found 7 matches

by royer11
Wed Jul 01, 2020 8:45 pm
Forum: Text Formatting
Topic: Beautiful fonts for pdflatex
Replies: 0
Views: 1767

Beautiful fonts for pdflatex

Hello, I am looking for beautiful readable fonts and something to vary
http://www.mediafire.com/convkey/53b7/htbo8ya91ptfxswzg.jpg
a source with ligatures I suppose, I had thought of this source

\usepackage[extraligs]{adobecaslon}

If you know of any sources, please comment


That it is ...
by royer11
Tue Apr 07, 2020 5:23 am
Forum: General
Topic: Embed fonts in Pdflatex for lulu
Replies: 2
Views: 2794

Embed fonts in Pdflatex for lulu

Fonts are usually embedded in the pdf by default.

Helvetic is a package that shouldn't be used anymore, really.

Have you thought about using tgheros?

I have not used files,
Is there any difference when using this font ?.

Well my goal is to print a document on the website http://www.lulu.com ...
by royer11
Sat Apr 04, 2020 9:03 pm
Forum: General
Topic: Embed fonts in Pdflatex for lulu
Replies: 2
Views: 2794

Embed fonts in Pdflatex for lulu

Hello,I have already created a small document where I have used these packages

\usepackage{amsmath,,array,microtype,dingbat,amsfonts,latexsym,cancel,amssymb,textcomp,wasysym}
\let\Square\relax
\usepackage{bbding}
\usepackage[normalem]{ulem}

\newcommand{\titel}[1]{
\fontfamily{phv}\selectfont #1 ...
by royer11
Thu Aug 22, 2019 8:01 pm
Forum: General
Topic: how to write knitr tables in multi-columns
Replies: 0
Views: 2070

how to write knitr tables in multi-columns

Hello, I have difficulties in making the tables print aligned because there is little data in column.


code header
\documentclass[12pt]{extbook}
\usepackage{amsmath,amssymb,amsfonts,latexsym,cancel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{multicol} %----
\usepackage ...
by royer11
Fri Jul 26, 2019 1:12 am
Forum: General
Topic: how to auto adjust text size for minted
Replies: 0
Views: 4545

how to auto adjust text size for minted

Hi, I have this kind of difficulties when wanting to auto adjust a code that contains huge text, well I have the following latex structure.
I also want to add that I used the font size for example
\footnotesize
and I don't like the result because it's so small.
http://www.mediafire.com/convkey ...
by royer11
Thu Jul 25, 2019 5:29 pm
Forum: Page Layout
Topic: how can I create headers configured with fancyhdr
Replies: 2
Views: 7969

how can I create headers configured with fancyhdr

You just have to add leftmark and/or rightmark somewhere in your pagestyle definition. However, you also have to change the page geometry, otherwise there is not enough room for such a large head (see the warning of fancyhdr).

Example:
\documentclass[14pt]{extbook}
\usepackage[paperwidth=8.5in ...
by royer11
Tue Jul 23, 2019 8:22 pm
Forum: Page Layout
Topic: how can I create headers configured with fancyhdr
Replies: 2
Views: 7969

how can I create headers configured with fancyhdr

I have configured my header in the following way
http://www.mediafire.com/convkey/a909/gfmmxl8dlrzzezv7g.jpg

As you can see, in the red rectangle I want to add the section title but I have become confused and I cannot achieve it:

packages:
\documentclass[14pt]{extbook}
\usepackage[pass ...