Home>
I want to compile LaTeX reports successfully ...
There is a LaTeX issue at the university and I want to create it, but it is a compile error from the first line. Perhaps it is related to the environment setting, but I have no idea what it is. Please give me advice.
Error message Applicable source code\ documentclass [11pt, twocolumn] {jarticle}
\ Title {What is sleep?}
\ Author {***}
\ Date {\ today}
\ Begin {document}
\ Maketitle
\ Section {Introduction}
\ Section {Conclusion}
\ End {document}
If i search for an error location, the first \ docu will turn blue.
Supplemental information↓ We built the environment according to the procedure on this site.
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=2ahUKEwjCmYfo0InmAhWC-mEKHYBTAIcQFjAAegQIARAB&url=https%3A%2F%2Fprog-masaki.com%2Finstall-lateg0Vvco_vvvvvvcov 4e
-
Answer # 1
Related articles
- latex pdf compilation error using vscode
- java - i don't know the cause of the compilation error
- c language list the cause of the error message is unknown
- android - please tell me the cause of the error in ontouchevent()
- kotlin: i don't know the cause of the error
- make - compilation error with sheepshaver on raspberry pi 4
- mql4 - i don't understand the meaning of a compilation error
- vba - i don't understand the cause of the error code "object variable or with block variable not set"
- c++ - cause of error in c language fopen_s()
- compile error - about mql4 compilation error
- php - about the cause that the error "syntax error, unexpected')'" appears on the first line
- java - i don't know the cause of the error "this method must return a result of type ○○○○"
- java - i don't know the cause of assertion error by junit
- when i create a histogram in r, i get an error i don't know the cause
- i want to retrieve only the rows that cause an error in the date conversion by lubridate (example: 2020-02-30 etc)
- java - servlet&jsp i want to know the cause and countermeasure of the error "jsp support not configured", which is
- php - about the cause of fatal error
- c++17 filesystem cannot be used due to compilation error
- php error general error: cause and solution for 2031
- php - i don't know the cause of the 505 error on heroku
In
windows etc., it will be
¥
, butDepending on the environment,
\
will be displayed.Use
\
instead of\
forcibly.