10 lines
		
	
	
		
			85 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			85 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
DOC=the_floatimg_hack
 | 
						|
 | 
						|
pdflatex $DOC.tex
 | 
						|
 | 
						|
makeindex $DOC
 | 
						|
 | 
						|
pdflatex $DOC
 |