Skip to content

Instantly share code, notes, and snippets.

@nkezhaya
Created February 21, 2012 21:52
Show Gist options
  • Save nkezhaya/1879240 to your computer and use it in GitHub Desktop.
Save nkezhaya/1879240 to your computer and use it in GitHub Desktop.
\newcommand{\Rate}[1]{
\newcounter{ct}
\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