An back up of various page format.
reference web
$$ A = B*C \tag{1} $$
#include<iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; }