cgnieder / leadsheets

A LaTeX package for creating leadsheets and songbooks
56 stars 11 forks source link

Formatting options #12

Closed Sacmanxman2 closed 6 years ago

Sacmanxman2 commented 6 years ago

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.

cgnieder commented 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}
Sacmanxman2 commented 6 years ago

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