我有一些jpegs,我想在libreOffice Impress演示文稿中用作背景图片。但我不喜欢一张一张地添加。
有没有办法使用(Linux)命令行将图片添加到演示文稿文件中?
类似于:
for i in *.jpg; do <add a new slide with that jpg as background to the presentation file>; done
我在Linux中运行,我需要用python脚本打开另一个python脚本,在windows中,它就像
import os
os.startfile(dir)
但是现在我在Linux上
Traceback (most recent call last):
File "/home/dev/PycharmProjects/pythonProject/vpn.py", line 1, in <module>
os.startfile('main.py')
AttributeError: module 'os' has no att
对不起,如果标题含糊不清,我对Linux还很陌生,我真的不知道怎么说。我正在创建一个脚本,当我运行它时,我让它运行Sage,但是这样做之后,下一个命令就不会执行了。我想这是因为第一对夫妇在标准航站楼(bash?)./sage之后的一切都不是--这是剧本:
#!/bin/bash
cd /home/alex/Desktop/sage-7.6
./sage
#I also tried wait ${!} here but it didn't work
notebook("/home/alex/Desktop/sage-7.6/projects/zero forcing.sagen