Re: Formulario

#64140
Up
0
Down
::

antonio.macrì” post=63228Puoi anche usare i pacchetti array e tabularx in combinazione e fare qualcosa del tipo:
`
\documentclass[a4paper,11pt,landscape]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[frenchb]{babel}
\usepackage[margin=1mm]{geometry}
\usepackage{array, tabularx}

\newcolumntype{h}{>{\centering\arraybackslash$}X<{$}} \begin{document} \begin{tabularx}{\textwidth}{hhhh} f(x) = g(x) & y(x)=z(x) & f(x) = g(x) & y(x)=z(x)\\ f(x*2) = g(x) & y(x)=z(x) & f(x) = g(x) & y(x)=10/z(x)\\ f(x+213/4) = g(x) & y(x)=z(x) & f(x) = g(x) & y(x)=z(x) \end{tabularx} \end{document}` Ciao, Antonio

Cosa cambia esattamente?

Go to top