gnu: Add texlive-udesoftec.
* gnu/packages/tex.scm (texlive-udesoftec): New variable.
This commit is contained in:
		
							parent
							
								
									7a93240d8d
								
							
						
					
					
						commit
						310b862a3d
					
				
					 1 changed files with 23 additions and 0 deletions
				
			
		| 
						 | 
					@ -36865,6 +36865,29 @@ conference posters.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-deprecated-package texlive-latex-textpos texlive-textpos)
 | 
					(define-deprecated-package texlive-latex-textpos texlive-textpos)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public texlive-udesoftec
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "texlive-udesoftec")
 | 
				
			||||||
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
 | 
					             (list "bibtex/bst/udesoftec/"
 | 
				
			||||||
 | 
					                   "doc/latex/udesoftec/"
 | 
				
			||||||
 | 
					                   "source/latex/udesoftec/"
 | 
				
			||||||
 | 
					                   "tex/latex/udesoftec/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "02ja6n570hc1521anr12lkgc5xrcfg97lxca2pylwgi5bfkbsr0b")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/udesoftec")
 | 
				
			||||||
 | 
					    (synopsis "Thesis class for the University of Duisburg-Essen")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "The class is designed for typesetting theses in the Research Group for
 | 
				
			||||||
 | 
					Business Informatics and Software Engineering.  (The class may also serve as
 | 
				
			||||||
 | 
					a template for such theses.)  The class is designed for use with pdfLaTeX;
 | 
				
			||||||
 | 
					input in UTF-8 encoding is assumed.")
 | 
				
			||||||
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-unicode-math
 | 
					(define-public texlive-unicode-math
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "texlive-unicode-math")
 | 
					    (name "texlive-unicode-math")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue