I need to write a text at the center of my page document in LaTeX.
I also need that text to be quite big (so I need a command for increasing the font dimension), together with the fact that this text will be a maths formula
For example, be this image the prototype of what I need:
Can someone help me with the code?
I already found a way to colorize the whole background with
\documentclass{article}
\usepackage{pagecolor}
\begin{document}
\pagecolor{green!5!}
\end{document}
But now I need the centering landscape way, plus fond increasing for a maths formula (hence not a pure text, and I know there are problems, usually, for that [or better: I also did have problems in the past with the font dimension related to the maths environment]).
Thanks in advance!




pdflscapepage you should be able to do something like this. – epR8GaYuh Feb 02 '17 at 15:25