Edit: Works perfectly, thanks
Search found 12 matches
- Fri Nov 26, 2010 7:32 am
- Forum: Page Layout
- Topic: Remove page number from first page of ToC
- Replies: 3
- Views: 3718
Re: Remove page number from first page of ToC
Thank you, I'll try this and get back to you
Edit: Works perfectly, thanks
Edit: Works perfectly, thanks
- Thu Nov 25, 2010 10:46 pm
- Forum: Page Layout
- Topic: Remove page number from first page of ToC
- Replies: 3
- Views: 3718
Remove page number from first page of ToC
I have been experiencing a different problem.
This is my preamble
\documentclass[12pt]{article}
\title{\textbf{Regression Testing}}
\author{\sc{Hariharan B}}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage ...
This is my preamble
\documentclass[12pt]{article}
\title{\textbf{Regression Testing}}
\author{\sc{Hariharan B}}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage ...
- Thu Sep 16, 2010 10:33 am
- Forum: Document Classes
- Topic: Problem with usepackage
- Replies: 2
- Views: 9738
Re: Problem with usepackage
I'll try with CurVe and let you know
- Thu Sep 16, 2010 10:11 am
- Forum: Document Classes
- Topic: Problem with usepackage
- Replies: 2
- Views: 9738
Problem with usepackage
Hi,
I was preparing my resume and I realized that I needed \usepackage[T1]{fontenc}.
My document starts as follows.
\documentstyle[hyperref, margin, line] {res_yy}
...
...
...
\usepackage[T1]{fontenc}
But I get error ! LaTeX Error: \usepackage before \documentclass. I am not using ...
I was preparing my resume and I realized that I needed \usepackage[T1]{fontenc}.
My document starts as follows.
\documentstyle[hyperref, margin, line] {res_yy}
...
...
...
\usepackage[T1]{fontenc}
But I get error ! LaTeX Error: \usepackage before \documentclass. I am not using ...
- Fri Jul 02, 2010 5:27 am
- Forum: Text Formatting
- Topic: Setting MinionPro as Sans serif
- Replies: 8
- Views: 6683
Re: Setting MinionPro as Sans serif
@ Enrico: This came out of mere curiosity. Just wanted to try and see how it looks like.
Here is what I am trying to do. I took the file article.cls and modified its contents and saved it as different name.
\normalfont
as
\usefont{T1}{MinionPro}{m}{n}\selectfont
Thanks to idea given by:
Gerd ...
Here is what I am trying to do. I took the file article.cls and modified its contents and saved it as different name.
\normalfont
as
\usefont{T1}{MinionPro}{m}{n}\selectfont
Thanks to idea given by:
Gerd ...
- Thu Jul 01, 2010 3:42 pm
- Forum: Text Formatting
- Topic: Setting MinionPro as Sans serif
- Replies: 8
- Views: 6683
Re: Setting MinionPro as Sans serif
Hehe, I realized it was stupid of me to ask. But I don't have that much of knowledge as I started working with LaTeX only 6 months back. A lot of learning needs to be done.
Anyways, thank you for your reply
Anyways, thank you for your reply
- Thu Jul 01, 2010 10:47 am
- Forum: Text Formatting
- Topic: Setting MinionPro as Sans serif
- Replies: 8
- Views: 6683
Re: Setting MinionPro as Sans serif
No no, Setting "Minion Pro" for Sections and "Latin Modern" for Body.
- Wed Jun 30, 2010 5:41 pm
- Forum: Text Formatting
- Topic: Setting MinionPro as Sans serif
- Replies: 8
- Views: 6683
Setting MinionPro as Sans serif
Hello,
Is it possible to set "Minion Pro" font as "Sans-serif" for one particular document?
Is it possible to set "Minion Pro" font as "Sans-serif" for one particular document?
- Wed Jun 30, 2010 3:15 pm
- Forum: Text Formatting
- Topic: Changing the document title font
- Replies: 2
- Views: 4749
Re: Changing the document title font
Please help me with changing font for sections using titlesec. I want to have MinionPro as Section font and Latin Modern Roman as paragraph font.
- Mon Jun 28, 2010 5:41 pm
- Forum: Text Formatting
- Topic: Using different fonts for section and body
- Replies: 2
- Views: 2636
Using different fonts for section and body
For Minion Pro, should I give "Minion Pro" instead of '...' inside \usefont?
should it be like this?
Code: Select all
\setkomafont{section}{\large\usefont{T1}{...}{bx}{n}}Code: Select all
\setkomafont{section}{\large\usefont{T1}{Minion Pro}{bx}{n}}