Search found 10 matches

by 2szeba
Mon Apr 10, 2023 7:33 pm
Forum: Document Classes
Topic: \qformat in exam documentclass
Replies: 3
Views: 19538

\qformat in exam documentclass

Code: Select all

\documentclass[a4paper,12pt,addpoints]{exam}
\qformat{\textbf{\underline{\textbf{Zadanie }\thequestion}}\quad\thepoints}
\usepackage{polski}
\begin{document}
\pagestyle{head}\firstpageheader{}{}{}
\begin{questions}
\question some question
\end{questions}
\end{document}
by 2szeba
Mon Apr 10, 2023 7:20 pm
Forum: Document Classes
Topic: \qformat in exam documentclass
Replies: 3
Views: 19538

\qformat in exam documentclass

I' m using exam package. Command \qformat allows you to change questions enumeration style. However, when using this command, the body of question starts on a new line. Can I somehow change it (I want to start question on this line, where number of question is)?
by 2szeba
Tue Jul 19, 2022 5:28 pm
Forum: Math & Science
Topic: leq and leqslant
Replies: 3
Views: 4121

leq and leqslant

Here it works correctly, but on TeXLive I have identical symbols. In my bachelor thesis, changing places of amsmath and amsfonts worked.
\documentclass[a4paper,12pt,addpoints]{exam}
\usepackage{amssymb}
\usepackage[utf8]{inputenc}
\usepackage[T1]{polski}
\usepackage[polish]{babel}
\usepackage ...
by 2szeba
Fri Jul 15, 2022 9:13 am
Forum: Math & Science
Topic: leq and leqslant
Replies: 3
Views: 4121

leq and leqslant

https://pt.slideshare.net/makrib/latex- ... eshow=true
Like in link(page 2), leq and leqslans should make diffrent symbols, but both makes leqslant.
by 2szeba
Thu Jul 14, 2022 9:50 am
Forum: Math & Science
Topic: leq and leqslant
Replies: 3
Views: 4121

leq and leqslant

Hi,
leq and leqslant makes identical object. Why? How can I hange it?
by 2szeba
Sat Jun 25, 2022 11:20 am
Forum: Text Formatting
Topic: dot in theorem environment
Replies: 3
Views: 3756

dot in theorem environment

\documentclass[12pt,a4paper]{article}%
\usepackage{amssymb}
\usepackage[utf8]{inputenc}
\usepackage[T1]{polski}
\usepackage[polish]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}

\usepackage{graphicx}%
\usepackage{amsthm}
\usepackage{thmtools}
\usepackage{tikz}

\newtheorem{theorem ...
by 2szeba
Sat Apr 23, 2022 8:58 pm
Forum: Text Formatting
Topic: dot in theorem environment
Replies: 3
Views: 3756

dot in theorem environment

Hi.
I have to have dot after number of theorem but before title of theorem.
For example, instead
"Theorem 1.1 (Euler)."
I must do
"Theorem 1.1. (Euler)".
How to do it?
by 2szeba
Tue Jan 25, 2022 9:13 pm
Forum: Texmaker and TeXstudio
Topic: siunitx
Replies: 2
Views: 69505

siunitx

Solved, I already had packages downloaded, an update was needed.
by 2szeba
Tue Jan 25, 2022 3:21 pm
Forum: Texmaker and TeXstudio
Topic: siunitx
Replies: 2
Views: 69505

siunitx

I'm using win 10, texmaker 5.0.4. I want to use package siunitx. I know that I have to install l3kernel and l3packages but I don't know how to do that. I only downloaded and unzipped them.
by 2szeba
Sat Oct 30, 2021 10:55 pm
Forum: General
Topic: frame
Replies: 1
Views: 3351

frame

How to make a frame like in the picture?