Page LayoutUnwanted First Blank Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
esong_98
Posts: 16
Joined: Tue Jan 14, 2014 9:34 am

Unwanted First Blank Page

Post by esong_98 »

The TexnicCenter must have been updated recently as I noticed a different format when writing a document. A couple of months ago, my document was looking just fine. Then I took a break in writing the paper. Just a couple of days ago, I began working on the paper again, and noticed that the new updated version leaves a first unwanted blank page (with the exception of the number 1)on the top right side of the page. I want to get rid of the first blank page. My text through the title page goes like this:

Code: Select all

\documentclass[12pt,a4paper,english,fleqn]{article}
\usepackage{mathptmx}
\usepackage[scaled=0.86]{helvet}
\renewcommand{\familydefault}{\rmdefault}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%\usepackage{fancyhdr}
%\pagestyle{fancy}
\setcounter{secnumdepth}{2}
\usepackage{graphicx}
\usepackage[authoryear]{natbib}
%Define EconEJ colors
\usepackage{xcolor}
\definecolor{EconomicsGray}{RGB}{198,212,225}
\definecolor{EconomicsLightBlue}{RGB}{127,191,192}
\definecolor{EconomicsBlue}{RGB}{0,63,138}
\definecolor{EconomicsDarkBlue}{RGB}{0,63,117}

% You need this for the headers:
\usepackage{graphicx}
\usepackage{lscape}


% Caption formatting
\usepackage[font=footnotesize,labelfont=bf]{caption}


% Reduce font size for section
\makeatletter
\renewcommand\section{\@startsection{section}{1}{\z@}
{-5ex \@plus -1ex \@minus -.2ex}{2.3ex \@plus.2ex}{\normalfont\large\bf}}

%Reduce font size for subsection
\renewcommand\subsection{\@startsection{subsection}{2}
{\z@}{-3.25ex\@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\bf}}


% Enforce proper line breaks and avoid widows and orphans
\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty = 10000
\clubpenalty=10000
\vfuzz \hfuzz
\raggedbottom
% Format footnotes

% Footnote formatting
\usepackage[hang]{footmisc}
\renewcommand{\hangfootparindent}{1em}
\renewcommand{\hangfootparskip}{0em}
\renewcommand{\footnotemargin}{0.00001pt}
\def\footnotelayout{\hspace{1em}}

%Appendix
\usepackage{appendix}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Place your own additions to the preable HERE, that is, BEFORE the following
% call to hyperref

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%Hyperlink settings for linkcolors and initial view
\usepackage[%
colorlinks=true,%
linkcolor=black,%
citecolor=black,%
urlcolor=EconomicsDarkBlue,%
pdfstartview=FitH,%
pdfview=FitH,%
pdfpagemode=UseNone]{hyperref}
\hypersetup{pdftitle={Economics: The Open Access, Open Assessment E-Journal}}

% Define font for hyperlinks
\def\UrlFont{\normalfont}

% Some fine-tuning of layout
\usepackage{microtype}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Put your additions to the preable above the call to hyperref, not here, unless you
% want to modify hyperref settings, as is the case with the precvious two commands

\@ifundefined{showcaptionsetup}{}{%
 \PassOptionsToPackage{caption=false}{subfig}}
\usepackage{subfig}
\AtBeginDocument{
  \def\labelitemi{\tiny\(\bullet\)}
}
\makeindex
\makeatother
\setlength\intextsep{0pt plus 1pt minus 1pt}
\usepackage{babel}
\usepackage{graphicx}
\usepackage{setspace}

\begin{document}
\title{The Piketty Effect: Income Distribution, Discontinuities and Economic Growth}
\author{Edward Song}
\thanks{I thank Matt Mickle for helping me with the Visual Basic mathematical modeling programming.
}
\date{June 30, 2015}
\maketitle 
\begin{abstract}
Income distribution between the rich and poor have widened since 1981. During this same period, economic growth has slowed down. Using income and wealth inequality data from the Congressional Budget Office (CBO) and Thomas Piketty, I also explore redistributive effects of income when biological restrictions lead to minimum expenditure requirements and satiation conditions. That is, as income grows from being poor to rich, a person undergoes phase transitions in consumer behavior. In each different phase, the structure of the economic model describing consumer behavior changes. In this paper, I run simulations using a Solow type economic growth model to demonstrate the effects of these discontinuities. Because of these multi-phases, I conclude that a wealth tax leads to higher long run output than income taxes; a modest redistribution of resources from the wealthy to the poor can increase economic growth and have counter-cyclical effects in recessions, if the redistribution is in the form of human capital. This result could explain why the economy performs better when the president of the United States is a Democrat rather than a Republican. Finally, in the long run, redistribution of wealth in the form of human capital results in greater income equality than redistribution in the form of income.
\end{abstract}
\vspace{10 mm} 
\noindent \emph{Keywords: Macroeconomics, Income Distribution, Economic Growth.}

\noindent \emph{Journal of Economic Literature Classification: }\emph{E21}, \emph{E22}, \emph{E25} \emph{E32.}
\noindent \newpage
\end{document}
Does anyone have an idea of how to delete the first blank page?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
esong_98
Posts: 16
Joined: Tue Jan 14, 2014 9:34 am

Re: Blank Page Solved, but page 1 number in two places

Post by esong_98 »

I was able to delete the first blank page by deleting the command \maketitle.
Apparently, the new version makes it unnecessary to use that command to make a title page for research papers and you can just start out with the title.

However, the first page now puts the page number in two places, the upper left side corner,and at the bottom middle of the page. I only want the page number at the bottom middle of the page. Any suggestions on how to delete the upper left hand page number?
Last edited by esong_98 on Wed Apr 15, 2015 10:05 pm, edited 2 times in total.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Unwanted First Blank Page

Post by Johannes_B »

\thanks gotta go inside the \author block.

Code: Select all

\documentclass{article}
\begin{document}
\title{The Piketty Effect: Income Distribution, Discontinuities and Economic Growth}
\author{Edward Song\thanks{I thank Matt Mickle for helping me with the Visual Basic mathematical modeling programming.}}
\date{June 30, 2015}
\maketitle 
\end{document}


The editor has nothing to do with LaTeX, it just prettifies it for your eyes. You can use Notepad if you like.

You will need the \maketitle command make a title.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
esong_98
Posts: 16
Joined: Tue Jan 14, 2014 9:34 am

Re: You're Right, Problem Not Solved

Post by esong_98 »

You are correct, you need \maketitle to make the title page. I should have noticed that the title was deleted when I deleted that command.

Now I'm back to the unwanted first blank page, with the page number typed in two different places. So, its back to square 1.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Unwanted First Blank Page

Post by Johannes_B »

No, it is not. The \thanks needs to be given inside the \author command.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
esong_98
Posts: 16
Joined: Tue Jan 14, 2014 9:34 am

Re: Unwanted First Blank Page

Post by esong_98 »

Thanks, I'll give it a shot.
Post Reply