Search found 5 matches

by tcadena411
Sun Sep 13, 2009 11:40 pm
Forum: Graphics, Figures & Tables
Topic: Inserting an eps file
Replies: 3
Views: 2348

Inserting an eps file

I'm trying to get my LaTeX program to import an eps file and it is not reading it. I have LaTeX creating a PDF file. Here is my code:

\documentclass[letterpaper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{enumitem}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage ...
by tcadena411
Thu Aug 27, 2009 4:06 am
Forum: Page Layout
Topic: Putting a custom footer on the first page of an article
Replies: 2
Views: 18686

Re: Putting a custom footer on the first page of an article

Thank you so much gmedina. This works perfectly!!
by tcadena411
Thu Aug 27, 2009 1:20 am
Forum: Page Layout
Topic: Putting a custom footer on the first page of an article
Replies: 2
Views: 18686

Putting a custom footer on the first page of an article

Below is the shell of my LaTeX program. I want to put a custom footer on the first page that is exactly like the custom footer on all of my other pages(see the \cfoot command below). The \thispagestyle{empty} command after the \maketitle was put there just to get rid of the automatic page number for ...
by tcadena411
Mon Aug 10, 2009 12:55 am
Forum: Text Formatting
Topic: Lining up answers
Replies: 3
Views: 2178

Re: Lining up answers

Thanks Thorsten and Frabjous. I appreciate the help. I got it working now.
by tcadena411
Sun Aug 09, 2009 9:31 pm
Forum: Text Formatting
Topic: Lining up answers
Replies: 3
Views: 2178

Lining up answers

Okay, so I am new to LaTeX and I haven't been able to get these equations to line up right. Here is my code:

\documentclass{article}
\title{Domain I}
\date{}
\setlength{\parindent}{0pt}
\pdfpagewidth 8.5in
\pdfpageheight 11in

\begin{document}
\maketitle

\section{Competency 001}
\label{sec ...