summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jpneduenumerate/jpneduenumerate-en.md
blob: a8e6658084a7ca81f013e6f38e897c64e6a89004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Jpneduenumerate Package

Mathematical equation representation in Japanese education differs somewhat from the standard LaTeX writing style. This package introduces enumerative expressions in Japanese education.


## System Requirements

+ TeX format: LaTeX
+ TeX engine: pTeX, upTeX
+ Prerequisite package: enumitem, japanese-otf and refcount

Since the unit zw is used, it can be used only in the pTeX series.


## Installation

Move jpneduenumerate.sty file to $TEXMF/tex/latex/jpneduenumerate.


## Usage

### astarisked environments

The environment we will describe can be replaced with asterisked ones to eliminate the parindent.


### environment enumerate and itemize

The margins in the enumerate and itemize environments are automatically changed when the package is loaded. The symbols in the enumerate and itemize environments are automatically changed when the package is loaded. \labelenumi is (1), \labelenumii is (a), and \item is text bullet.


### environment romanenumerate and caseenumerate

This environment replaces the symbol (i) in the enumerate environment. caseenumerate is another name for romanenumerate.


### environment Romanenumerate and stepenumerate

This environment replaces the symbol (I) in the enumerate environment. stepenumerate is another name for Romanenumerate.


### \parenref{<label>}

Referred to as (1) depending on the label.


### \romanref{<label>}

Referred to as i depending on the label.


### \parenromanref{<label>}

Referred to as (i) depending on the label.


### \Romanref{<label>}

Referred to as I depending on the label.


### \parenRomanref{<label>}

Referred to as (I) depending on the labe


### \??auto \??keep \??reset \??ref{<label>}

\??auto outputs headings that automatically advance in numbering. \??keep outputs the heading with the previous number. \??reset resets the heading number back to 1. \??ref referred to as (1) depending on the label. \??ref{<label>} is referenced by label. The ?? parts can be the following:

+ square (framed by square)
+ question (another name for square)
+ enumerate (1)
+ subquestion (1)
+ case (i)
+ step (I)


Non-asterisked commands are heading. Asterisked commands are not heading.

\case is another name for \caseauto.

\step is another name for \stepauto.


### \equationreset

Reset the equation number back to 1.


### \question

\questionauto and reset the equation, subquestion, enumerate, case and step numbers back to 1. \question* is another name for \questionauto*.


### \subquestion

\subquestion and reset the case and step numbers back to 1. \subquestion* is another name for \subquestionauto*.


## License

This package released under [the MIT license](https://ctan.org/license/mit).


## Revision History

+ Version 1.0 2022-06-29
    + The first public version.


---

[Yukoh KUSAKABE](https://twitter.com/metaphysicainfo) (screen-name) at [metaphysica.info](https://www.metaphysica.info/)