summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chordbars/size_demo.tex
blob: 2401364945d0e5a807fe417965f18cd2cc36535c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[left=2.00cm,vmargin=1cm]{geometry}
\usepackage[12pt]{moresize}
\usepackage{hyperref}
\usepackage{chordbars}

\title{Size demo of the chordbars package}
\author{S. Kramm}

\begin{document}


\countbarsNo

\songtitle

Package home page: https://github.com/skramm/chordbars

This is an size demo for the \LaTeX chordbars package, provided to be able to have a quick glance at what size choices can be done.
It is build with the "article" class,
using a default "12pt" font size and the "moresize" package
\footnote{Without this additional package, and according to \url{https://www.sascha-frank.com/latex-font-size.html},
the \textbackslash huge and \textbackslash Huge sizes are both 25pt (the same!) when using the "12pt" article option.
This is not the case when using "11pt" font size.}.
See chordbars manual or source file for details.

Build on \today.

\section{- barsize=1.5}
\def\barsize{1.5}%	

\def\chordFontSize{\large\bfseries}
\begin{chordbar}{4}{Font=large}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}


\def\chordFontSize{\Large\bfseries}
\begin{chordbar}{4}{Font=Large}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\def\chordFontSize{\LARGE\bfseries}
\begin{chordbar}{4}{Font=LARGE}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\section{- barsize=2}
\def\barsize{2}%	

\def\chordFontSize{\LARGE\bfseries}
\begin{chordbar}{4}{Font=LARGE}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\def\chordFontSize{\huge\bfseries}
\begin{chordbar}{4}{Font=huge}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}


\def\chordFontSize{\Huge\bfseries}
\begin{chordbar}{4}{Font=Huge}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}


\section{- barsize=2.5}
\def\barsize{2.5}%	

\def\chordFontSize{\LARGE\bfseries}
\begin{chordbar}{4}{Font=LARGE}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\def\chordFontSize{\huge\bfseries}
\begin{chordbar}{4}{Font=huge}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}


\def\chordFontSize{\Huge\bfseries}
\begin{chordbar}{4}{Font=Huge}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\section{- barsize=3}
\def\barsize{3}%	

\def\chordFontSize{\LARGE\bfseries}
\begin{chordbar}{4}{Font=LARGE}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\def\chordFontSize{\huge\bfseries}
\begin{chordbar}{4}{Font=huge}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}


\def\chordFontSize{\Huge\bfseries}
\begin{chordbar}{4}{Font=Huge}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}

\def\chordFontSize{\HUGE\bfseries}
\begin{chordbar}{4}{Font=HUGE}
\chordf{C}
\chordf{Dm7}
\chordf{Em7}
\chordf{F\MajS}
\end{chordbar}


\end{document}