diff --git a/theses/content_cs.typ b/theses/content_cs.typ index e42c10c..4f1c55b 100644 --- a/theses/content_cs.typ +++ b/theses/content_cs.typ @@ -237,7 +237,7 @@ Tohle interně volá funkci `link`. Pokud odkazujeme na méně časté věci (jako emaily), můžeme použít funkci `link` přímo: ```typst -#link("mailto:ondrej@mekina.cz")[Email maintainera této šablony] +#link("mailto:info@tul.cz")[Email TUL informací] ``` Funkci link nejprve v kulatých závorkách dáte cíl odkazu (například URL adresu) a dále v hranatých závorkách obsah, který se zobrazí v dokumentu. diff --git a/theses/content_en.typ b/theses/content_en.typ index bd3ef34..fe77060 100644 --- a/theses/content_en.typ +++ b/theses/content_en.typ @@ -235,7 +235,7 @@ Internally, this automatically calls the `link` function. If we want to link to less common things (like email addresses), we can call the `link` function explicitly: ```typst -#link("mailto:ondrej@mekina.cz")[Email of this template's maintainer] +#link("mailto:info@tul.cz")[Email of TUL informations] ``` First, you pass the link target (perhaps a URL address) in parentheses to the link function and then you follow up with the content that will be displayed in the document enclosed in brackets.