-
-
Save Sharparam/f6d262172c2a83d84f935d8ed2c65921 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
%!TeX program=lualatex | |
%%%%%----------------------------------------------------------------------%%%%% | |
%\documentclass[12pt,a4paper,titlepage,draft]{article} | |
\documentclass[12pt,a4paper]{article} | |
%%%%%----------------------------------------------------------------------%%%%% | |
\usepackage{mwe} | |
\usepackage[usenames]{xcolor} | |
\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} | |
\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