use the titlepage prescribed by the uni

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-03 13:32:59 +05:30
parent a903457fa4
commit d62e8dd839
6 changed files with 105 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ int main() {
#+LATEX: \clearpage
* Write a program to read the class object of student_info such as name , age ,sex ,height and weight from the keyboard and to store them on a specified file using read() and write() functions. Again the same file is opened for reading and displaying the contents of the file on the screen.
* Write a program to read the class object of student_info such as name, age, sex, height and weight from the keyboard and to store them on a specified file using read() and write() functions. Again the same file is opened for reading and displaying the contents of the file on the screen.
#+ATTR_LATEX: :options frame=single,breaklines=true
#+begin_src cpp :tangle 30.cpp :wrap src text