- Questo topic ha 7 risposte, 5 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 9 mesi fa da .
-
Topic
-
CiaoHo un problema nell’utilizzo di babel insieme al comando \input: se scrivo tutto in un file unico, non ci sono problemi, mentre se includo un file dall’esterno con \input si blocca la compilazione e non fa più nulla (nessun errore nè warning)
di seguito ho incluso i files:
file principale:
`
\documentclass{book}
%\usepackage[italian]{babel}
\usepackage{gchords}
\usepackage[margin=3cm,top=3cm,bottom=3cm]{geometry}
\usepackage{guitar}
\usepackage{titlesec}
\usepackage{multicol}
\usepackage{hyperref}\pagestyle{plain}
\setlength{\columnsep}{.25in}\titlespacing{\section}{0pt}{*0}{*0}
\begin{document}
\tableofcontents
\newpage
\input{“Bon Jovi – Misunderstood.tex”}
\end{document}
`Bon Jovi – Misunderstood.tex
`
\phantomsection
\section*{Misunderstood \\ \textmd{\textsc{\large{Bon Jovi}}}}
%\label{sec:Misunderstood}
\addcontentsline{toc}{section}{Misunderstood – \textsc{Bon Jovi}}
\chords{
\chord{t}{p3,p2,n,n,p3,p3}{G}
\chord{t}{p2,x,n,p2,p3,p2}{D/F\guitarSharp}
\chord{t}{n,p2,p2,n,n,n}{Em}
\chord{t}{x,x,n,p2,p3,p2}{D}
\chord{t}{x,p3,p2,n,p1,n}{C}
\chord{t}{x,p2,p2,n,p1,n}{C/B}
\chord{t}{x,n,p2,p2,p1,n}{Am}
}
\begin{multicols}{2}
\begin{guitar}
[G]Should I? [D/F#]Could I? [Em]{ }
Have said the wrong things [D]right
a thousand times [C]{ }
If I could just re[C/B]wind
I see it in my [Am]mind
If I could turn back time, you'd still be mine…
\end{guitar}
\end{multicols}`Grazie!
- Devi essere connesso per rispondere a questo topic.