Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2231)

Delta Between Two Patch Sets: Documentation/common-macros.itexi

Issue 258250043: Change the LilyPond default fonts to TeX Gyre
Left Patch Set: Created 9 years, 8 months ago
Right Patch Set: Change configure message and Remove lilypond.map Created 9 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | GNUmakefile.in » ('j') | configure.ac » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 3
4 @c *********************************************** 4 @c ***********************************************
5 @c SEE MACRO DEFINITION GUIDELINES IN macros.itexi 5 @c SEE MACRO DEFINITION GUIDELINES IN macros.itexi
6 @c *********************************************** 6 @c ***********************************************
7 7
8 @c Don't replace quotes with directed quotes. 8 @c Don't replace quotes with directed quotes.
9 9
10 @set txicodequoteundirected 10 @set txicodequoteundirected
11 @set txicodequotebacktick 11 @set txicodequotebacktick
12
13 @c Trick to use with proper font mappings the same NCSB fonts as
14 @c LilyPond instead of those provided by TeX distribution
15 @tex
16 \ifpdf
17 \pdfmapfile{=lilypond.map}
18 \fi
19 @end tex
20 12
21 @include cyrillic.itexi 13 @include cyrillic.itexi
22 14
23 @c ***** Displaying text ***** 15 @c ***** Displaying text *****
24 16
25 @c We need this since @q{\} doesn't work with makeinfo 4.11 -- 17 @c We need this since @q{\} doesn't work with makeinfo 4.11 --
26 @c say @q{@bs{}} instead. 18 @c say @q{@bs{}} instead.
27 19
28 @macro bs 20 @macro bs
29 \\ 21 \\
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 @end html 261 @end html
270 @iftex 262 @iftex
271 @image{pictures/\IMAGE-FILE\,,,\ALT\} 263 @image{pictures/\IMAGE-FILE\,,,\ALT\}
272 @end iftex 264 @end iftex
273 @ifinfo 265 @ifinfo
274 @image{lilypond/pictures/\IMAGE-FILE\,,,\ALT\} 266 @image{lilypond/pictures/\IMAGE-FILE\,,,\ALT\}
275 @end ifinfo 267 @end ifinfo
276 @end macro 268 @end macro
277 269
278 @end ifset 270 @end ifset
LEFTRIGHT
« no previous file | GNUmakefile.in » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b