Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add image numbers in Google Docs

Tags:

google-docs

I have a document in Google Docs which has a lot of images numbered sequentially. Every time I add a new image in the middle of the document I have to renumber all the image numbers along the document along with its references. How could I renumber the following images automatically, like we can do in LibreOffice using variables?

like image 709
Gabriel Diego Avatar asked Oct 06 '14 02:10

Gabriel Diego


1 Answers

so far it is not possible. You could take a look at Google Apps Scripts to create a macro that does that: https://developers.google.com/apps-script/

I've just finished creating a Google Docs Add-on (https://support.google.com/docs/answer/3641454?hl=en) that can number images and tables. It is going through the process of certification by Google and I hope to publish it soon :)

Regards

like image 129
filipeglfw Avatar answered Nov 14 '22 02:11

filipeglfw