Skip to content

Instantly share code, notes, and snippets.

@skalnik
Forked from nkezhaya/gist:1879240
Created February 21, 2012 21:59
Show Gist options
  • Save skalnik/1879279 to your computer and use it in GitHub Desktop.
Save skalnik/1879279 to your computer and use it in GitHub Desktop.
\newcounter{ct}
\newcommand{\Rate}[1]{
\forloop{ct}{0}{\value{ct} < #1}{\filledlargestar }
\forloop{ct}{\value{ct}}{\value{ct} < 5}{\largestar }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment