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

Side by Side Diff: Documentation/common-macros.itexi

Issue 567340043: Calculate download sizes rather than hardcoding them
Patch Set: Rebase to current master and add Portuguese support Created 4 years 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:
View unified diff | Download patch
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @ignore 3 @ignore
4 **************************** 4 ****************************
5 MACRO DEFINITIONS GUIDELINES 5 MACRO DEFINITIONS GUIDELINES
6 **************************** 6 ****************************
7 7
8 This file contains macro definitions that are common to all languages, 8 This file contains macro definitions that are common to all languages,
9 i.e., all macro definitions that do not contain translatable text 9 i.e., all macro definitions that do not contain translatable text
10 (namely text visible in the output). 10 (namely text visible in the output).
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 @end macro 245 @end macro
246 246
247 @macro divEnd 247 @macro divEnd
248 @c keep the space for proper nesting of </p> 248 @c keep the space for proper nesting of </p>
249 249
250 @html 250 @html
251 </div> 251 </div>
252 @end html 252 @end html
253 @end macro 253 @end macro
254 254
255 @ifhtml
256 @ifclear bigpage
257 @macro docSize{before,target,after}
258 @html
259 \before\<!-- file-size:, href="../\target\"-->\after\
260 @end html
261 @end macro
262 @end ifclear
263 @ifset bigpage
264 @macro docSize{before,target,after}
265 @html
266 \before\<!-- file-size:, href="\target\"-->\after\
267 @end html
268 @end macro
269 @end ifset
270 @end ifhtml
271 @ifnothtml
272 @macro docSize{before,target,after}
273 \before\\after\
274 @end macro
275 @end ifnothtml
276
255 @ifclear web_version 277 @ifclear web_version
256 @ifclear bigpage 278 @ifclear bigpage
257 @macro docLink{name,target,webLink} 279 @macro docLink{name,target,webLink}
258 @uref{../\target\, \name\} 280 @uref{../\target\, \name\}
259 @end macro 281 @end macro
260 @end ifclear 282 @end ifclear
261 @ifset bigpage 283 @ifset bigpage
262 @macro docLink{name,target,webLink} 284 @macro docLink{name,target,webLink}
263 @uref{\target\, \name\} 285 @uref{\target\, \name\}
264 @end macro 286 @end macro
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 @end html 366 @end html
345 @iftex 367 @iftex
346 @image{pictures/\IMAGE-FILE\,,,\ALT\} 368 @image{pictures/\IMAGE-FILE\,,,\ALT\}
347 @end iftex 369 @end iftex
348 @ifinfo 370 @ifinfo
349 @image{lilypond/pictures/\IMAGE-FILE\,,,\ALT\} 371 @image{lilypond/pictures/\IMAGE-FILE\,,,\ALT\}
350 @end ifinfo 372 @end ifinfo
351 @end macro 373 @end macro
352 374
353 @end ifset 375 @end ifset
OLDNEW

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