R
R
Rinat Bakiev2015-06-14 23:12:07
Django
Rinat Bakiev, 2015-06-14 23:12:07

How to create a 50 page document based on a template?

Hello!
I can not understand and choose the necessary solution for creating a 50 page document. Template based. The template must contain and perform the following functions:
1. Automatic document content.
2. Through the name of images, tables.
3. Links to any element in the document
4. List of applications and references
5. And of course, links to data in the database, etc.
It would not be very desirable to create a 50-page single file containing the entire structure of the document and having dependencies, tags, etc. But also I would not want to use the structure of the document through the use of includes of various files. Am I correct in thinking that it is possible to implement the following:
1. First, we create the structure of our document. Section title, title title to display in the document. We use, for example, mjsarfatti.com/sandbox/nestedSortable to make it easy and convenient to distribute the nesting of sections, etc.
2. Next, create a template. The template contains the name of the template, the code itself (LaTex markup with the necessary code) and a link to the section.
3. Document creation wizard - first you will be asked to fill in the fields that will be used in this document (in various sections), and at the last step you will be asked to select the necessary templates for each section.
4. After the wizard, we run through the template engine (?), and at the output we have an almost finished document with which we need to perform some manipulations again, such as: pagination, numbering sections, making content, etc.
Those. I want to try to "push" everything into the admin panel in order to edit files less and change the output of information I need in the necessary sections through the admin panel. Is django and its standard template engine suitable for these purposes?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Shikanov, 2015-06-15
@dizballanze

Suitable, with the help of the dzhangi template engine, it is quite possible to generate LaTeX.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question