LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show HTML Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Joseph Wright <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Tue, 11 Feb 2014 21:34:00 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
The following functions are deprecated and will be removed from expl3 at 
the end of 2015:

  - \int_to_decimal:n
  - \int_to_hexadecimal:n
  - \int_to_octal:n
  - \int_from_decimal:n
  - \int_from_hexadecimal:n
  - \int_from_octal:n

To replace these, the following functions are introduced:

  - \int_to_dec:n
  - \int_to_Hex:n
  - \int_to_oct:n
  - \int_from_dec:n
  - \int_from_hex:n
  - \int_from_oct:n

In addition, the new function

  - \int_to_hex:n

is introduced. Note that for the creation of hexadecimal numbers, there 
are now separate functions to create lower and upper case letters in the 
output. See also announcement concerning \int_to_base:nn.
--
Joseph Wright

ATOM RSS1 RSS2