dodano pdf
This commit is contained in:
parent
f2a36cd5bf
commit
33752e7703
@ -1,7 +1,12 @@
|
|||||||
\documentclass[a4paper,12pt]{article}
|
\documentclass[a4paper,12pt]{article}
|
||||||
|
\usepackage[utf8]{inputenc} % Obsługuje kodowanie UTF-8
|
||||||
|
\usepackage[T1]{fontenc} % Używa rozszerzonego zestawu znaków
|
||||||
|
\usepackage[polish]{babel} % Obsługuje polski język
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
|
|
||||||
|
\sloppy
|
||||||
|
|
||||||
% Ustawienia dla kodu w terminalu
|
% Ustawienia dla kodu w terminalu
|
||||||
\lstset{
|
\lstset{
|
||||||
backgroundcolor=\color{lightgray}, % Kolor tła
|
backgroundcolor=\color{lightgray}, % Kolor tła
|
||||||
@ -86,4 +91,3 @@ Po wykonaniu powyższych kroków, środowisko Docker zostanie uruchomione, a ses
|
|||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user