- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 2 anni, 9 mesi fa da .
-
Topic
-
Ciao a tutti,
ho due domande riguardo il codice in allegato:- innanzitutto, non capisco perchè le minipage non siano allineate verticalmente: tutte a parte la quinta e sesta minipage sono sflasate e non ne capisco il motivo.
- come faccio a ingrandire il font degli indici ed esponenti? In particolare, l’esponente del punto 7 è poco leggibile.
Ecco il codice:
`
%BEGIN_FOLD PREAMBOLO
\documentclass[addpoints,12pt]{exam}
\usepackage[T1]{fontenc}
\usepackage{fourier}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}\newcommand{\lineapunti}[1]{\normalsize \vspace{0cm}\hfill \rule{0.5cm}{0.5pt}\vspace{0.25cm}/#1}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{amssymb}
\everymath{\displaystyle}%END_FOLD
\begin{document}
{\Large
\begin{questions}
\begin{minipage}{.4\textwidth}
\centering
\question \quad $y=\log \left( \frac{1-x}{2x-10} \right)$
\lineapunti{13}
\end{minipage}%
\hfill
\begin{minipage}{.45\textwidth}
\centering
\question \quad $y=\sqrt{ 25-x^2} $
\lineapunti{11}
\end{minipage}%
\\
\vfill
\begin{minipage}{.4\textwidth}
\centering
\question \quad $y=\frac{x^2+2x+3}{x^2+6x} $
\lineapunti{9}
\end{minipage}%
\hfill
\begin{minipage}{.45\textwidth}
\centering
\question \quad $y=\log \left(x^2+3x\right)$
\lineapunti{11}
\end{minipage}
\\
\vfill
\begin{minipage}{.4\textwidth}
\centering
\question \quad $y=\sqrt[3]{\frac{x+3}{1-7x}}$
\lineapunti{9}
\end{minipage}%
\hfill
\begin{minipage}{.45\textwidth}
\centering
\question \quad $y=\sqrt{\frac{x+2}{x^2+6x+5} }$
\lineapunti{15}
\end{minipage}
\\
\vfill
\begin{minipage}{.4\textwidth}
\centering
\question \quad $y=2^{
{\sqrt{\frac{8+x}{x-9}}}
}$
\lineapunti{13}
\end{minipage}%
\hfill
\begin{minipage}{.45\textwidth}
\centering
\question \quad $y=x^3-5x+1$
\lineapunti{8}
\end{minipage}
\\
\vfill
\begin{minipage}{.4\textwidth}
\centering
\question \quad $y=\sqrt[3]{x^2-6x+9}$
\lineapunti{8}
\end{minipage}%
\hfill
\begin{minipage}{.45\textwidth}
\centering
\question \quad $y=\frac{\sqrt{x-1}}{x^2-16}$
\lineapunti{10}
\end{minipage}
\end{questions}
}
\end{document}`
Grazie.
- Devi essere connesso per rispondere a questo topic.