gnu: Add texlive-tabto-generic.
* gnu/packages/tex.scm (texlive-tabto-generic): New variable.
This commit is contained in:
		
							parent
							
								
									04968722d7
								
							
						
					
					
						commit
						fde679ba83
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		|  | @ -3719,6 +3719,24 @@ aligned vertically.  The package works with plain TeX or LaTeX, but e-TeX is | |||
| required.") | ||||
|     (license license:lppl1.3c))) | ||||
| 
 | ||||
| (define-public texlive-tabto-generic | ||||
|   (package | ||||
|     (name "texlive-tabto-generic") | ||||
|     (version (number->string %texlive-revision)) | ||||
|     (source (texlive-origin | ||||
|              name version | ||||
|              (list "tex/generic/tabto-generic/") | ||||
|              (base32 | ||||
|               "0i65jflbnhqpqf1w7pkagicic1s39gcl319z7g9zr1g80f9532dv"))) | ||||
|     (build-system texlive-build-system) | ||||
|     (home-page "https://ctan.org/pkg/tabto-generic") | ||||
|     (synopsis "Tab to a measured position in the line") | ||||
|     (description | ||||
|      "@code{\\tabto@{<length>@}} moves the typesetting position to | ||||
| @code{<length>} from the left margin of the paragraph.  If the typesetting | ||||
| position is already further along, @code{\\tabto} starts a new line.") | ||||
|     (license license:public-domain))) | ||||
| 
 | ||||
| (define-public texlive-tex | ||||
|   (package | ||||
|     (name "texlive-tex") | ||||
|  |  | |||
		Reference in a new issue