gnu: Add texlive-bidicontour.
* gnu/packages/tex.scm (texlive-bidicontour): New variable.
This commit is contained in:
		
							parent
							
								
									3db87db2d8
								
							
						
					
					
						commit
						53537fd75a
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
					@ -833,6 +833,26 @@ page, in both LTR and RTL modes.  The package only works with @code{xelatex}
 | 
				
			||||||
format and should be loaded before the @code{bidi} package.")
 | 
					format and should be loaded before the @code{bidi} package.")
 | 
				
			||||||
    (license license:lppl1.3+)))
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public texlive-bidicontour
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "texlive-bidicontour")
 | 
				
			||||||
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
 | 
					             (list "doc/xelatex/bidicontour/"
 | 
				
			||||||
 | 
					                   "tex/xelatex/bidicontour/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "1kiqbn5map3d9bmlvr5cq1snssw44c772xzjp6yyjvg6wg1zy0bn")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/bidicontour")
 | 
				
			||||||
 | 
					    (synopsis "Bidi-aware coloured contour around text")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "The package is a re-implementation of the @code{contour} package, making
 | 
				
			||||||
 | 
					it Bidi-aware, and adding support of the xdvipdfmx (when the outline option of
 | 
				
			||||||
 | 
					the package is used).")
 | 
				
			||||||
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-libkpathsea
 | 
					(define-public texlive-libkpathsea
 | 
				
			||||||
  (package/inherit texlive-bin
 | 
					  (package/inherit texlive-bin
 | 
				
			||||||
    (name "texlive-libkpathsea")
 | 
					    (name "texlive-libkpathsea")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue