I'm formating my dissertation which has to have
1.5in left margin
1in bottom, top ,and right margin
Numbers in top-right corner
And here's my MWE using the lipsum package
\documentclass[12pt]{article}
\usepackage{setspace}
\usepackage{fancyhdr} %to get page numbers in the upper right for ...
Search found 10 matches
- Thu Apr 03, 2014 9:43 pm
- Forum: Page Layout
- Topic: Problems with getting 1in bottom margin in geometry
- Replies: 1
- Views: 2764
- Fri Mar 07, 2014 10:36 pm
- Forum: General
- Topic: Renaming \newcommand args from #1 to a variable name
- Replies: 3
- Views: 6901
Renaming \newcommand args from #1 to a variable name
I was wondering if there was a way to replace the name of arguments in \newcommand from #1 to another variable name. For exmple, I have this latex code to write the multivariate normal CDF
\newcommand{\mvncdf}[3]{
\Phi_{#1}\left(#2\middle|#3\right)
}
I would like to replace the #1, #2, and #3 ...
\newcommand{\mvncdf}[3]{
\Phi_{#1}\left(#2\middle|#3\right)
}
I would like to replace the #1, #2, and #3 ...
- Tue Feb 28, 2012 7:38 pm
- Forum: Page Layout
- Topic: geometry | Seemingly incorrect Margins
- Replies: 6
- Views: 10510
Re: geometry | Seemingly incorrect Margins
The problem was the option "fit to printable area." When I switched page scaling to "none," the margins on the printout were one inch. Thank you!
- Tue Feb 28, 2012 4:53 am
- Forum: Page Layout
- Topic: geometry | Seemingly incorrect Margins
- Replies: 6
- Views: 10510
geometry | Seemingly incorrect Margins
I'm trying to have my document have one inch margins with the geometry package in latex. I don't have headers or footers besides with page numbers at the bottom. I write this in the preamble
\usepackage[margin=1in,nohead]{geometry}
However, I print this out and measure the margins but the margin ...
\usepackage[margin=1in,nohead]{geometry}
However, I print this out and measure the margins but the margin ...
- Thu Sep 29, 2011 7:11 pm
- Forum: Page Layout
- Topic: Less Space between equations and text
- Replies: 2
- Views: 20860
Re: Less Space between equations and text
This works, thanks!
- Thu Sep 29, 2011 5:06 pm
- Forum: Page Layout
- Topic: Less Space between equations and text
- Replies: 2
- Views: 20860
Less Space between equations and text
I'm trying to reduce the space between my text and equations. I mainly use the align environment. I tried using the commands \setlength\abovedisplayskip{0pt}
\setlength\belowdisplayskip{0pt}
In the preamble of my document, but these commands didn't seem to change anything. Below is an outline of ...
\setlength\belowdisplayskip{0pt}
In the preamble of my document, but these commands didn't seem to change anything. Below is an outline of ...
- Wed May 04, 2011 4:07 am
- Forum: BibTeX, biblatex and biber
- Topic: Extra [] at then end of my bibliography
- Replies: 2
- Views: 2117
Re: Extra [] at then end of my bibliography
I figured it out, for some reason after the main bibtex commands I have a command \cite{*}
That I never paid much attention to but was the thing causing the problem.
That I never paid much attention to but was the thing causing the problem.
- Sun May 01, 2011 10:23 pm
- Forum: BibTeX, biblatex and biber
- Topic: Extra [] at then end of my bibliography
- Replies: 2
- Views: 2117
Extra [] at then end of my bibliography
When using bibtex, and the end of my bibliography after the last entry, I have an extra line that's as follows:
[]
So bibtex seems to creating an extra blank entry. I've looked through my bibtex file and can't find a blank entry or anything like that. Any suggestions?
[]
So bibtex seems to creating an extra blank entry. I've looked through my bibtex file and can't find a blank entry or anything like that. Any suggestions?
- Fri Dec 17, 2010 11:07 pm
- Forum: MiKTeX and proTeXt
- Topic: Problem with a package that tries to update continuously
- Replies: 1
- Views: 2327
Problem with a package that tries to update continuously
Hi I recently updated Miktex, and now when I compile with PDFLaTeX using WinEdt, I get this message in the compiling command prompt.
("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ifvtex.sty")
======================================================================
starting package maintenance ...
("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ifvtex.sty")
======================================================================
starting package maintenance ...
- Wed Apr 21, 2010 9:18 pm
- Forum: Page Layout
- Topic: Stopping automatic line breaks in latex
- Replies: 1
- Views: 1767
Stopping automatic line breaks in latex
I'm trying to create a math formula sheet for a math test, our professor lets us bring one that's one-paged, double sided. To cram as much stuff into here as possible, I don't want a lot of unnecessary white space. When I put space in the code in latex (to separate chunks of code), it creates a new ...