Compare commits
	
		
			No commits in common. "f8ead389b6ed4482dcbf493e59b3e9f16e534870" and "24f877565df3e11cabc54fa607ca5c3c7cb46ab2" have entirely different histories.
		
	
	
		
			f8ead389b6
			...
			24f877565d
		
	
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -56,7 +56,7 @@ class LaTeXGenerator(OutputGenerator):
 | 
			
		|||
		self.endln()
 | 
			
		||||
 | 
			
		||||
	def generate_Para(self, e: Para):
 | 
			
		||||
		self.generate(e.content)
 | 
			
		||||
		self.generate(e)
 | 
			
		||||
		self.writeln("") # This ensures an empty line
 | 
			
		||||
 | 
			
		||||
	def generate_Plain(self, e: Plain):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue