summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html')
-rw-r--r--Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html
new file mode 100644
index 00000000000..49badf5b6bb
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html
@@ -0,0 +1,44 @@
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
+<title> Zastaw ciekawych makroinstrukcji </title>
+<LINK REL="stylesheet" TYPE="text/css" HREF="mycss.css">
+<meta http-equiv="Content-language" content="pl">
+<meta name="Author" content="Włodzimierz Macewicz">
+<meta name="Keywords" content="tex, latex, makroinstrukcje, pakiety makroinstrukcji, Wirtualna Akademia">
+</head>
+<body>
+<h2><a name="comma">comma</a></h2>
+
+<p>Pakiet udostępnia polecenie umożliwiające zmianę sposobu prezentacji liczników, polegające na podzieleniu liczby na sekcje po trzy cyfry, oddzielone
+wskazanym separatorem (domyślnie jest to przecinek).
+
+<pre>
+\renewcommand\thesection{\commaform{section}}
+</pre>
+parametrem polecenia <tt>\commaform</tt> może być jedynie nazwa licznika.
+</p>
+<p>Domyślny separator definiuje polecenie <tt>\commaformtoken</tt>, możemy
+go zmienić np. w następujący sposób:<br/>
+<pre>
+\def\commaformtoken{\,}
+</pre>
+teraz wstawia ono mały odstęp między każde trzy cyfry (licząc od końca).
+</p>
+
+<p>Zobacz także pakiet <a href="numprint.html">numprint</a>.</p>
+<p class="noindent">Pakiet jest dostępny pod adresem:<br/>
+<a href="ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/carlisle">ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/carlisle</a></p>
+<hr/>
+
+
+
+
+<a href=../../texologia.html><img src="../../gify/lew-7vs.gif" hspace=10 border=0 align=left></a>
+<a href=mailto:W.Macewicz@ia.pw.edu.pl><img src="../../gify/mail.gif" hspace=10 align=left></a>
+<a href=http://www.ia.pw.edu.pl/~wujek/index.html>Włodzimierz Macewicz</a><br clear=all>
+<hr>
+<!--#config timefmt="%y-%m-%d" -->
+Ostatnie zmiany: <!--#echo var="LAST_MODIFIED" -->.
+</body>
+</html>