摘要:
! Missing $ inserted. <inserted text> $ I had the same problem and solved it by correctly escaping ^, _, and |. Looks like LaTeX sets both $s itself i 阅读全文
posted @ 2021-09-07 13:16
profesor
阅读(549)评论(0)推荐(0)
摘要:
Education is not the learning of facts, but the training of the mind to think. 书中有女颜如玉,书中自有黄金屋。 出自宋代赵恒的《劝学诗》 富家不用买良田,书中自有千钟粟。安居不用架高堂,书中自有黄金屋。出门无车毋须恨,书 阅读全文
posted @ 2021-09-06 22:00
profesor
阅读(192)评论(0)推荐(0)
摘要:
Sapir-Whorf Hypothesis The Sapir-Whorf Hypothesis theorizes that thoughts and behavior are determined (or are at least partially influenced) by langua 阅读全文
posted @ 2021-09-05 00:29
profesor
阅读(22)评论(0)推荐(0)
摘要:
#!/bin/ksh grep $NAME filename if [ $? -eq 0 ] echo "Name Found" else echo " Name not Found" fi The $? holds the exit status of the previously execute 阅读全文
posted @ 2021-09-04 18:08
profesor
阅读(1294)评论(0)推荐(0)