Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
08c68fc8
Kaydet (Commit)
08c68fc8
authored
Nis 11, 2000
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
LaTeX macros for the Distutils manuals.
Perhaps these should be added to the standard Python style file?
üst
c392caa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
distutils.sty
Doc/texinputs/distutils.sty
+26
-0
No files found.
Doc/texinputs/distutils.sty
0 → 100644
Dosyayı görüntüle @
08c68fc8
%
% LaTeX commands and macros needed for the two Distutils manuals,
% inst.tex and dist.tex.
%
% $Id$
%
% My gripe list about the Python style files:
% * I want italics in verbatim environments (verbatim.sty?)
% * I hate escaping underscores (url.sty fixes this)
% Should these be added to the standard Python doc tools? (They'll be
% needed for my "Distributing Python Modules" guide, too.)
\newcommand
{
\command
}
[1]
{
\code
{
#1
}}
\newcommand
{
\option
}
[1]
{
\textsf
{
\small
{
#1
}}}
\newcommand
{
\filevar
}
[1]
{{
\textsl
{
\filenq
{
#1
}}}}
\newcommand
{
\homefile
}
[1]
{
\file
{
\tilde
/#1
}}
\newcommand
{
\comingsoon
}{
\emph
{
Coming soon...
}}
\def\package
{
\module
}
% And how about these? Very handy for writing pathnames (tilde for
% Unix, backslash for DOS/Windows).
\renewcommand
{
\tilde
}{
\raisebox
{
-0.5ex
}{
\symbol
{
126
}}}
\newcommand
{
\bslash
}{
\symbol
{
92
}}
% XXX only works in tt fonts!
\newcommand
{
\XXX
}
[1]
{
\textbf
{
**#1**
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment