File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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
58To build pdf file run:
69
Original file line number Diff line number Diff line change @@ -23,9 +23,16 @@ const printer = new PdfPrinter(fonts);
2323const content = [ ] ;
2424
2525content . 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments