From 898ab40c8c4f93863bea18f8e9b884bf9360915f Mon Sep 17 00:00:00 2001 From: Istvan Modos Date: Thu, 8 Feb 2018 12:15:11 +0100 Subject: [PATCH] Update documentation for Springer --- README.html | 12 +++++++++++- README.md | 19 +++++++++++++++++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index aafa360..f4bd158 100644 --- a/README.html +++ b/README.html @@ -63,10 +63,20 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf

Locate \begin{frontmatter} command and replace it with the following

\begin{frontmatter}
 \includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf}
-

IEEE and Springer

+

IEEE

Locate \maketitle command and replace it with the following

\null
 \includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf}
 \maketitle
+

Springer

+

If your manuscript is two-column, then locate \maketitle command and replace it with the following

+
\null
+\includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf}
+\maketitle
+

For a single column manuscript, locate \maketitle command and replace it with the following

+
\pagenumbering{gobble}
+\includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf}
+\pagenumbering{arabic}
+\maketitle
diff --git a/README.md b/README.md index f9b11ae..b702edc 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,25 @@ Locate `\begin{frontmatter}` command and replace it with the following \includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf} ``` -#### IEEE and Springer +#### IEEE Locate `\maketitle` command and replace it with the following ```latex \null \includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf} \maketitle -``` \ No newline at end of file +``` +#### Springer +If your manuscript is two-column, then locate `\maketitle` command and replace it with the following +```latex +\null +\includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf} +\maketitle +``` + +For a single column manuscript, locate `\maketitle` command and replace it with the following +```latex +\pagenumbering{gobble} +\includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf} +\pagenumbering{arabic} +\maketitle +``` -- 2.39.2