Skip to content

Instantly share code, notes, and snippets.

@gpadd
Last active April 20, 2017 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gpadd/369b9981d9418c84d21fe58af24bc8fd to your computer and use it in GitHub Desktop.
Save gpadd/369b9981d9418c84d21fe58af24bc8fd to your computer and use it in GitHub Desktop.
Stupid dot and "empty" first page latex (lualatex)
%%%%%----------------------------------------------------------------------%%%%%
%\documentclass[12pt,a4paper,titlepage,draft]{article}
\documentclass[12pt,a4paper]{article}
%%%%%----------------------------------------------------------------------%%%%%
\usepackage{mwe}
\usepackage[a4paper,total={6in, 8in}]{geometry}
\usepackage[export]{adjustbox}
\usepackage{luaotfload}
\usepackage{fontspec}
%%%%%----------------------------------------------------------------------%%%%%
\newcommand{\address}[1]{%
\par\noindent #1%
}
%%%%%----------------------------------------------------------------------%%%%%
\title{
\includegraphics{example-image-a}
\begin{center}
\begin{Large}
Flyer with text stuff \& more stuff.
\end{Large}
\end{center}
}
\date{}
\author{}
%%%%%----------------------------------------------------------------------%%%%%
\begin{document}%here was a dot, now it's gone
\maketitle
\vfill
\begin{address}
Addresspart1\newline
Number Addresspart2\newline
Telephon Number\newline
\smash{\includegraphics[scale=0.3,right]{example-image-b}}
\end{address}
\end{document}
%%%%%----------------------------------------------------------------------%%%%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment