mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	rogueviz::presentation:: added a comment about what package you need
This commit is contained in:
		| @@ -182,6 +182,7 @@ string latex_packages = | |||||||
|   "\\definecolor{remph}{rgb}{0,0.5,0}\n" |   "\\definecolor{remph}{rgb}{0,0.5,0}\n" | ||||||
|   "\\renewcommand{\\labelitemi}{{\\color{remph}$\\blacktriangleright$}}\n"; |   "\\renewcommand{\\labelitemi}{{\\color{remph}$\\blacktriangleright$}}\n"; | ||||||
|  |  | ||||||
|  | /* note: you pdftopng from the xpdf package for this to work! */ | ||||||
| string gen_latex(presmode mode, string s, int res, flagtype flags) { | string gen_latex(presmode mode, string s, int res, flagtype flags) { | ||||||
|   unsigned hash = 0; |   unsigned hash = 0; | ||||||
|   for(char c: latex_packages + s) hash = (hash << 3) ^ hash ^ c ^ flags; |   for(char c: latex_packages + s) hash = (hash << 3) ^ hash ^ c ^ flags; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue