X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=populate.git;a=blobdiff_plain;f=README.txt;h=5eb31011872278c53f5b3a0f0ea135d387fdc6ca;hp=eb31c399b49008d222167709dfca0f8518f3745a;hb=HEAD;hpb=b315c0ece595dde913e7c69a48a8198eeba1254d diff --git a/README.txt b/README.txt index eb31c39..5eb3101 100644 --- a/README.txt +++ b/README.txt @@ -67,11 +67,19 @@ FILE FORMAT Description: If a tag substitution produce a new tag this tag will be substitute with the relate var value. Recursive tags can be found in or out blocks. +CONTENT FORMAT + further then normal content you can use XML-like tags to specify minimal text attributes: + ... to set bold + ... to set italic + ... to set underline + ... to set a text as url REQUIREMENTS - Packages: latex pdflatex texlive-latex-extra +UPGRADE YOUR .data FILE + to add entries to your document you can use something like: + for i in 3 2 1; do n=$((i + 1)) ; sed -i "s/\(^T_ESPROF_[^_]\+\)_${i}\([=_]\)/\1_${n}\2/g" cv_matteo_nastasi.data ; done