Moonic's notes


Sunday, August 19, 2012

LaTeX tip: one counter for tables and figures

To use a single counter for tables and figures in the LaTeX document
\makeatletter
\renewcommand*{\thetable}{\arabic{table}}
\renewcommand*{\thefigure}{\arabic{figure}}
\let\c@table\c@figure
\makeatother  
in the preamble of the document. One can test it using dummy text, thanks to blindtext package, i.e.

\usepackage[english]{babel}
\usepackage{blindtext}

for the preamble and

\blindtext
\Blindtext
 
in the main body of the document to produce a paragraph or two of the dummy text.

Acks: single counter tip can be found here; more about dummy text here.
 

Labels:

Friday, August 10, 2012

Neo-classics based on Bach's work



A wikipedia list of fugas [link] and other compositions [link] written by J.S. Bach, including my favorite ones:
  • BWV 847 – Well-Tempered Clavier, Book 1: Prelude and Fugue No. 2 in C minor
  • BWV 999 – Prelude in C minor

Some of my favorite pieces:

  • Karl Richter performance of BWV 847 [link]
  • Pavel Egorov interpretation Prelude in C minor BWV 999 [link]
  • Vanessa Mae with her Classical Gas [link]
  • Very nice neo-classic remix [link] made by VioDance DJ Davor and electric violinist Becky.

Are there some other neo-classical works? The list will be updated.