Skip to content

Commit

Permalink
disable some =head3 used to split slides
Browse files Browse the repository at this point in the history
they were meant to latex-beamer but we're using HTML meanwhile
  • Loading branch information
alexm committed Sep 19, 2009
1 parent f2c6239 commit 8c60ba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Acme/PM/Barcelona/12x5_ca.pod
Expand Up @@ -287,6 +287,7 @@ d'un compte de La Caixa.
$iphone = "Mozilla/5.0 (iPhone; U; ...";
$mech = WWW::Mechanize->new(agent => $iphone);

=for ToBeUsedInTheFuture
=head3 L'extracte d'un compte de La Caixa (2)

# home page
Expand All @@ -304,6 +305,7 @@ d'un compte de La Caixa.
}
);

=for ToBeUsedInTheFuture
=head3 L'extracte d'un compte de La Caixa (3)

# segueix el primer enllac,
Expand All @@ -321,6 +323,7 @@ d'un compte de La Caixa.
<li[^>]+> (\d+/\d+/\d+)
}sx;

=for ToBeUsedInTheFuture
=head3 L'extracte d'un compte de La Caixa (4)

print "$1, $2, $3\n"
Expand Down Expand Up @@ -525,6 +528,7 @@ estigui visible.
20,
);

=for ToBeUsedInTheFuture
=head3 Obrir algunes pàgines web amb el Firefox (2)

@webs = (
Expand Down Expand Up @@ -735,7 +739,7 @@ moment to strike back at the evil oppressors.

print "Hello, world!\n";

=head3 Acme::Code::FreedomFighter (2)
=head3 Codi del mòdul Acme::Code::FreedomFighter

=for latex
\tiny
Expand Down

0 comments on commit 8c60ba5

Please sign in to comment.