Last active
April 20, 2017 11:35
-
-
Save gpadd/369b9981d9418c84d21fe58af24bc8fd to your computer and use it in GitHub Desktop.
Stupid dot and "empty" first page latex (lualatex)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%%%----------------------------------------------------------------------%%%%% | |
%\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