Merge branch 'master' of emile/texbox into master
Neat, thank you!
This commit is contained in:
		
						commit
						3e573a9cee
					
				| @ -12,3 +12,10 @@ Build the container. This may take some seconds, as `tex-full` is rather huge. | ||||
| Then run the following command: | ||||
| 
 | ||||
| `sudo docker run -v "$(pwd)":/tex -e TARGET=<filename.tex> texbox` | ||||
| 
 | ||||
| ### alias | ||||
| 
 | ||||
| Insert this alias into your `.bashrc`, `.zshrc`, or any corresponding file in order to simply build `.tex` files using the `latexbuild <filename.tex>` command: | ||||
| 
 | ||||
| `alias "latexbuild"='function _latexbuild(){sudo docker run -v "$(pwd)":/tex -e TARGET="$1" texbox;};_latexbuild' | ||||
| ` | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user