Banner

Donate

You find LaTeX Community useful? Please donate! Learn why!

Amount:

Partner Sites

goLaTeX
TeXblog
TeXnicCenter

Who is online

In total there are 25 users online :: 3 registered, 0 hidden and 22 guests (based on users active over the past 5 minutes)
Most users ever online was 108 on Tue Jun 08, 2010 3:33 pm

Users browsing this forum: Alexa [Bot], Google [Bot], Google Adsense [Bot] and 22 guests

Super Huge font size

LaTeX specific issues not fitting into one of the other forums of this category.

Super Huge font size

Postby bill on Fri May 23, 2008 3:27 pm

Hello!

How to specify a font size larger than \Huge ? I want to make it as a logo on letter head and the size using this not large enough.
Code: Select all
{\selectlanguage{english}\bfseries \Huge PROFIT}

regards,
bill
 
Posts: 8
Joined: Sat May 10, 2008 9:33 am

Re: Super Huge font size

Postby Stefan_K on Fri May 23, 2008 3:37 pm

Hi Bill,

you could use \fontsize and perhaps fix-cm, have a look at this small example:
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{fix-cm}
\begin{document}
\fontsize{60}{70}\selectfont Huge text
\end{document}


Stefan
LaTeX Community Moderator
TeXblog.net
Stefan_K
Site Moderator
 
Posts: 2687
Joined: Mon Mar 10, 2008 8:44 pm
Location: Hamburg, Germany

Re: Super Huge font size

Postby bill on Fri May 23, 2008 4:05 pm

Hi Stefan, Thank you for help again!

regards,
bill
 
Posts: 8
Joined: Sat May 10, 2008 9:33 am


Return to General

Who is online

Users browsing this forum: Alexa [Bot], Google [Bot], Google Adsense [Bot] and 22 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group