Configuration and templates needed to satisfy GOST-7.32 requirements while building a project
Project description
Report Maker - GOST-7.32 Template
This repository stores configuration and templates needed to satisfy GOST-7.32 requirements while building a project.
Note that this will not work on its own, and requires report-maker to run.
Also includes front pages for the GUAP University.
Usage
- Install via pip:
pip install report-maker-template-gost-7.32 - In your report composer config, set
composer.template: gost-7.32. - If you need to override any part of the styles config,
you can do so by adding
overrideskey at the composer config:composer.overrides.styles.Normal.font.name: "Cambria" composer.overrides.styles.Normal.font.size: "12 pt" // "pt" is important!
Built-in templates
This template also provides the following document templates:
toc.docx
: A static document template for the Table of Contents.
Requires manual reindexing after document rendering.
hocon { name: toc type: from-template document_path: "toc.docx" }
guap-front-pages/front-page-*.docx
: A group of dynamic document templates
for the different kind of homework tasks from the GUAP university.
The front-page-universal.docx is generic enough to be used for all kind of tasks.
hocon { name: title type: template template: "guap-front-pages/front-page-universal.docx" attributes: { ... } // described below }
+ front-page-universal.docx -- Generic approximation of the templates below
+ front-page-lab.docx -- Minimalistic front page for the lab work report
+ front-page-control.docx -- Front page for the control homework report
+ front-page-essay.docx -- Front page for the essay or research paper report
+ front-page-term-project.docx -- Front page for the term/course project report
Dynamic template parameters:
department.id: Discipline department ID (labonly)department.name: Discipline department name (all exceptlab)category: Work type category (universalonly)title:Current report titlecourse: Discipline full nameprofessor.title: Professor's title, in the standard short formprofessor.name: Professor's name, in "F.M. LastName" formauthor.id: Author's internal IDauthor.name: Author's name, in "F.M. LastName" formauthor.class: Author's class ID (not needed)
Example:
attributes:
{
department.id: 43
department.name: "Кафедра компьютерных технологий и программной инженерии"
category: "Отчёт о лабораторной работе №"${lab_number}
title: ${lab_title}
course: "Основы программирования"
professor.title: "к.т.н., доц."
professor.name: "И.И. Иванов"
author.id: "2023/1338"
author.name: "П.О. Зайцев"
author.class: "4331з"
}
Licensing
see: LICENSE.txt
[BSD-2 License]. Copyright (c) Peter Zaitcev, 2025.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file report_maker_template_gost_7_32-0.2.0.tar.gz.
File metadata
- Download URL: report_maker_template_gost_7_32-0.2.0.tar.gz
- Upload date:
- Size: 289.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
886ff3e79466018cd345ca8abb2c0aa31b16a3c5be378c24f300c10b66dacd91
|
|
| MD5 |
781d62dc351ee03eee0b4d17e66b221c
|
|
| BLAKE2b-256 |
8e06e24698f0936e5bf160eb67fe106bc0da664135f2af59c5858745b545d24f
|
File details
Details for the file report_maker_template_gost_7_32-0.2.0-py3-none-any.whl.
File metadata
- Download URL: report_maker_template_gost_7_32-0.2.0-py3-none-any.whl
- Upload date:
- Size: 288.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a0c5eb41f1d94fe965122fec7cf91bfc67829a29d514deef4b252e661e3e295
|
|
| MD5 |
0477384f2878f8e413ca7f6b7da1178a
|
|
| BLAKE2b-256 |
29b8a57efb97a82b177bc598db886aabb73aa897a9d94412e1308d3895bcf22b
|