definir estilos utilizados no índice automático
Ferramentas -> Numeração de capítulos
Ferramentas -> Numeração de capítulos
Tools - Options - LibreOffice Writer - General
https://help.libreoffice.org/3.3/Common/Conversion_of_measurement_units
para transformar em linha e carateres no mesmo menu selecionar a opção Ativar a unidade de caráter
realizar uma pesquisa com a cadeia de carateres file:///
.
https://ask.libreoffice.org/en/question/90111/how-to-find-cells-contain…
#!/bin/bash
find . -type f -name "*.od*" | while read i ; do
[ "$1" ] || { echo "You forgot search string!" ; exit 1 ; }
unzip -ca "$i" 2>/dev/null | grep -iq "$*"
if [ $? -eq 0 ] ; then
echo "string found in $i" | nl
fi
done
https://askubuntu.com/questions/938834/grep-for-text-in-odt-or-doc-file…
afinal o problema era no gtk3!
remover o libreoffice (tudo como root daqui para a frente):
apt remove --purge libreoffice*
apt clean
apt autoremove
instalar o libreoffice:
apt install libreoffice-gnome
desinstalar o libreoffice-gtk3:
apt purge libreoffice-gtk3
instalar o libreoffice-gtk2
apt install libreoffice-gtk2
para resolver o problema temos duas possibilidades.
1- desativar o java no Libreoffice;
2 - editar o ficheiro /etc/default/grub e adicionar stack_guard_gap=1 à linha GRUB_CMDLINE_LINUX_DEFAULT="quiet" de acordo com o que se segue e depois executar update-grub como root.
apt-get remove --purge libreoffice*
apt-get clean
apt-get autoremove
http://linuxg.net/how-to-uninstall-libreoffice-from-debian-based-distro…
In older version of Fedora (bur not older than Fedora 8), we have to