Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2046)

Unified Diff: docs/language/dart.sty

Issue 652993005: Working insertion of hash values; added a few labels in spec (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Working insertion of hash values (fix: invokes dart with full path) Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/language/Makefile ('k') | docs/language/dartLangSpec.tex » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/language/dart.sty
diff --git a/docs/language/dart.sty b/docs/language/dart.sty
index 7da3c7b194e89ea1cec094b0e65fb3d412385a63..6b2181541b1263d71181ba5ee7cfeb90816d4e7e 100644
--- a/docs/language/dart.sty
+++ b/docs/language/dart.sty
@@ -118,7 +118,7 @@
% ----------------------------------------------------------------------
% Support for hash valued Location Markers
-% very small font, to enable 33 char hash values in the margin
+% very small font, to enable 40 char hash values in the margin
\makeatletter
\ifcase \@ptsize \relax% 10pt
\newcommand{\miniscule}{\@setfontsize\miniscule{2}{3}}% \tiny: 5/6
@@ -141,11 +141,7 @@
% define a label, and show the associated logical location marker
\newcommand{\LMLabel}[1]{%
- \vspace{-\baselineskip}\hspace{0pt}\OriginalLMHash{\raisebox{10ex}{sec:#1}}%
+ \vspace{-\baselineskip}\hspace{0pt}\OriginalLMHash{\raisebox{10ex}{#1}}%
\label{#1}}
-
-% dummy version of LMHash, always shows the same arbitrary hash value
-\renewcommand{\LMHash}[1]{\OriginalLMHash{ba01b04d58c8c4e259764498f823cc65}}
-
% ----------------------------------------------------------------------
« no previous file with comments | « docs/language/Makefile ('k') | docs/language/dartLangSpec.tex » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698