Text
This commit is contained in:
		
							
								
								
									
										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
									
								
							 Submodule plugins/thirdparty/pandoc_reader added at 3d88725c97
									
								
							 Submodule themes/bootstrap4 updated: cffae9c297...4471139a1a
									
								
							@@ -34,71 +34,36 @@ git clone https://git.246060.ru:/f1x1t/lyx-layout-espdx.git ~/.lyx/layouts
 | 
			
		||||
Пример настройки:
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Класс документа
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Модули
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Шрифты
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Макет текста
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Макет страницы
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Поля страницы
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Язык
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Нумерация и содержание
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Библиография
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Предметный указатель
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Свойства PDF / Общие
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Свойства PDF / Гиперссылки
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Свойства PDF / Закладки
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Параметры математики
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Размещение плавающих объектов
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Форматы
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Преамбула LaTeX
 | 
			
		||||
{: .img-center }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,10 +13,6 @@ summary:
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
::: {.text-center}
 | 
			
		||||
Слои карты
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
3) На панели **Панель слоёв** правой кнопкой мыши щелкнуть на слое,
 | 
			
		||||
содержащем данные о высотах, и выбрать **Фильтр...**.
 | 
			
		||||
 | 
			
		||||
@@ -30,7 +26,6 @@ summary:
 | 
			
		||||
6) В появившемся диалоговом окне выбрать имя выходного файла, например, `heights`.
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
<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
 | 
			
		||||
После этого на карте можно строить профили местности.
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
Матрица высот
 | 
			
		||||
{:.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
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user