« Auto-éditer un wikilivre/addappendix/reconstruction et tests du script addappendix » : différence entre les versions
Auto-éditer un wikilivre/addappendix/reconstruction et tests du script addappendix (modifier)
Version du 25 février 2022 à 11:56
, il y a 1 an→script addapendix.sh : Mise à jour du script
m (→Annexe créée : WL:RD : * diverses retouches) |
m (→script addapendix.sh : Mise à jour du script) |
||
#P -------------------------------
VERSION=
TEXTDOMAIN=addappendix
TEXTDOMAINDIR="/usr/share/locale"
#T echo "$(gettext ' {{Newpage}} ')" >> $Pagesclipco
echo "<div style='page-break-before:always'></div>" >> $Pagesclipco
#O ============================================================================
#O Creating Bookname.appendix
cat $Projectdir/$Bookname.sclt>$Projectdir/$Bookname.appendix
cat $Projectdir/$Bookname.sclipco>>$Projectdir/$Bookname.appendix
#O ============================================================================
#O Display file Bookname.appendix
echo;echo -e "\033[1;32mcopy and paste the text displayed and add after the book $Bookname.\033[0m"
cat $Projectdir/$Bookname.appendix
echo;echo -e "\033[1;32mcopy and paste the text displayed and add after the book.$Bookname\033[0m"
exit 0
#O
</syntaxhighlight>
|