gnu: Add texlive-ibycus-babel.
* gnu/packages/tex.scm (texlive-ibycus-babel): New variable.
This commit is contained in:
		
							parent
							
								
									33bcd6c0cb
								
							
						
					
					
						commit
						11ececc7f9
					
				
					 1 changed files with 23 additions and 0 deletions
				
			
		| 
						 | 
					@ -11663,6 +11663,29 @@ languages and/or dialects, and to select them or switch between them while
 | 
				
			||||||
typesetting.")
 | 
					typesetting.")
 | 
				
			||||||
    (license license:public-domain)))
 | 
					    (license license:public-domain)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public texlive-ibycus-babel
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "texlive-ibycus-babel")
 | 
				
			||||||
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
 | 
					             (list "doc/latex/ibycus-babel/"
 | 
				
			||||||
 | 
					                   "source/latex/ibycus-babel/"
 | 
				
			||||||
 | 
					                   "tex/latex/ibycus-babel/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "1lwf28h6lzlblg7s7bx2dhqprxvjj78a8rlljhk9kw5pf065c7aj")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/ibycus-babel")
 | 
				
			||||||
 | 
					    (synopsis "Use the Ibycus 4 Greek font with Babel")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "The package allows you to use the Ibycus 4 font for ancient Greek with
 | 
				
			||||||
 | 
					Babel.  It uses a Perl script to generate hyphenation patterns for Ibycus from
 | 
				
			||||||
 | 
					those for the ordinary Babel encoding, @samp{cbgreek}.  It sets up
 | 
				
			||||||
 | 
					@code{ibycus} as a pseudo-language you can specify in the normal Babel
 | 
				
			||||||
 | 
					manner.")
 | 
				
			||||||
 | 
					    (license license:lppl)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-inputnormalization
 | 
					(define-public texlive-inputnormalization
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "texlive-inputnormalization")
 | 
					    (name "texlive-inputnormalization")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue