Text
This commit is contained in:
parent
6c5c15bc3e
commit
c36634d58b
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -16,3 +16,7 @@
|
||||
[submodule "plugins/thirdparty/pelidoc"]
|
||||
path = plugins/thirdparty/pelidoc
|
||||
url = git@git.246060.ru:/f1x1t/pelican-pelidoc.git
|
||||
[submodule "plugins/thirdparty/pandoc_reader"]
|
||||
path = plugins/thirdparty/pandoc_reader
|
||||
url = git@git.246060.ru:/f1x1t/pelican-pandoc-reader
|
||||
branch = master
|
||||
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -80,9 +80,20 @@ I18N_GETTEXT_DOMAIN = 'messages'
|
||||
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
||||
|
||||
PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
||||
PLUGINS = [i18n(), "pelidoc", "md-metayaml", "render_math", "series", "subcategory", "tag_cloud", "tipue_search", "pelican-css"]
|
||||
PLUGINS = [i18n(), "pandoc_reader", "pelican-css", "pelidoc", "series", "subcategory", "tag_cloud", "tipue_search", "plantuml"]
|
||||
#, "render_math", "md-metayaml"
|
||||
#PLUGINS = ["better_tables", "just_table"]
|
||||
|
||||
PANDOC_ARGS = [
|
||||
"--variable=documentclass:extarticle",
|
||||
"--variable=toc-title:Содержание",
|
||||
"--filter=skip-toc-tag",
|
||||
"--filter=pandoc_plantuml_filter.py",
|
||||
"--highlight-style=tango",
|
||||
"--template=wiki",
|
||||
"--resource-path=wiki"
|
||||
]
|
||||
|
||||
PDF_PROCESSOR = True
|
||||
|
||||
PANDOC_OUTPUTS = {
|
||||
@ -90,9 +101,10 @@ PANDOC_OUTPUTS = {
|
||||
}
|
||||
|
||||
PANDOC_EXTRA_OPTIONS = [
|
||||
"-V", "documentclass:extarticle",
|
||||
"-V", "toc-title:Содержание",
|
||||
"-F", "skip-toc-tag",
|
||||
"--variable=documentclass:extarticle",
|
||||
"--variable=toc-title:Содержание",
|
||||
"--filter=skip-toc-tag",
|
||||
"--filter=pandoc_plantuml_filter.py",
|
||||
"--highlight-style=tango",
|
||||
"--resource-path=wiki",
|
||||
"--template=wiki",
|
||||
@ -104,6 +116,9 @@ PANDOC_MARKDOWN_EXTENSIONS = [
|
||||
"+backtick_code_blocks",
|
||||
"+fenced_code_blocks",
|
||||
"+fenced_code_attributes"
|
||||
"+fenced_divs"
|
||||
"+native_divs"
|
||||
"+native_spans"
|
||||
]
|
||||
|
||||
YUICOMPRESSOR_EXECUTABLE = "yui-compressor"
|
||||
|
@ -80,9 +80,23 @@ I18N_GETTEXT_DOMAIN = 'messages'
|
||||
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
||||
|
||||
PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
||||
PLUGINS = [i18n(), "pelidoc", "md-metayaml", "render_math", "series", "subcategory", "tag_cloud", "tipue_search", "pelican-css"]
|
||||
PLUGINS = [i18n(), "pandoc_reader", "pelican-css", "pelidoc", "series", "subcategory", "tag_cloud", "tipue_search", "plantuml"]
|
||||
#, "render_math", "md-metayaml"
|
||||
#PLUGINS = ["better_tables", "just_table"]
|
||||
|
||||
PANDOC_ARGS = [
|
||||
"--variable=documentclass:extarticle",
|
||||
"--variable=toc-title:Содержание",
|
||||
"--filter=skip-toc-tag",
|
||||
"--filter=pandoc_plantuml_filter.py",
|
||||
"--highlight-style=tango",
|
||||
"--template=wiki",
|
||||
"--resource-path=wiki"
|
||||
]
|
||||
|
||||
|
||||
### for PDF """
|
||||
|
||||
#PDF_PROCESSOR = True
|
||||
|
||||
PANDOC_OUTPUTS = {
|
||||
@ -90,9 +104,10 @@ PANDOC_OUTPUTS = {
|
||||
}
|
||||
|
||||
PANDOC_EXTRA_OPTIONS = [
|
||||
"-V", "documentclass:extarticle",
|
||||
"-V", "toc-title:Содержание",
|
||||
"-F", "skip-toc-tag",
|
||||
"--variable=documentclass:extarticle",
|
||||
"--variable=toc-title:Содержание",
|
||||
"--filter=skip-toc-tag",
|
||||
"--filter=pandoc_plantuml_filter.py",
|
||||
"--highlight-style=tango",
|
||||
"--resource-path=wiki",
|
||||
"--template=wiki",
|
||||
@ -109,6 +124,8 @@ PANDOC_MARKDOWN_EXTENSIONS = [
|
||||
"+native_spans"
|
||||
]
|
||||
|
||||
### ###
|
||||
|
||||
YUICOMPRESSOR_EXECUTABLE = "yui-compressor"
|
||||
YUICOMPRESSOR_EXTRA_OPTIONS = ["--nomunge"]
|
||||
#PLUGINS += ["yuicompressor-opt"]
|
||||
|
1
plugins/thirdparty/pandoc_reader
vendored
Submodule
1
plugins/thirdparty/pandoc_reader
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3d88725c97847914a1aae4954d96b68c0ef036f2
|
@ -1 +1 @@
|
||||
Subproject commit cffae9c2972798c7fd7ca378c798d9412775275a
|
||||
Subproject commit 4471139a1a419abc4e2aa94c09f0ef7550c65b00
|
@ -34,71 +34,36 @@ git clone https://git.246060.ru:/f1x1t/lyx-layout-espdx.git ~/.lyx/layouts
|
||||
Пример настройки:
|
||||
|
||||
![Класс документа](images/lyx-espdx/01.png)
|
||||
Класс документа
|
||||
{: .img-center }
|
||||
|
||||
![Модули](images/lyx-espdx/02.png)
|
||||
Модули
|
||||
{: .img-center }
|
||||
|
||||
![Шрифты](images/lyx-espdx/03.png)
|
||||
Шрифты
|
||||
{: .img-center }
|
||||
|
||||
![Макет текста](images/lyx-espdx/04.png)
|
||||
Макет текста
|
||||
{: .img-center }
|
||||
|
||||
![Макет страницы](images/lyx-espdx/05.png)
|
||||
Макет страницы
|
||||
{: .img-center }
|
||||
|
||||
![Поля страницы](images/lyx-espdx/06.png)
|
||||
Поля страницы
|
||||
{: .img-center }
|
||||
|
||||
![Язык](images/lyx-espdx/07.png)
|
||||
Язык
|
||||
{: .img-center }
|
||||
|
||||
![Нумерация и содержание](images/lyx-espdx/08.png)
|
||||
Нумерация и содержание
|
||||
{: .img-center }
|
||||
|
||||
![Библиография](images/lyx-espdx/09.png)
|
||||
Библиография
|
||||
{: .img-center }
|
||||
|
||||
![Предметный указатель](images/lyx-espdx/10.png)
|
||||
Предметный указатель
|
||||
{: .img-center }
|
||||
|
||||
![Свойства PDF / Общие](images/lyx-espdx/11.png)
|
||||
Свойства PDF / Общие
|
||||
{: .img-center }
|
||||
|
||||
![Свойства PDF / Гиперссылки](images/lyx-espdx/12.png)
|
||||
Свойства PDF / Гиперссылки
|
||||
{: .img-center }
|
||||
|
||||
![Свойства PDF / Закладки](images/lyx-espdx/13.png)
|
||||
Свойства PDF / Закладки
|
||||
{: .img-center }
|
||||
|
||||
![Параметры математики](images/lyx-espdx/14.png)
|
||||
Параметры математики
|
||||
{: .img-center }
|
||||
|
||||
![Размещение плавающих объектов](images/lyx-espdx/15.png)
|
||||
Размещение плавающих объектов
|
||||
{: .img-center }
|
||||
|
||||
![Форматы](images/lyx-espdx/16.png)
|
||||
Форматы
|
||||
{: .img-center }
|
||||
|
||||
![Преамбула LaTeX](images/lyx-espdx/17.png)
|
||||
Преамбула LaTeX
|
||||
{: .img-center }
|
||||
|
||||
|
||||
|
@ -13,10 +13,6 @@ summary:
|
||||
|
||||
![Слои карты](images/qgis-heights/1.png)
|
||||
|
||||
::: {.text-center}
|
||||
Слои карты
|
||||
:::
|
||||
|
||||
3) На панели **Панель слоёв** правой кнопкой мыши щелкнуть на слое,
|
||||
содержащем данные о высотах, и выбрать **Фильтр...**.
|
||||
|
||||
@ -30,7 +26,6 @@ summary:
|
||||
6) В появившемся диалоговом окне выбрать имя выходного файла, например, `heights`.
|
||||
|
||||
![Имя выходного файла](images/qgis-heights/2.png)
|
||||
<div class=text-center>Имя выходного файла</div>
|
||||
|
||||
7) В каталоге `/home/a/work/map` выполнить команду, которая в файле
|
||||
`heights.shp` из слоя `heights` берёт данные о высотах из поля `SC_4`
|
||||
@ -54,5 +49,3 @@ gdal_grid -a invdist:power=3.0:smoothing=1.0 -outsize 2000 2000 -of BMP -ot Byte
|
||||
После этого на карте можно строить профили местности.
|
||||
|
||||
![Матрица высот](images/qgis-heights/3.png)
|
||||
Матрица высот
|
||||
{:.text-center}
|
||||
|
@ -26,3 +26,15 @@ toc: yes
|
||||
### Qt
|
||||
|
||||
* [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher)
|
||||
|
||||
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
Alice -> Bob: Authentication Request
|
||||
Bob --> Alice: Authentication Response
|
||||
|
||||
Alice -> Bob: Another authentication Request
|
||||
Alice <-- Bob: another authentication Response
|
||||
@enduml
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user