add eval libreoffice writer compare font & subscript & page number
This commit is contained in:
@@ -3,10 +3,35 @@
|
||||
"snapshot": "libreoffice_writer",
|
||||
"instruction": "Add page number for every page at the bottom left",
|
||||
"source": "https://ask.libreoffice.org/t/how-to-start-page-numbering-on-a-certain-page/39931/4",
|
||||
"config": [],
|
||||
"config": [
|
||||
{
|
||||
"type": "download",
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.google.com/uc?export=download&id=1xj-MauDLOp8TKI76GBd4nV-MRpdwIY8_URql15itlnI",
|
||||
"path": "Desktop/Add_Page_Number_Bottom_Left.docx"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "Desktop/Add_Page_Number_Bottom_Left.docx"
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/",
|
||||
"related_apps": [
|
||||
"libreoffice_writer"
|
||||
],
|
||||
"evaluator": "evaluation_dir"
|
||||
}
|
||||
"evaluator": {
|
||||
"func": "has_page_numbers_in_footers",
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/Add_Page_Number_Bottom_Left.docx",
|
||||
"dest": "Add_Page_Number_Bottom_Left.docx"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user