mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Add implementations for \textgreater and \textless, defined in (relatively)
recent versions of LaTeX2e but not support in LaTeX2HTML.
This commit is contained in:
		
							parent
							
								
									9479c958c5
								
							
						
					
					
						commit
						58fb237948
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -88,6 +88,8 @@ sub do_cmd_let{ | |||
| sub do_cmd_textasciitilde{ '~' . @_[0]; } | ||||
| sub do_cmd_textasciicircum{ '^' . @_[0]; } | ||||
| sub do_cmd_textbar{ '|' . @_[0]; } | ||||
| sub do_cmd_textgreater{ '>' . @_[0]; } | ||||
| sub do_cmd_textless{ '<' . @_[0]; } | ||||
| sub do_cmd_infinity{ '∞' . @_[0]; } | ||||
| sub do_cmd_plusminus{ '±' . @_[0]; } | ||||
| sub do_cmd_menuselection{ @_[0]; } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake