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
66eed244
Kaydet (Commit)
66eed244
authored
Haz 18, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add some information on the use of \verbatiminput to display sources from
an external file.
üst
183a2f24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc.tex
Doc/doc/doc.tex
+15
-0
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
66eed244
...
...
@@ -611,6 +611,21 @@ This \UNIX\ is also followed by a space.
non-Python code and non-code displays. There should be no blank
lines at the top or bottom of any
\env
{
verbatim
}
display.
Longer displays of verbatim text may be included by storing the
example text in an external file containing only plain text. The
file may be included using the standard
\macro
{
verbatiminput
}
macro; this macro takes a single argument naming the file
containing the text. For example, to include the Python source
file
\file
{
example.py
}
, use:
\begin{verbatim}
\verbatiminput
{
example.py
}
\end{verbatim}
Use of
\macro
{
verbatiminput
}
allows easier use of special editing
modes for the included file. The file should be placed in the
same directory as the
\LaTeX
{}
files for the document.
The Python Documentation Special Interest Group has discussed a
number of approaches to creating pretty-printed code displays and
interactive sessions; see the Doc-SIG area on the Python Web site
...
...
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