• 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

    Connecting to synology per ssh

    September 10, 2025 less than 1 minute read

    Synology run deprecated versions of sshd. The cbc cipher needs to be explicitly allowed.

    NixOS: Getting Started

    September 10, 2025 1 minute read

    nixos

    How to get KeePassXC to work with Librewolf

    September 10, 2025 less than 1 minute read

    See: https://davevo.com/2023/04/26/how-to-get-keepassxc-to-work-with-librewolf/

    Rust in Action by Tim McNamara

    May 24, 2025 less than 1 minute read

    The book “Rust in Action” by Tim McNamara is widely recommended online as a good and basic learning resource for Rust.

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