• Skip to primary navigation
  • Skip to content
  • Skip to footer
Paul's Blog
  • Posts
  • Collections
  • Categories
  • Tags
  • Rust Resources
  • C++ Resources
  • About
    Paul

    Paul

    Me hacking away at things.

    • GitHub

    Latex: continuous numbering of tables/figures across chapters

    September 13, 2017 less than 1 minute read

    put this in your preamble

    [code language="latex"]
    \usepackage{chngcntr}
    \counterwithout{figure}{chapter}
    \counterwithout{table}{chapter}
    [/code]

    https://tex.stackexchange.com/questions/28333/continuous-v-per-chapter-section-numbering-of-figures-tables-and-other-docume

    Tags: latex, numbering

    Updated: September 13, 2017

    Previous Next

    You May Also Enjoy

    clangd in VSCode/Codium on NixOS: fixing missing standard headers

    May 14, 2026 4 minute read

    If you use the clangd VSCode extension on NixOS, you’ve probably seen this in the clangd log:

    Status update of work on libc++: cartesian product view

    May 9, 2026 3 minute read

    Initial post of libc++ contribution: My first patch to libc++.

    GitLens not showing inline blame in VSCode

    March 20, 2026 less than 1 minute read

    GitLens might not show inline blame.

    tiptoi pen: Adding files manually

    February 24, 2026 less than 1 minute read

    The tiptoi pen is a wonderful toy for small children. For new books one needs to copy audio files to the pen. There is a docking station for newer models th...

    • Feed
    © 2026 Paul's Blog. Powered by Jekyll & Minimal Mistakes.