]> git.lyx.org Git - features.git/commitdiff
add algorithm counter
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 5 Sep 2002 13:19:33 +0000 (13:19 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 5 Sep 2002 13:19:33 +0000 (13:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5209 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/counters.C

index 561a89ca75745470f8c8d552003eaad7a2ed9995..aa8d7506f66677937350881aaa118dd2a52a2ef4 100644 (file)
@@ -1,5 +1,7 @@
 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
+       * counters.C (Counters): add missing algorithm counter.
+
        * text2.C (setCounter): lookup the counter with layouts latexname
        instead of by section number.
        (setCounter): use a hackish way to lookup the correct enum
index 5b0de5941712e2beb852940d7f38bd8cf84da4e2..8415c45081c5aa0483227dbbd1e282cc593168ad 100644 (file)
@@ -95,6 +95,7 @@ Counters::Counters()
        // Float counters:
        newCounter("figure");
        newCounter("table");
+       newCounter("algorithm");
 }