Search found 12 matches

by hariharanb
Fri Nov 26, 2010 7:32 am
Forum: Page Layout
Topic: Remove page number from first page of ToC
Replies: 3
Views: 3451

Re: Remove page number from first page of ToC

Thank you, I'll try this and get back to you

Edit: Works perfectly, thanks :-)
by hariharanb
Thu Nov 25, 2010 10:46 pm
Forum: Page Layout
Topic: Remove page number from first page of ToC
Replies: 3
Views: 3451

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 ...
by hariharanb
Thu Sep 16, 2010 10:33 am
Forum: Document Classes
Topic: Problem with usepackage
Replies: 2
Views: 9227

Re: Problem with usepackage

I'll try with CurVe and let you know
by hariharanb
Thu Sep 16, 2010 10:11 am
Forum: Document Classes
Topic: Problem with usepackage
Replies: 2
Views: 9227

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 ...
by hariharanb
Fri Jul 02, 2010 5:27 am
Forum: Text Formatting
Topic: Setting MinionPro as Sans serif
Replies: 8
Views: 5952

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 ...
by hariharanb
Thu Jul 01, 2010 3:42 pm
Forum: Text Formatting
Topic: Setting MinionPro as Sans serif
Replies: 8
Views: 5952

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 :-)
by hariharanb
Thu Jul 01, 2010 10:47 am
Forum: Text Formatting
Topic: Setting MinionPro as Sans serif
Replies: 8
Views: 5952

Re: Setting MinionPro as Sans serif

No no, Setting "Minion Pro" for Sections and "Latin Modern" for Body.
by hariharanb
Wed Jun 30, 2010 5:41 pm
Forum: Text Formatting
Topic: Setting MinionPro as Sans serif
Replies: 8
Views: 5952

Setting MinionPro as Sans serif

Hello,

Is it possible to set "Minion Pro" font as "Sans-serif" for one particular document?
by hariharanb
Wed Jun 30, 2010 3:15 pm
Forum: Text Formatting
Topic: Changing the document title font
Replies: 2
Views: 4468

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.
by hariharanb
Mon Jun 28, 2010 5:41 pm
Forum: Text Formatting
Topic: Using different fonts for section and body
Replies: 2
Views: 2404

Using different fonts for section and body

For Minion Pro, should I give "Minion Pro" instead of '...' inside \usefont?

Code: Select all

\setkomafont{section}{\large\usefont{T1}{...}{bx}{n}}
should it be like this?

Code: Select all

\setkomafont{section}{\large\usefont{T1}{Minion Pro}{bx}{n}}