__docformat__ = 'reStructuredText'

def latex_test(a,b,c):
	r"""
	This is a test to see if the latex-math role works.

	Inline math: :latex-math:`\sin(x_n^2)`.

	And displayed math:

	.. latex-math::
   		f(\epsilon) = \frac{1}{1 + \exp\left(\frac{\varepsilon}{k_\text{B}T}\right)}

	A list

	1. item1	
	2. item2
	"""
	return a+b+c
