gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master a831eac 1/2: Removed references to .xz in the


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master a831eac 1/2: Removed references to .xz in the book
Date: Mon, 3 Oct 2016 00:35:36 +0000 (UTC)

branch: master
commit a831eacc23ad90b0916d7752b09fb2a9e6bdad0e
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Removed references to .xz in the book
    
    After a good discussion on the gnu-prog-discuss mailing list, it was
    decided to release Gnuastro in `.tar.gz' and `.tar.lz' formats. The first
    is for backwords compatibility and stability and the second is for a robust
    and accurate archival format as well as much better compression. So all
    references to the `.tar.xz' format have been removed from the book to
    encourage the much more robust and better `.tar.lz' format.
    
    As suggested by Antonio Diaz Diaz (author of Lzip), the term "compression
    rate" was changed to "compression ratio". The latter is the proper
    technical term for what was intended.
---
 doc/gnuastro.texi |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 9eb7171..a2fbbeb 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -643,11 +643,11 @@ on the tarball release. If you have downloaded the 
tarball in the
 @file{TOPGNUASTRO} directory and the dependencies are installed, you can
 unpack, compile, check and install Gnuastro with the following commands. If
 you use GNU Tar, the same command (@command{$ tar xf}) can also be used to
-unpack @file{.tar.xz} and @file{.tar.lz} tarballs.
+unpack @file{.tar.lz} tarballs.
 
 @example
 $ cd TOPGNUASTRO
-$ tar xf gnuastro-latest.tar.gz    # Also usable for `.lz' and `.xz'.
+$ tar xf gnuastro-latest.tar.gz    # This works on `.tar.lz' too.
 $ cd gnuastro-X.X                  # Replace X.X with version number.
 $ ./configure
 $ make
@@ -2716,7 +2716,7 @@ activities, please clone the version controlled source as 
described in
 Gnuastro's official tarball is released with two formats: Gzip (with suffix
 @file{.tar.gz}) and Lzip (with suffix @file{.tar.lz}). The former is a very
 well-known and widely used compression program created by GNU and available
-in most systems. The latter provides a better compression rate and more
+in most systems. The latter provides a better compression ratio and more
 robust archival capacity. For example Gnuastro 0.2's tarball was 2.8MB and
 4.2MB with Lzip and Gzip respectively. From the
 @url{http://www.nongnu.org/lzip/lzip.html, Lzip webpage}: ``Lzip is a
@@ -5889,18 +5889,18 @@ quality of your output quality (pixels don't get 
different values).
 @itemx --hex
 @cindex ASCII85 encoding
 @cindex Hexadecimal encoding
-Use Hexadecimal encoding in creating EPS output. By default the
-ASCII85 encoding is used which provides a much better compression
-rate. When converted to PDF (or included in @TeX{} or @LaTeX{} which
-is finally saved as a PDF file), an efficient binary encoding is used
-which is far more efficient than both of them. The choice of EPS
-encoding will thus have no effect on the final PDF.
+Use Hexadecimal encoding in creating EPS output. By default the ASCII85
+encoding is used which provides a much better compression ratio. When
+converted to PDF (or included in @TeX{} or @LaTeX{} which is finally saved
+as a PDF file), an efficient binary encoding is used which is far more
+efficient than both of them. The choice of EPS encoding will thus have no
+effect on the final PDF.
 
 So if you want to transfer your EPS files (for example if you want to
 submit your paper to arXiv or journals in PostScript), their storage
 might become important if you have large images or lots of small
 ones. By default ASCII85 encoding is used which offers a much better
-compression rate (nearly 40 percent) compared to Hexadecimal encoding.
+compression ratio (nearly 40 percent) compared to Hexadecimal encoding.
 
 @item -u
 @itemx --quality



reply via email to

[Prev in Thread] Current Thread [Next in Thread]