gnu: texlive-latex-sidecap -> texlive-sidecap.
* gnu/packages/tex.scm (texlive-sidecap): New variable. (texlive-latex-sidecap): Deprecate variable.
This commit is contained in:
		
							parent
							
								
									87005d9aab
								
							
						
					
					
						commit
						f9f02c5d47
					
				
					 1 changed files with 17 additions and 9 deletions
				
			
		| 
						 | 
					@ -7532,24 +7532,32 @@ They combine a comprehensive Unicode-based collection of mathematical symbols
 | 
				
			||||||
and alphabets with a set of text faces suitable for professional publishing.")
 | 
					and alphabets with a set of text faces suitable for professional publishing.")
 | 
				
			||||||
      (license license:silofl1.1))))
 | 
					      (license license:silofl1.1))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-latex-sidecap
 | 
					(define-public texlive-sidecap
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit (simple-texlive-package
 | 
					    (name "texlive-sidecap")
 | 
				
			||||||
              "texlive-latex-sidecap"
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
             (list "doc/latex/sidecap/"
 | 
					             (list "doc/latex/sidecap/"
 | 
				
			||||||
 | 
					                   "source/latex/sidecap/"
 | 
				
			||||||
                   "tex/latex/sidecap/")
 | 
					                   "tex/latex/sidecap/")
 | 
				
			||||||
              (base32 "1biyxvh7fm70pq1rxqrla2vs013bpsd1j8jvlyl3vjg433d5bly3")
 | 
					             (base32
 | 
				
			||||||
              #:trivial? #t))
 | 
					              "0bjb514a6j90ad7dgyyzrwk6pp7rlb3zk9mfy0fv5a615a5gz82x")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
    (build-system texlive-build-system)
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     (list texlive-ragged2e))
 | 
				
			||||||
    (home-page "https://ctan.org/pkg/sidecap")
 | 
					    (home-page "https://ctan.org/pkg/sidecap")
 | 
				
			||||||
    (synopsis "Typeset captions sideways")
 | 
					    (synopsis "Typeset captions sideways")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "@code{sidecap} defines environments called @code{SCfigure} and
 | 
					     "The @code{sidecap} package defines environments called @code{SCfigure}
 | 
				
			||||||
@code{SCtable} (analogous to @code{figure} and @code{table}) to typeset
 | 
					and @code{SCtable} (analogous to @code{figure} and @code{table}) to typeset
 | 
				
			||||||
captions sideways.  Options include @code{outercaption}, @code{innercaption},
 | 
					captions sideways.  Options include @code{outercaption}, @code{innercaption},
 | 
				
			||||||
@code{leftcaption} and @code{rightcaption}.")
 | 
					@code{leftcaption} and @code{rightcaption}.")
 | 
				
			||||||
    (license license:lppl1.0+)))
 | 
					    (license license:lppl1.0+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-deprecated-package texlive-latex-sidecap texlive-sidecap)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-stmaryrd
 | 
					(define-public texlive-stmaryrd
 | 
				
			||||||
  (let ((template (simple-texlive-package
 | 
					  (let ((template (simple-texlive-package
 | 
				
			||||||
                   "texlive-stmaryrd"
 | 
					                   "texlive-stmaryrd"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue