Skip to content

Commit 2dff21f

Browse files
committed
complete more-10
1 parent 58dd55c commit 2dff21f

1 file changed

Lines changed: 38 additions & 45 deletions

File tree

mr/more-10.md

Lines changed: 38 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
---
22
layout: "lesson"
3-
lang: "en"
4-
title: "More on: Mathematics"
5-
description: "This lesson show more amsmath alignment environments, how to make math bold, the math extension package mathtools, and using Unicode input for maths."
6-
toc-anchor-text: "More on: Mathematics"
3+
lang: "mr"
4+
title: "अधिक माहिती: गणित"
5+
description: "ह्या प्रकरणात आपण amsmath आज्ञासंचातील मांडणीची क्षेत्रे पाहणार आहोत. तसेच गणिती अक्षरे ठळक ठशात कशी छापावीत, गणिताच्या विस्तारित वापरासाठी mathtools आज्ञासंच व युनिकोड अक्षरांसह गणिताची अक्षरजुळणी करणे हे सर्व शिकूया."
6+
toc-anchor-text: "अधिक माहिती: गणित"
77
---
88

99

10-
## Further `amsmath` alignments
10+
## `amsmath`मधील मांडणीची क्षेत्रे
1111

12-
In addition to the `align*` environment shown in the main lesson,
13-
`amsmath` has several other display math constructs, notably `gather`
14-
for multi-line displays that do not need alignment, and `multline` for
15-
splitting a larger single expression over multiple lines, aligning the
16-
first line to the left, and the last to the right. In all cases the `*`
17-
form omits the equation numbers by default.
12+
मुख्य प्रकरणात दाखवलेल्या `align*` क्षेत्राखेरीज, `amsmath` आज्ञासंचात अनेक क्षेत्रे उपलब्ध
13+
आहेत. `gather` हे क्षेत्र अनेक ओळींतील गणिती मांडणीसाठी उपयुक्त आहे, परंतु त्यांमध्ये कोणतीही
14+
आडवी मांडणी दिसत नाही. `multline` क्षेत्रासह एक मोठे समीकरण अनेक ओळींवर लिहिता
15+
येते. त्यातील पहिली ओळ डावीकडे मांडली जाते तर शेवटची ओळ उजवीकडे. प्रत्येक क्षेत्राच्या नावापुढे
16+
`*` जोडल्यास त्या क्षेत्रातील समीकरणांना क्रमांक मिळत नाहीत.
1817

1918
```latex
2019
\documentclass[a4paper]{article}
@@ -39,12 +38,10 @@ Multline
3938
\end{document}
4039
```
4140

42-
### Columns in math alignments
41+
### गणिती अक्षरजुळणीत स्तंभ
4342

44-
The `amsmath` alignment environments are designed to take pairs of
45-
columns with the first column of each pair aligned to the right and
46-
the second aligned to the left. This allows multiple equations to be
47-
shown, each aligned towards its relation symbol.
43+
`amsmath` आज्ञासंचातील मांडणीची क्षेत्रे समीकरणांची स्तंभयुक्त मांडणी करू शकतात. प्रत्येक जोडीतील
44+
पहिला स्तंभ उजवीकडे मांडला असतो व दुसरा स्तंभ डावीकडेे.
4845

4946
```latex
5047
\documentclass{article}
@@ -60,10 +57,9 @@ r &= s^{2} & t &=u^{3} & v &= w^{4}
6057
\end{document}
6158
```
6259

63-
64-
In addition there are variants of the display environments ending
65-
in `ed` that make a subterm inside a larger display.
66-
For example, `aligned` and `gathered` are variants of `align` and `gather` respectively.
60+
मांडणीच्या ह्या क्षेत्रांच्या `ed` प्रत्ययासहितच्या आवृत्त्यादेखील उपलब्ध आहेत. ह्या क्षेत्रांमधील
61+
मजकूर एक समीकरण असल्याप्रमाणे छापला जातो व त्यामुळे समीकरणावर व खाली सोडलेल्या जागेत फरक
62+
पडतो. ह्या क्षेत्रांची नावे `aligned``gathered` अशी आहेत.
6763

6864
```latex
6965
\documentclass{article}
@@ -85,9 +81,8 @@ d&=c
8581
\end{document}
8682
```
8783

88-
`aligned` takes a positional optional argument similar to `tabular`.
89-
This is often useful to align an inline math formula on its top row;
90-
compare the items in the list in the following example.
84+
`aligned` ह्या क्षेत्रास स्थानाचा वैकल्पिक कार्यघटक देता येतो. ह्यामुळे शीर्षस्थानी दर्शनी गणित
85+
बसवणे शक्य होते. पुढील उदाहरण पाहा.
9186

9287
```latex
9388
\documentclass{article}
@@ -109,11 +104,11 @@ c&=d
109104
\end{document}
110105
```
111106

112-
## Bold Math
113-
Standard LaTeX has two methods to give bold symbols in math. To make
114-
an entire expression bold, use `\boldmath` before entering the
115-
expression. The command `\mathbf` is also available to set individual
116-
letters or words in upright bold roman.
107+
## ठळक ठशातील गणित
108+
109+
लाटेक्-सह दोन पद्धतींनी ठळक ठशातील गणिती चिन्हे मिळवता येतात. संपूर्ण पदावली जर ठळक ठशात
110+
हवी असेल, तर `\boldmath` ही आज्ञा पदावलीपूर्वी लिहावी. पदावलीतील काही ठरावीक चिन्हे
111+
ठळक करण्यासाठी `\mathbf` ही आज्ञाही उपलब्ध आहे.
117112

118113
```latex
119114
\documentclass[a4paper]{article}
@@ -131,11 +126,9 @@ $\mathbf{\pi} r^2$ % bad use of \mathbf
131126
\end{document}
132127
```
133128

134-
If you want to access bold symbols (as would be used by `\boldmath`)
135-
within an otherwise normal weight expression, then you can use the
136-
command `\bm` from the `bm` package. Note that `\bm` also works with
137-
symbols such as `=` and Greek letters. (Note that `\mathbf` has no effect
138-
on `\pi` in the example above.)
129+
गणितक्षेत्राच्या इटालीय वळणातच ठळक ठसा हवा असेल, तर `bm` आज्ञासंचातील `\bm` ही आज्ञा
130+
वापरू शकता. ही आज्ञा `=` अशा चिन्हांवर अथवा ग्रीक अक्षरांवरही काम करते. वरील उदाहरणात
131+
असे लक्षात येईल की `\pi` ह्या आज्ञेवर ठळक ठशाच्या आज्ञेचा कोणताही परिणाम झाला नाही.
139132

140133
```latex
141134
\documentclass[a4paper]{article}
@@ -153,10 +146,12 @@ $\alpha + \bm{\alpha} < \beta + \bm{\beta}$
153146
\end{document}
154147
```
155148

156-
## Mathtools
157-
The package `mathtools` loads `amsmath` and adds several additional
158-
features, such as variants of the `amsmath` matrix environments that
159-
allow the column alignment to be specified.
149+
## mathtools आज्ञासंच
150+
151+
`mathtools` आज्ञासंचातर्फे `amsmath` हा आज्ञासंच वापरला जातो व त्या आज्ञासंचात काही
152+
अतिरिक्त सुविधा पुरवल्या जातात. उदा. `amsmath` आज्ञासंचाहून किंचित वेगळ्या सारण्या ज्यांमध्ये
153+
आडवी मांडणी शक्य आहे.
154+
160155
```latex
161156
\documentclass[a4paper]{article}
162157
\usepackage[T1]{fontenc}
@@ -175,15 +170,13 @@ allow the column alignment to be specified.
175170
\end{document}
176171
```
177172

178-
## Unicode Math
173+
## युनिकोड व गणित
179174

180-
As will be seen in [Lesson 14](lesson-14), there are variant TeX
181-
engines that use OpenType fonts. By default, these engines still use
182-
classic TeX math fonts but you may use the `unicode-math` package
183-
to use OpenType Math fonts. The details of this package are beyond
184-
this course and we refer you to the
185-
[package documentation](https://texdoc.net/pkg/unicode-math).
186-
However, we give a small example here.
175+
[प्रकरण १४](lesson-14)मध्ये आपण हे पाहूच की काही लाटेक्-चालक ओपनटाईप टंक वापरू शकतात. ह्या
176+
चालकांद्वारेदेखील टेक्-चे मूळ गणिती टंकच वापरले जातात, परंतु `unicode-math` हा आज्ञासंच
177+
वापरल्यास मात्र ओपनटाईप गणिती टंक वापरणे शक्य आहे. ह्या आज्ञासंचाचे तपशील ह्या अभ्यासक्रमाचा
178+
मूळ भाग नाहीत, त्यामुळे [आज्ञासंचाची हस्तपुस्तिका](https://texdoc.net/pkg/unicode-math)
179+
वाचावी असे आम्ही सुचवू. आज्ञासंचाचे एक लहान उदाहरण पुढीलप्रमाणे.
187180

188181
```latex
189182
% !TEX lualatex

0 commit comments

Comments
 (0)