]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/summary
 
descriptionnone
last changeTue, 31 Oct 2023 14:02:50 +0000 (15:02 +0100)
readme

Documentation for iidtitlepage package

TODO: what is it

Package usage

The process of adding the title page to your manuscript is following:

  1. Create the PDF file of title page with all the information.
  2. Include the title page into your manuscript.

Creating the title page PDF

First, either download the whole iidtitlepage project or clone its git. To change the information on the title page (such as name of the authors, title etc.), edit the file title_page.tex using your favorite editor and follow the LaTeX comments to include the necessary info. Build the title page PDF using pdflatex command.

Including the title page into your manuscript

Copy the generated title page title_page.pdf to directory with your manuscript LaTeX project. Include a pdfpages package into your project latex \usepackage{pdfpages}

The following action depends on the journal publisher.

Elsevier

Locate \begin{frontmatter} command and replace it with the following latex \begin{frontmatter} \includepdf[pages=1,fitpaper,noautoscale]{title_page.pdf}

IEEE

Locate \maketitle command and replace it with the following latex \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 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

shortlog
2023-10-31 Jiri VlasakAdd missing url package master
2023-10-31 Jiri VlasakFix CC BY-NC-ND shortcut
2023-10-31 Jiri VlasakImprove title page tex documentation
2023-10-31 Jiri VlasakEach mdframed on its own line
2023-10-31 Jiri VlasakAdd link to video
2023-10-31 Jiri VlasakDo not show cite as if nothing to cite
2019-03-04 Istvan ModosAdded ACM template
2019-02-27 Michal SojkaAdd Makefile
2018-02-08 Istvan ModosUpdate documentation for Springer
2018-02-06 Istvan ModosSeparate creating the title page and including it in...
2018-02-06 Istvan ModosAdd springer template
2018-02-06 Istvan ModosUpdate logo
2018-01-29 Istvan ModosAdd new logo
2018-01-15 Istvan ModosUpdate logo with IID
2018-01-15 Istvan ModosInitial dump
heads
5 months ago master