Search found 4 matches

by Gulzt
Wed Mar 02, 2016 3:18 pm
Forum: Text Formatting
Topic: \neg causes overfull \hbox
Replies: 2
Views: 3395

\neg causes overfull \hbox

Whenever I use the \neg command I get this badbox warning:
Overfull \hbox (6.03711pt too wide) in paragraph

For example, this code works fine:
\documentclass[12pt, dutch]{report} % to allow chapter tags
\usepackage{mathtools} % use the floor and ceil operators.
\usepackage{amsmath} % use of the ...
by Gulzt
Wed Feb 03, 2016 9:36 am
Forum: General
Topic: Sharing calculations between subfiles
Replies: 4
Views: 4562

Sharing calculations between subfiles

Hey Rainer! Thank you very much:
\xdef\timeInit{\timeInit}
did the trick!
by Gulzt
Tue Feb 02, 2016 5:33 pm
Forum: General
Topic: Sharing calculations between subfiles
Replies: 4
Views: 4562

Sharing calculations between subfiles

Thank you Johannes_B, I will try and clarify with a working example:
\documentclass[12pt, dutch]{report} % to allow chapter tags
\usepackage{subfiles} % for splitting the project into seperate files
\usepackage{calculator} % perform calculations within LaTeX
\usepackage{memory} % use global ...
by Gulzt
Tue Feb 02, 2016 3:01 pm
Forum: General
Topic: Sharing calculations between subfiles
Replies: 4
Views: 4562

Sharing calculations between subfiles

Goal:
I wish to update variables (created with the calculator-package ) in subfiles.

Question:
How can I set a number in a main file, and perform calculations on the value in a subfile, in such a way that it affects the variable in the main file

Problem:
changes to the variables in subfiles ...