From: Petter Reinholdtsen Date: Wed, 29 Jul 2015 06:52:51 +0000 (+0000) Subject: Drop figure titles and remove colon from figure label. X-Git-Tag: edition-2015-10-10~391 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/8d098c847b59221978438e251ebcabbd9b325e88?ds=sidebyside Drop figure titles and remove colon from figure label. --- diff --git a/freeculture.xml b/freeculture.xml index b85b185..441bdc9 100644 --- a/freeculture.xml +++ b/freeculture.xml @@ -6494,7 +6494,7 @@ how four different modalities of regulation interact to support or weaken the right or regulation. I represented it with this diagram:
-How four different modalities of regulation interact to support or weaken the right or regulation. +
Madonna @@ -6623,7 +6623,7 @@ driving.
-Law has a special role in affecting the three. +
@@ -6687,7 +6687,7 @@ Let's say this is the picture of copyright's regulation before the Internet:
-Copyright's regulation before the Internet. +
@@ -6733,7 +6733,7 @@ after the fall of Saddam, but this time no government is justifying the looting that results.
-effective state of anarchy after the Internet. +
@@ -7057,14 +7057,14 @@ particular concentration of market power. In terms of our model, we started here:
-Copyright's regulation before the Internet. +
We will end here:
-<quote>Copyright</quote> today. +
@@ -7559,7 +7559,7 @@ We can see this point abstractly by beginning with this largely empty circle.
-All potential uses of a book. +
booksthree types of uses of @@ -7583,7 +7583,7 @@ it up, those acts are not regulated by copyright law, because those acts do not make a copy.
-Examples of unregulated uses of a book. +
@@ -7604,7 +7604,7 @@ that remain unregulated because the law considers these fair uses.
-Republishing stands at the core of this circle of possible uses of a copyrighted work. +
Constitution, U.S.First Amendment to @@ -7620,7 +7620,7 @@ but the law denies the owner any exclusive right over such fair uses
-Unregulated copying considered <quote>fair uses.</quote> +
copyrightusage restrictions attached to @@ -7684,7 +7684,7 @@ fifth time, you are making a copy of the book contrary to the copyright owner's wish.
-Uses that before were presumptively unregulated are now presumptively regulated. +
@@ -7962,7 +7962,7 @@ copy of a button at the bottom called Permissions.
-Picture of an old version of Adobe eBook Reader +
@@ -7970,7 +7970,7 @@ If you click on the Permissions button, you'll see a list of the permissions that the publisher purports to grant with this book.
-List of the permissions that the publisher purports to grant. +
@@ -7989,7 +7989,7 @@ Here's the e-book for another work in the public domain (including the translation): Aristotle's Politics.
-E-book of Aristotle's <quote>Politics</quote> +
@@ -7998,7 +7998,7 @@ at all. But fortunately, you can use the Read Aloud button to hear the book.
-List of the permissions for Aristotle's <quote>Politics</quote>. +
Future of Ideas, The (Lessig) @@ -8010,7 +8010,7 @@ Ideas:
-List of the permissions for <quote>The Future of Ideas</quote>. +
@@ -8095,8 +8095,7 @@ domain. Yet when you clicked on Permissions for that book, you got the following report:
-List of the permissions for <quote>Alice's Adventures in -Wonderland</quote>. +
@@ -8446,7 +8445,9 @@ such a use would be good. It, too, is a technology that has both good and bad uses.
-VCR/handgun cartoon. +— On which item have the courts ruled that manufacturers and +retailers be held responsible for having supplied the +equipment?
Conrad, Paul @@ -8660,7 +8661,7 @@ owning as many outlets of media as possible. A picture describes this pattern better than a thousand words could do:
-Pattern of modern media ownership. +
@@ -12744,13 +12745,14 @@ in a time of such fruitful creative ferment. The best responses were in the cartoons. There was a gaggle of hilarious images—of Mickey in jail and the like. The best, from -my view of the case, was Ruben Bolling's, reproduced in -. The powerful and wealthy line is a bit -unfair. But the punch in the face felt exactly like that. +my view of the case, was Ruben Bolling's, reproduced in figure +. The powerful +and wealthy line is a bit unfair. But the punch in the face +felt exactly like that. Bolling, Ruben
-Tom the Dancing Bug cartoon + Bolling, Ruben
diff --git a/myclass.cls b/myclass.cls index cf794be..a2aca98 100644 --- a/myclass.cls +++ b/myclass.cls @@ -23,3 +23,7 @@ % elements. We thought that looked sillier than having pages be % different lengths, so we used the raggedbottom command. \raggedbottom + +% Hint for figure with empty title: remove the colon label separator +\usepackage{caption} +\captionsetup[figure]{labelsep=none}