mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 04:47:28 +00:00 
			
		
		
		
	Merge pull request #56 from ben-e-whitney/position-definition
Awesome: Avoid LaTeX error when label is undefined.
This commit is contained in:
		| @@ -52,7 +52,7 @@ | |||||||
| %	Comment any of the lines below if they are not required | %	Comment any of the lines below if they are not required | ||||||
| %------------------------------------------------------------------------------- | %------------------------------------------------------------------------------- | ||||||
| \name{[~ print(h.initialWords( r.name )) ~]}{[[ h.lastWord( r.name ) ]]} | \name{[~ print(h.initialWords( r.name )) ~]}{[[ h.lastWord( r.name ) ]]} | ||||||
| \position{[[ r.info.label ]]} | [~ if (r.info.label) { ~]\position{[[ r.info.label ]]}[~ } ~] | ||||||
| \address{[[ r.location.address ]]} | \address{[[ r.location.address ]]} | ||||||
|  |  | ||||||
| \mobile{[[ r.contact.phone ]]} | \mobile{[[ r.contact.phone ]]} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user