Skip to content

Instantly share code, notes, and snippets.

@casallas
Created March 20, 2015 05:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casallas/f3b9012c12b8fcb73bbc to your computer and use it in GitHub Desktop.
Save casallas/f3b9012c12b8fcb73bbc to your computer and use it in GitHub Desktop.
Convert string to sentence case in LaTeX
\usepackage{stringstrings} % \capitalize, \caselower
\newcommand{\sentencecase}[1]{\caselower[e]{#1}\capitalize{\thestring}}
@idris0001
Copy link

Can you do an example? Kindly send me a tutorial - iaabdulhameed@knu.ac.kr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment