gnu: Add texlive-context-cmttbf.
* gnu/packages/tex.scm (texlive-context-cmttbf): New variable.
This commit is contained in:
		
							parent
							
								
									b9b02c6a0a
								
							
						
					
					
						commit
						e0975b96ed
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
					@ -10118,6 +10118,26 @@ in ConTeXt.  Such a font may be found in the Computer Modern extra bold font
 | 
				
			||||||
set.")
 | 
					set.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public texlive-context-cmttbf
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "texlive-context-cmttbf")
 | 
				
			||||||
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
 | 
					             (list "doc/context/third/cmttbf/"
 | 
				
			||||||
 | 
					                   "tex/context/third/cmttbf/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "0c88d2h6sn2l8s1lvy18h8vd6hc7im5gd85ilway4gq2nhvl4ahw")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs (list texlive-context))
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/context-cmttbf")
 | 
				
			||||||
 | 
					    (synopsis "Use Computer Modern Typewriter bold font in ConTeXt")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "The module makes provision for bold typewriter CM fonts, in ConTeXt.
 | 
				
			||||||
 | 
					Such a font may be found in the Computer Modern extra bold font set.")
 | 
				
			||||||
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-beamer
 | 
					(define-public texlive-beamer
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "texlive-beamer")
 | 
					    (name "texlive-beamer")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue