Skip to content

Commit 56a14b4

Browse files
committed
Rename book
Closes: #34
1 parent 0d8ac96 commit 56a14b4

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Multi-paradigm and Meta-programming in the Software Engineering
1+
# Metaprogramming
2+
3+
## Multi-paradigm approach in the Software Engineering
24

35
[Index in English](content/Index.en.md)
6+
[Оглавление на русском](content/Index.ru.md)
47

58
To build pdf file run:
69

build.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,16 @@ const printer = new PdfPrinter(fonts);
2323
const content = [];
2424

2525
content.push({
26-
text: 'Multi-paradigm and\nMeta-programming in\nthe Software Engineering',
26+
text: 'Metaprogramming',
2727
bold: true,
28-
fontSize: 28,
28+
fontSize: 30,
29+
margin: [40, 20, 40, 0],
30+
});
31+
32+
content.push({
33+
text: 'Multi-paradigm approach in the Software Engineering',
34+
bold: true,
35+
fontSize: 14,
2936
margin: [40, 20, 40, 0],
3037
});
3138

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "book",
2+
"name": "metaprogramming",
33
"version": "1.0.0",
4-
"description": "Multi-paradigm and Meta-programming in the Software Engineering",
4+
"description": "Metaprogramming. Multi-paradigm approach in the Software Engineering.",
55
"main": "build.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)