Closed Sacmanxman2 closed 6 years ago
I have no problems with the “normal” LaTeX commands:
\documentclass{article}
\usepackage[margin=2in,showframe]{geometry}
\usepackage[T1]{fontenc}
% \usepackage[sfdefault]{AlegreyaSans}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{leadsheets}
\begin{document}
\begin{song}{title=Foo}
\begin{verse}
Bla bla
\end{verse}
\end{song}
\end{document}
Ok, looks like I was using some different commands. Those work fine, thanks for your help!!
On Fri, Feb 16, 2018 at 7:48 AM, Clemens Niederberger < notifications@github.com> wrote:
I have no problems with the “normal” LaTeX commands:
\documentclass{article}\usepackage[margin=2in,showframe]{geometry} \usepackage[T1]{fontenc}% \usepackage[sfdefault]{AlegreyaSans}\renewcommand{\familydefault}{\sfdefault} \usepackage{leadsheets} \begin{document} \begin{song}{title=Foo}\begin{verse} Bla bla\end{verse}\end{song} \end{document}
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cgnieder/leadsheets/issues/12#issuecomment-366239506, or mute the thread https://github.com/notifications/unsubscribe-auth/AMKOJjqwtoxDH4CexvggWLk7EGoSLaoXks5tVYckgaJpZM4SHp9J .
-- Jared Sackett
How would one go about formatting it with wider margins and a larger sans-serif font? I tried the normal LaTeX commands and those didn't seem to work.