mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-14 00:48:26 +08:00
15 lines
905 B
Cheetah
15 lines
905 B
Cheetah
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
|
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
|
||
|
|
<w:body>
|
||
|
|
{{range .Paragraphs}}<w:p><w:r><w:rPr><w:sz w:val="{{pt $.FontSize}}"/><w:szCs w:val="{{pt $.FontSize}}"/><w:rFonts w:ascii="{{$.FontFamily}}" w:eastAsia="{{$.FontFamily}}" w:hAnsi="{{$.FontFamily}}"/></w:rPr><w:t xml:space="preserve">{{xml .}}</w:t></w:r></w:p>
|
||
|
|
{{end}}<w:sectPr>
|
||
|
|
{{if .HasHeader}}<w:headerReference w:type="default" r:id="rIdHeader1"/>{{end}}
|
||
|
|
{{if .HasFooter}}<w:footerReference w:type="default" r:id="rIdFooter1"/>{{end}}
|
||
|
|
<w:pgSz w:w="12240" w:h="15840"/>
|
||
|
|
<w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="720" w:footer="720" w:gutter="0"/>
|
||
|
|
<w:cols w:space="720"/>
|
||
|
|
<w:docGrid w:linePitch="360"/>
|
||
|
|
</w:sectPr>
|
||
|
|
</w:body>
|
||
|
|
</w:document>
|