- Questo topic ha 2 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 9 anni, 2 mesi fa da .
-
Topic
-
Salve a tutti, questo è il mio certificato che ho elaborato per i mie lavori. Vorrei cambiarlo e far si che il testo in italiano e inglese siano su due colonne tranne per il codice identificativo del lavoro che deve rimanere in centro. Chiedo un suggerimento su come potrei impostare il lavoro. Grazie infinite a tutti, nicolaallego codice
`
\documentclass[%landscape,
a4paper,
12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[dvipsnames]{xcolor}
\usepackage[object=vectorian]{pgfornament}
\usetikzlibrary{calc}
\usepackage{calligra}
\usepackage{geometry}
\usepackage{setspace}
\usepackage{adforn} %pacchetto ornamenti
\geometry{tmargin=1cm,bmargin=1cm,lmargin=0.8cm,rmargin=1cm}
\definecolor{fondpaille}{cmyk}{0,0,0.25,0}\begin{document}
\pagecolor{fondpaille}
\color{Maroon}
\begin{tikzpicture}[every node/.style={inner sep=0pt}]
\node[text width=16cm,align=center](Text){\begin{minipage}{\textwidth}
\centering
\includegraphics[height=3cm]{LOGO2.pdf}
\end{minipage}\vspace{3mm} %10mmprima
\scalebox{1.7}{
\centering{
{\Huge \calligra{Certificato di Autenticità}}
}
}
\vspace{3mm} %5mmprima\scalebox{1.7}{
\centering{
{\large \calligra{Certificate of Authenticity}}
}
}\vspace{3mm}
\centering{{\adforn{20} \quad \adforn{12} \quad \adforn{48}}}\\
\doublespacing{
{\Large Si certifica che il coltello marcato\\
{\small \emph{This certifies that the knife marked}\\}
\textbf{\textsc{XXXX}} \\
è realizzato interamente a mano\\ ed è esemplare unico, creato da Nicola F.\\\vspace{3mm}
{\small \emph{is crafted interely by hand\\ and is an unique piece, made by Nicola F.}}
}
}
%\vspace{3mm} %10mmprima\begin{flushleft}
Materiali utilizzati (Used materials):\\
\textsc{LAMA (\textit{BLADE})} in acciaio MA5MV spessore $ 5\ mm$\\
\textsc{MANICATURA (\textit{HANDLE})} \dots \\
\textsc{FODERO (\textit{CASE})} \dots \\
\textsc{PROVE (\textit{TESTING LABORATORY})} di laboratorio\dots \\
\end{flushleft}\vspace{3mm} %10mmprima
\singlespace{
\begin{minipage}{0.8\textwidth}
\flushright
nome\\
localita\\
Trentino – Italy\\
\vspace{10mm}
\dots \dots \dots \dots \dots
\end{minipage}
}\vspace{5mm}
MARZO $ 2016 $
} ;
\node[shift={(-1cm,1cm)},anchor=north west](CNW) at (Text.north west)
{\pgfornament[width=3cm]{61}};
\node[shift={(1cm,1cm)},anchor=north east](CNE) at (Text.north east)
{\pgfornament[width=3cm,symmetry=v]{61}};
\node[shift={(-1cm,-1cm)},anchor=south west](CSW) at (Text.south west)
{\pgfornament[width=3cm,symmetry=h]{61}};
\node[shift={(1cm,-1cm)},anchor=south east](CSE) at (Text.south east)
{\pgfornament[width=3cm,symmetry=c]{61}};
\pgfornamenthline{CNW}{CNE}{north}{86}
\pgfornamenthline{CSW}{CSE}{south}{86}
\pgfornamentvline{CNW}{CSW}{west}{86}
\pgfornamentvline{CNE}{CSE}{east}{86}
\end{tikzpicture}
\end{document}`
- Devi essere connesso per rispondere a questo topic.